Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlan.h497 virtual bool DoPlanExplainsStop(Event *event_ptr) = 0;
593 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.h56 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;
/openbsd-src/gnu/llvm/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()
240 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.cpp251 bool ThreadPlanCallFunction::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanCallFunction
355 DoPlanExplainsStop(event_ptr); in ShouldStop()
H A DThreadPlanPython.cpp111 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.cpp153 bool ThreadPlanStepThrough::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanStepThrough
H A DThreadPlanRunToAddress.cpp154 bool ThreadPlanRunToAddress::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanRunToAddress
H A DThreadPlanStepUntil.cpp253 bool ThreadPlanStepUntil::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanStepUntil

12