Home
last modified time | relevance | path

Searched refs:DoPlanExplainsStop (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h55 bool DoPlanExplainsStop(Event *event_ptr) override;
106 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp104 bool AppleThreadPlanStepThroughObjCTrampoline::DoPlanExplainsStop( in DoPlanExplainsStop() function in AppleThreadPlanStepThroughObjCTrampoline
309 AppleThreadPlanStepThroughDirectDispatch::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in AppleThreadPlanStepThroughDirectDispatch
310 if (ThreadPlanStepOut::DoPlanExplainsStop(event_ptr)) in DoPlanExplainsStop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h524 virtual bool DoPlanExplainsStop(Event *event_ptr) = 0;
618 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanCallOnFunctionExit.h43 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepOverRange.h37 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepInstruction.h35 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanBase.h45 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanRunToAddress.h49 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepOverBreakpoint.h40 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepThrough.h31 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DScriptedThreadPlan.h55 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepUntil.h31 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepInRange.h55 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanSingleThreadTimeout.h72 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanCallFunction.h102 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepOut.h58 bool DoPlanExplainsStop(Event *event_ptr) override;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp86 bool ThreadPlanCallOnFunctionExit::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanCallOnFunctionExit
H A DThreadPlan.cpp53 bool actual_value = DoPlanExplainsStop(event_ptr); in PlanExplainsStop()
244 bool ThreadPlanNull::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanNull
H A DThreadPlanBase.cpp55 bool ThreadPlanBase::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanBase
H A DThreadPlanStepOverBreakpoint.cpp50 bool ThreadPlanStepOverBreakpoint::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanStepOverBreakpoint
H A DThreadPlanCallFunction.cpp262 bool ThreadPlanCallFunction::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanCallFunction
366 DoPlanExplainsStop(event_ptr); in ShouldStop()
H A DThreadPlanStepInstruction.cpp89 bool ThreadPlanStepInstruction::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanStepInstruction
H A DThreadPlanStepThrough.cpp153 bool ThreadPlanStepThrough::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanStepThrough
H A DScriptedThreadPlan.cpp128 bool ScriptedThreadPlan::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ScriptedThreadPlan
H A DThreadPlanRunToAddress.cpp154 bool ThreadPlanRunToAddress::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanRunToAddress

12