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

/external/lldb/include/lldb/Target/
H A DThreadPlanStepOverRange.h39 virtual bool DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanBase.h58 virtual bool DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanStepInstruction.h37 virtual bool DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanStepOverBreakpoint.h40 virtual bool DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanRunToAddress.h69 DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanStepInRange.h70 DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanStepOut.h51 virtual bool DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanStepThrough.h37 virtual bool DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanStepUntil.h38 virtual bool DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlan.h119 // Note, plans actually implement DoPlanExplainsStop, the result is cached in PlanExplainsStop so the DoPlanExplainsStop
536 DoPlanExplainsStop (Event *event_ptr) = 0;
648 DoPlanExplainsStop (Event *event_ptr);
H A DThreadPlanCallFunction.h144 DoPlanExplainsStop (Event *event_ptr);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h81 DoPlanExplainsStop (Event *event_ptr);
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp129 AppleThreadPlanStepThroughObjCTrampoline::DoPlanExplainsStop (Event *event_ptr) function in class:AppleThreadPlanStepThroughObjCTrampoline
/external/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp62 ThreadPlanStepOverBreakpoint::DoPlanExplainsStop (Event *event_ptr) function in class:ThreadPlanStepOverBreakpoint
H A DThreadPlanBase.cpp71 ThreadPlanBase::DoPlanExplainsStop (Event *event_ptr) function in class:ThreadPlanBase
H A DThreadPlanStepInstruction.cpp94 ThreadPlanStepInstruction::DoPlanExplainsStop (Event *event_ptr) function in class:ThreadPlanStepInstruction
H A DThreadPlan.cpp61 bool actual_value = DoPlanExplainsStop(event_ptr);
296 ThreadPlanNull::DoPlanExplainsStop (Event *event_ptr) function in class:ThreadPlanNull
H A DThreadPlanStepThrough.cpp142 ThreadPlanStepThrough::DoPlanExplainsStop (Event *event_ptr) function in class:ThreadPlanStepThrough
H A DThreadPlanCallFunction.cpp365 ThreadPlanCallFunction::DoPlanExplainsStop (Event *event_ptr) function in class:ThreadPlanCallFunction
478 // We do some computation in DoPlanExplainsStop that may or may not set the plan as complete.
480 DoPlanExplainsStop(event_ptr);
H A DThreadPlanRunToAddress.cpp191 ThreadPlanRunToAddress::DoPlanExplainsStop (Event *event_ptr) function in class:ThreadPlanRunToAddress
H A DThreadPlanStepOut.cpp177 ThreadPlanStepOut::DoPlanExplainsStop (Event *event_ptr) function in class:ThreadPlanStepOut
H A DThreadPlanStepOverRange.cpp293 ThreadPlanStepOverRange::DoPlanExplainsStop (Event *event_ptr) function in class:ThreadPlanStepOverRange
H A DThreadPlanStepUntil.cpp308 ThreadPlanStepUntil::DoPlanExplainsStop (Event *event_ptr) function in class:ThreadPlanStepUntil
H A DThreadPlanStepInRange.cpp396 ThreadPlanStepInRange::DoPlanExplainsStop (Event *event_ptr) function in class:ThreadPlanStepInRange

Completed in 134 milliseconds