Home
last modified time | relevance | path

Searched refs:ShouldAutoContinue (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDThreadPlanStepOverBreakpoint.h37 virtual bool ShouldAutoContinue(Event *event_ptr);
HDThreadPlan.h358 ShouldAutoContinue (Event *event_ptr) in ShouldAutoContinue() function
/trueos/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanStepOverBreakpoint.cpp162 ThreadPlanStepOverBreakpoint::ShouldAutoContinue (Event *event_ptr) in ShouldAutoContinue() function in ThreadPlanStepOverBreakpoint
HDThread.cpp861 bool over_ride_stop = current_plan->ShouldAutoContinue(event_ptr); in ShouldStop()