Searched refs:ShouldReportStop (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanBase.h31 Vote ShouldReportStop(Event *event_ptr) override;
H A DThreadPlanStepRange.h33 Vote ShouldReportStop(Event *event_ptr) override;
H A DThreadPlanCallFunction.h41 Vote ShouldReportStop(Event *event_ptr) override;
H A DThreadList.h107 Vote ShouldReportStop(Event *event_ptr);
H A DThreadPlan.h307 // should respond to ShouldReportStop.
322 // return eVoteNo from ShouldReportStop,
328 // on how to respond to ShouldReportStop.
420 virtual Vote ShouldReportStop(Event *event_ptr);
H A DThread.h223 Vote ShouldReportStop(Event *event_ptr);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanBase.cpp60 Vote ThreadPlanBase::ShouldReportStop(Event *event_ptr) { function in class:ThreadPlanBase
H A DThreadPlan.cpp64 Vote ThreadPlan::ShouldReportStop(Event *event_ptr) { function in class:ThreadPlan
70 Vote prev_vote = prev_plan->ShouldReportStop(event_ptr);
H A DThreadPlanCallFunction.cpp239 Vote ThreadPlanCallFunction::ShouldReportStop(Event *event_ptr) { function in class:ThreadPlanCallFunction
243 return ThreadPlan::ShouldReportStop(event_ptr);
H A DThreadList.cpp356 Vote ThreadList::ShouldReportStop(Event *event_ptr) { function in class:ThreadList
373 const Vote vote = thread_sp->ShouldReportStop(event_ptr);
H A DThreadPlanStepRange.cpp67 Vote ThreadPlanStepRange::ShouldReportStop(Event *event_ptr) { function in class:ThreadPlanStepRange
71 LLDB_LOGF(log, "ThreadPlanStepRange::ShouldReportStop() returning vote %i\n",
H A DThread.cpp466 // If we are overriding the ShouldReportStop, do that here:
919 Vote Thread::ShouldReportStop(Event *event_ptr) { function in class:Thread
927 "Thread::ShouldReportStop() tid = 0x%4.4" PRIx64
936 "Thread::ShouldReportStop() tid = 0x%4.4" PRIx64
944 "Thread::ShouldReportStop() tid = 0x%4.4" PRIx64
953 "Thread::ShouldReportStop() tid = 0x%4.4" PRIx64
956 return m_completed_plan_stack.back()->ShouldReportStop(event_ptr);
962 thread_vote = plan_ptr->ShouldReportStop(event_ptr);
971 "Thread::ShouldReportStop() tid = 0x%4.4" PRIx64
H A DProcess.cpp2691 // ShouldReportStop here:
3424 Vote stop_vote = m_thread_list.ShouldReportStop(event_ptr);

Completed in 131 milliseconds