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

12

/freebsd-11-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 DThreadPlanStepInstruction.h35 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepOverBreakpoint.h39 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepOverRange.h33 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanPython.h55 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 DThreadPlanCallFunction.h102 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepInRange.h60 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepOut.h48 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
553 virtual bool DoPlanExplainsStop(Event *event_ptr) = 0;
640 bool DoPlanExplainsStop(Event *event_ptr) override;
/freebsd-11-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 DThreadPlanStepOverBreakpoint.cpp49 bool ThreadPlanStepOverBreakpoint::DoPlanExplainsStop(Event *event_ptr) { function in class:ThreadPlanStepOverBreakpoint
H A DThreadPlan.cpp38 bool actual_value = DoPlanExplainsStop(event_ptr);
223 bool ThreadPlanNull::DoPlanExplainsStop(Event *event_ptr) { function in class:ThreadPlanNull
H A DThreadPlanPython.cpp119 bool ThreadPlanPython::DoPlanExplainsStop(Event *event_ptr) { function in class:ThreadPlanPython
H A DThreadPlanStepThrough.cpp155 bool ThreadPlanStepThrough::DoPlanExplainsStop(Event *event_ptr) { function in class:ThreadPlanStepThrough
H A DThreadPlanStepInstruction.cpp87 bool ThreadPlanStepInstruction::DoPlanExplainsStop(Event *event_ptr) { function in class:ThreadPlanStepInstruction
H A DThreadPlanCallFunction.cpp246 bool ThreadPlanCallFunction::DoPlanExplainsStop(Event *event_ptr) { function in class:ThreadPlanCallFunction
350 // We do some computation in DoPlanExplainsStop that may or may not set the
353 DoPlanExplainsStop(event_ptr);
H A DThreadPlanRunToAddress.cpp154 bool ThreadPlanRunToAddress::DoPlanExplainsStop(Event *event_ptr) { function in class:ThreadPlanRunToAddress
H A DThreadPlanStepOverRange.cpp332 bool ThreadPlanStepOverRange::DoPlanExplainsStop(Event *event_ptr) { function in class:ThreadPlanStepOverRange
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h50 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp103 bool AppleThreadPlanStepThroughObjCTrampoline::DoPlanExplainsStop( function in class:AppleThreadPlanStepThroughObjCTrampoline

Completed in 219 milliseconds

12