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

/openbsd-current/gnu/llvm/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.h267 // convenient to tell that plan how it should respond to ShouldReportStop.
280 // eVoteNo from ShouldReportStop, to force a running event to be reported
285 // ShouldReportStop.
380 virtual Vote ShouldReportStop(Event *event_ptr);
H A DThread.h230 Vote ShouldReportStop(Event *event_ptr);
/openbsd-current/gnu/llvm/lldb/source/Target/
H A DThreadPlanBase.cpp61 Vote ThreadPlanBase::ShouldReportStop(Event *event_ptr) { function in class:ThreadPlanBase
H A DThreadPlan.cpp79 Vote ThreadPlan::ShouldReportStop(Event *event_ptr) { function in class:ThreadPlan
85 Vote prev_vote = prev_plan->ShouldReportStop(event_ptr);
H A DThreadPlanCallFunction.cpp244 Vote ThreadPlanCallFunction::ShouldReportStop(Event *event_ptr) { function in class:ThreadPlanCallFunction
248 return ThreadPlan::ShouldReportStop(event_ptr);
H A DThreadList.cpp376 Vote ThreadList::ShouldReportStop(Event *event_ptr) { function in class:ThreadList
401 const Vote vote = thread_sp->ShouldReportStop(event_ptr);
H A DThreadPlanStepRange.cpp68 Vote ThreadPlanStepRange::ShouldReportStop(Event *event_ptr) { function in class:ThreadPlanStepRange
72 LLDB_LOGF(log, "ThreadPlanStepRange::ShouldReportStop() returning vote %i\n",
H A DThread.cpp450 // If we are overriding the ShouldReportStop, do that here:
979 Vote Thread::ShouldReportStop(Event *event_ptr) { function in class:Thread
987 "Thread::ShouldReportStop() tid = 0x%4.4" PRIx64
996 "Thread::ShouldReportStop() tid = 0x%4.4" PRIx64
1004 "Thread::ShouldReportStop() tid = 0x%4.4" PRIx64
1014 "Thread::ShouldReportStop() tid = 0x%4.4" PRIx64
1017 return GetPlans().GetCompletedPlan(false)->ShouldReportStop(event_ptr);
1023 thread_vote = plan_ptr->ShouldReportStop(event_ptr);
1032 "Thread::ShouldReportStop() tid = 0x%4.4" PRIx64
H A DProcess.cpp2717 // ShouldReportStop here:
3468 Vote report_stop_vote = m_thread_list.ShouldReportStop(event_ptr);

Completed in 182 milliseconds