Searched defs:ShouldReportRun (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Target/
H A DThreadList.cpp394 ThreadList::ShouldReportRun (Event *event_ptr) function in class:ThreadList
412 switch ((*pos)->ShouldReportRun (event_ptr))
422 log->Printf ("ThreadList::ShouldReportRun() thread %d (0x%4.4" PRIx64 ") says don't report.",
H A DThreadPlan.cpp118 ThreadPlan::ShouldReportRun (Event *event_ptr) function in class:ThreadPlan
124 return prev_plan->ShouldReportRun (event_ptr);
H A DThread.cpp968 Thread::ShouldReportRun (Event* event_ptr) function in class:Thread
990 return m_completed_plan_stack.back()->ShouldReportRun (event_ptr);
1002 return GetCurrentPlan()->ShouldReportRun (event_ptr);

Completed in 180 milliseconds