Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlan.cpp69 Vote ThreadPlan::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadPlan
75 Vote prev_vote = prev_plan->ShouldReportStop(event_ptr); in ShouldReportStop()
H A DThreadPlanCallFunction.cpp266 Vote ThreadPlanCallFunction::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadPlanCallFunction
270 return ThreadPlan::ShouldReportStop(event_ptr); in ShouldReportStop()
H A DThreadPlanBase.cpp63 Vote ThreadPlanBase::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadPlanBase
H A DThreadList.cpp356 Vote ThreadList::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadList
374 const Vote vote = thread_sp->ShouldReportStop(event_ptr); in ShouldReportStop()
H A DThreadPlanStepRange.cpp70 Vote ThreadPlanStepRange::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in ThreadPlanStepRange
H A DThread.cpp942 Vote Thread::ShouldReportStop(Event *event_ptr) { in ShouldReportStop() function in Thread
980 return m_completed_plan_stack.back()->ShouldReportStop(event_ptr); in ShouldReportStop()
986 thread_vote = plan_ptr->ShouldReportStop(event_ptr); in ShouldReportStop()
H A DProcess.cpp3664 Vote stop_vote = m_thread_list.ShouldReportStop(event_ptr); in ShouldBroadcastEvent()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanBase.h34 Vote ShouldReportStop(Event *event_ptr) override;
H A DThreadPlanStepRange.h34 Vote ShouldReportStop(Event *event_ptr) override;
H A DThreadPlanCallFunction.h42 Vote ShouldReportStop(Event *event_ptr) override;
H A DThreadList.h108 Vote ShouldReportStop(Event *event_ptr);
H A DThreadPlan.h433 virtual Vote ShouldReportStop(Event *event_ptr);
H A DThread.h238 Vote ShouldReportStop(Event *event_ptr);