Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DThreadPlanStepOut.cpp160 ThreadPlanStepOut::ValidatePlan (Stream *error) in ValidatePlan() function in ThreadPlanStepOut
163 return m_step_out_plan_sp->ValidatePlan (error); in ValidatePlan()
165 return m_step_through_inline_plan_sp->ValidatePlan (error); in ValidatePlan()
436 if (!step_through_inline_plan_ptr->ValidatePlan(&errors)) in QueueInlinedStepPlan()
DThreadPlanStepOverBreakpoint.cpp56 ThreadPlanStepOverBreakpoint::ValidatePlan (Stream *error) in ValidatePlan() function in ThreadPlanStepOverBreakpoint
DThreadPlanBase.cpp65 ThreadPlanBase::ValidatePlan (Stream *error) in ValidatePlan() function in ThreadPlanBase
DThreadPlanStepInstruction.cpp86 ThreadPlanStepInstruction::ValidatePlan (Stream *error) in ValidatePlan() function in ThreadPlanStepInstruction
DThreadPlanStepThrough.cpp136 ThreadPlanStepThrough::ValidatePlan (Stream *error) in ValidatePlan() function in ThreadPlanStepThrough
DThreadPlanRunToAddress.cpp167 ThreadPlanRunToAddress::ValidatePlan (Stream *error) in ValidatePlan() function in ThreadPlanRunToAddress
DThreadPlan.cpp239 ThreadPlanNull::ValidatePlan (Stream *error) in ValidatePlan() function in ThreadPlanNull
DThreadPlanStepUntil.cpp157 ThreadPlanStepUntil::ValidatePlan (Stream *error) in ValidatePlan() function in ThreadPlanStepUntil
DThreadPlanStepRange.cpp85 ThreadPlanStepRange::ValidatePlan (Stream *error) in ValidatePlan() function in ThreadPlanStepRange
DThreadPlanCallFunction.cpp337 ThreadPlanCallFunction::ValidatePlan (Stream *error) in ValidatePlan() function in ThreadPlanCallFunction
DThread.cpp1444 if (thread_plan_sp->ValidatePlan(NULL)) in QueueThreadPlanForStepOut()
1459 if (!thread_plan_sp || !thread_plan_sp->ValidatePlan (NULL)) in QueueThreadPlanForStepThrough()
DProcess.cpp4660 if (!thread_plan_sp->ValidatePlan(NULL)) in RunThreadPlan()
/external/lldb/include/lldb/Target/
DThreadPlan.h336 ValidatePlan (Stream *error) = 0;
623 ValidatePlan (Stream *error);
DThreadPlanStepOverBreakpoint.h29 virtual bool ValidatePlan (Stream *error);
DThreadPlanStepInstruction.h29 virtual bool ValidatePlan (Stream *error);
DThreadPlanBase.h37 virtual bool ValidatePlan (Stream *error);
DThreadPlanRunToAddress.h47 ValidatePlan (Stream *error);
DThreadPlanStepThrough.h28 virtual bool ValidatePlan (Stream *error);
DThreadPlanStepUntil.h29 virtual bool ValidatePlan (Stream *error);
DThreadPlanStepOut.h36 virtual bool ValidatePlan (Stream *error);
DThreadPlanStepRange.h38 virtual bool ValidatePlan (Stream *error);
DThreadPlanCallFunction.h59 ValidatePlan (Stream *error);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.h46 ValidatePlan (Stream *error);
DAppleThreadPlanStepThroughObjCTrampoline.cpp123 AppleThreadPlanStepThroughObjCTrampoline::ValidatePlan (Stream *error) in ValidatePlan() function in AppleThreadPlanStepThroughObjCTrampoline
/external/lldb/source/Expression/
DClangUserExpression.cpp873 if (!call_plan_sp || !call_plan_sp->ValidatePlan (&error_stream)) in Execute()