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

/external/lldb/include/lldb/Target/
H A DThreadPlanBase.h37 virtual bool ValidatePlan (Stream *error);
H A DThreadPlanStepInstruction.h29 virtual bool ValidatePlan (Stream *error);
H A DThreadPlanStepOverBreakpoint.h29 virtual bool ValidatePlan (Stream *error);
H A DThreadPlanRunToAddress.h47 ValidatePlan (Stream *error);
H A DThreadPlanStepOut.h36 virtual bool ValidatePlan (Stream *error);
H A DThreadPlanStepRange.h38 virtual bool ValidatePlan (Stream *error);
H A DThreadPlanStepThrough.h28 virtual bool ValidatePlan (Stream *error);
H A DThreadPlanStepUntil.h29 virtual bool ValidatePlan (Stream *error);
H A DThreadPlan.h55 // ValidatePlan is then called. If it returns false, the plan is unshipped. This is a little
336 ValidatePlan (Stream *error) = 0;
623 ValidatePlan (Stream *error);
H A DThreadPlanCallFunction.h59 ValidatePlan (Stream *error);
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h46 ValidatePlan (Stream *error);
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp123 AppleThreadPlanStepThroughObjCTrampoline::ValidatePlan (Stream *error) function in class:AppleThreadPlanStepThroughObjCTrampoline
/external/lldb/source/Target/
H A DThreadPlanStepOut.cpp64 return; // we can't do anything here. ValidatePlan() will return false.
160 ThreadPlanStepOut::ValidatePlan (Stream *error) function in class:ThreadPlanStepOut
163 return m_step_out_plan_sp->ValidatePlan (error);
165 return m_step_through_inline_plan_sp->ValidatePlan (error);
436 if (!step_through_inline_plan_ptr->ValidatePlan(&errors))
H A DThreadPlanStepOverBreakpoint.cpp56 ThreadPlanStepOverBreakpoint::ValidatePlan (Stream *error) function in class:ThreadPlanStepOverBreakpoint
H A DThreadPlanBase.cpp65 ThreadPlanBase::ValidatePlan (Stream *error) function in class:ThreadPlanBase
H A DThreadPlanStepInstruction.cpp86 ThreadPlanStepInstruction::ValidatePlan (Stream *error) function in class:ThreadPlanStepInstruction
H A DThreadPlanStepThrough.cpp136 ThreadPlanStepThrough::ValidatePlan (Stream *error) function in class:ThreadPlanStepThrough
H A DThreadPlan.cpp239 ThreadPlanNull::ValidatePlan (Stream *error) function in class:ThreadPlanNull
H A DThreadPlanRunToAddress.cpp167 ThreadPlanRunToAddress::ValidatePlan (Stream *error) function in class:ThreadPlanRunToAddress
H A DThreadPlanStepUntil.cpp157 ThreadPlanStepUntil::ValidatePlan (Stream *error) function in class:ThreadPlanStepUntil
H A DThreadPlanStepRange.cpp85 ThreadPlanStepRange::ValidatePlan (Stream *error) function in class:ThreadPlanStepRange
H A DThreadPlanCallFunction.cpp337 ThreadPlanCallFunction::ValidatePlan (Stream *error) function in class:ThreadPlanCallFunction
H A DThread.cpp1444 if (thread_plan_sp->ValidatePlan(NULL))
1459 if (!thread_plan_sp || !thread_plan_sp->ValidatePlan (NULL))
H A DProcess.cpp4660 if (!thread_plan_sp->ValidatePlan(NULL))
/external/lldb/source/Expression/
H A DClangUserExpression.cpp873 if (!call_plan_sp || !call_plan_sp->ValidatePlan (&error_stream))

Completed in 2602 milliseconds