Searched refs:ShouldReportRun (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadList.h109 Vote ShouldReportRun(Event *event_ptr);
H A DThreadPlan.h422 virtual Vote ShouldReportRun(Event *event_ptr);
H A DThread.h225 Vote ShouldReportRun(Event *event_ptr);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlan.cpp79 Vote ThreadPlan::ShouldReportRun(Event *event_ptr) { function in class:ThreadPlan
83 return prev_plan->ShouldReportRun(event_ptr);
H A DThreadList.cpp408 Vote ThreadList::ShouldReportRun(Event *event_ptr) { function in class:ThreadList
423 switch ((*pos)->ShouldReportRun(event_ptr)) {
432 "ThreadList::ShouldReportRun() thread %d (0x%4.4" PRIx64
H A DThread.cpp979 Vote Thread::ShouldReportRun(Event *event_ptr) { function in class:Thread
996 return m_completed_plan_stack.back()->ShouldReportRun(event_ptr);
1005 return GetCurrentPlan()->ShouldReportRun(event_ptr);
H A DProcess.cpp3380 switch (m_thread_list.ShouldReportRun(event_ptr)) {

Completed in 80 milliseconds