Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlan.h568 virtual bool DoPlanExplainsStop(Event *event_ptr) = 0;
659 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanCallOnFunctionExit.h46 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanPython.h55 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepOverRange.h34 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanBase.h46 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepOverBreakpoint.h40 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepInstruction.h36 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanRunToAddress.h50 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepThrough.h32 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepUntil.h32 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepOut.h49 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanStepInRange.h61 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DThreadPlanCallFunction.h103 bool DoPlanExplainsStop(Event *event_ptr) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp89 bool ThreadPlanCallOnFunctionExit::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanCallOnFunctionExit
H A DThreadPlan.cpp43 bool actual_value = DoPlanExplainsStop(event_ptr); in PlanExplainsStop()
229 bool ThreadPlanNull::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanNull
H A DThreadPlanCallFunction.cpp273 bool ThreadPlanCallFunction::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanCallFunction
384 DoPlanExplainsStop(event_ptr); in ShouldStop()
H A DThreadPlanBase.cpp57 bool ThreadPlanBase::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanBase
H A DThreadPlanStepOverBreakpoint.cpp52 bool ThreadPlanStepOverBreakpoint::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanStepOverBreakpoint
H A DThreadPlanPython.cpp123 bool ThreadPlanPython::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanPython
H A DThreadPlanStepInstruction.cpp90 bool ThreadPlanStepInstruction::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanStepInstruction
H A DThreadPlanStepThrough.cpp163 bool ThreadPlanStepThrough::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanStepThrough
H A DThreadPlanRunToAddress.cpp157 bool ThreadPlanRunToAddress::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanRunToAddress
H A DThreadPlanStepUntil.cpp259 bool ThreadPlanStepUntil::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop() function in ThreadPlanStepUntil
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h51 bool DoPlanExplainsStop(Event *event_ptr) override;
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp105 bool AppleThreadPlanStepThroughObjCTrampoline::DoPlanExplainsStop( in DoPlanExplainsStop() function in AppleThreadPlanStepThroughObjCTrampoline

12