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

12

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallOnFunctionExit.h43 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanBase.h43 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanPython.h55 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepInstruction.h35 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepOverRange.h33 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanRunToAddress.h49 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepOverBreakpoint.h39 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 DThreadPlanCallFunction.h102 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepOut.h48 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepInRange.h66 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlan.h165 // Note, plans actually implement DoPlanExplainsStop, the result is cached in
166 // PlanExplainsStop so the DoPlanExplainsStop
559 virtual bool DoPlanExplainsStop(Event *event_ptr) = 0;
650 bool DoPlanExplainsStop(Event *event_ptr) override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp86 bool ThreadPlanCallOnFunctionExit::DoPlanExplainsStop(Event *event_ptr) { function in class:ThreadPlanCallOnFunctionExit
H A DThreadPlanBase.cpp54 bool ThreadPlanBase::DoPlanExplainsStop(Event *event_ptr) { function in class:ThreadPlanBase
H A DThreadPlanPython.cpp114 bool ThreadPlanPython::DoPlanExplainsStop(Event *event_ptr) { function in class:ThreadPlanPython
H A DThreadPlanStepOverBreakpoint.cpp49 bool ThreadPlanStepOverBreakpoint::DoPlanExplainsStop(Event *event_ptr) { function in class:ThreadPlanStepOverBreakpoint
H A DThreadPlan.cpp52 bool actual_value = DoPlanExplainsStop(event_ptr);
238 bool ThreadPlanNull::DoPlanExplainsStop(Event *event_ptr) { function in class:ThreadPlanNull
H A DThreadPlanStepInstruction.cpp88 bool ThreadPlanStepInstruction::DoPlanExplainsStop(Event *event_ptr) { function in class:ThreadPlanStepInstruction
H A DThreadPlanStepThrough.cpp153 bool ThreadPlanStepThrough::DoPlanExplainsStop(Event *event_ptr) { function in class:ThreadPlanStepThrough
H A DThreadPlanCallFunction.cpp244 bool ThreadPlanCallFunction::DoPlanExplainsStop(Event *event_ptr) { function in class:ThreadPlanCallFunction
346 // We do some computation in DoPlanExplainsStop that may or may not set the
349 DoPlanExplainsStop(event_ptr);
H A DThreadPlanRunToAddress.cpp153 bool ThreadPlanRunToAddress::DoPlanExplainsStop(Event *event_ptr) { function in class:ThreadPlanRunToAddress
H A DThreadPlanStepOverRange.cpp336 bool ThreadPlanStepOverRange::DoPlanExplainsStop(Event *event_ptr) { function in class:ThreadPlanStepOverRange
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h53 bool DoPlanExplainsStop(Event *event_ptr) override;
99 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp102 bool AppleThreadPlanStepThroughObjCTrampoline::DoPlanExplainsStop( function in class:AppleThreadPlanStepThroughObjCTrampoline
304 AppleThreadPlanStepThroughDirectDispatch::DoPlanExplainsStop(Event *event_ptr) { function in class:AppleThreadPlanStepThroughDirectDispatch
305 if (ThreadPlanStepOut::DoPlanExplainsStop(event_ptr))

Completed in 96 milliseconds

12