Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp114 return !ShouldAutoContinue(event_ptr); in ShouldStop()
184 bool ThreadPlanStepOverBreakpoint::ShouldAutoContinue(Event *event_ptr) { in ShouldAutoContinue() function in ThreadPlanStepOverBreakpoint
H A DThread.cpp844 bool over_ride_stop = current_plan->ShouldAutoContinue(event_ptr); in ShouldStop()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanStepOverBreakpoint.h34 bool ShouldAutoContinue(Event *event_ptr) override;
H A DThreadPlan.h428 virtual bool ShouldAutoContinue(Event *event_ptr) { return false; } in ShouldAutoContinue() function