Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h54 bool DoPlanExplainsStop(Event *event_ptr) override;
98 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp100 bool AppleThreadPlanStepThroughObjCTrampoline::DoPlanExplainsStop( in DoPlanExplainsStop() function in AppleThreadPlanStepThroughObjCTrampoline
288 AppleThreadPlanStepThroughDirectDispatch::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in AppleThreadPlanStepThroughDirectDispatch
289 if (ThreadPlanStepOut::DoPlanExplainsStop(event_ptr)) in DoPlanExplainsStop()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h490 virtual bool DoPlanExplainsStop(Event *event_ptr) = 0;
586 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanCallOnFunctionExit.h43 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepOverRange.h33 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanBase.h43 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanPython.h57 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepInstruction.h35 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepOverBreakpoint.h39 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanRunToAddress.h49 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepThrough.h31 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 DThreadPlanStepOut.h48 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanCallFunction.h102 bool DoPlanExplainsStop(Event *event_ptr) override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp86 bool ThreadPlanCallOnFunctionExit::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanCallOnFunctionExit
H A DThreadPlan.cpp52 bool actual_value = DoPlanExplainsStop(event_ptr); in PlanExplainsStop()
239 bool ThreadPlanNull::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanNull
H A DThreadPlanCallFunction.cpp244 bool ThreadPlanCallFunction::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanCallFunction
349 DoPlanExplainsStop(event_ptr); in ShouldStop()
H A DThreadPlanBase.cpp54 bool ThreadPlanBase::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanBase
H A DThreadPlanStepOverBreakpoint.cpp49 bool ThreadPlanStepOverBreakpoint::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanStepOverBreakpoint
H A DThreadPlanPython.cpp115 bool ThreadPlanPython::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanPython
H A DThreadPlanStepInstruction.cpp89 bool ThreadPlanStepInstruction::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanStepInstruction
H A DThreadPlanStepThrough.cpp152 bool ThreadPlanStepThrough::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanStepThrough
H A DThreadPlanRunToAddress.cpp153 bool ThreadPlanRunToAddress::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanRunToAddress
H A DThreadPlanStepUntil.cpp252 bool ThreadPlanStepUntil::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanStepUntil

12