/external/lldb/source/Target/ |
D | ThreadPlanStepOut.cpp | 160 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()
|
D | ThreadPlanStepOverBreakpoint.cpp | 56 ThreadPlanStepOverBreakpoint::ValidatePlan (Stream *error) in ValidatePlan() function in ThreadPlanStepOverBreakpoint
|
D | ThreadPlanBase.cpp | 65 ThreadPlanBase::ValidatePlan (Stream *error) in ValidatePlan() function in ThreadPlanBase
|
D | ThreadPlanStepInstruction.cpp | 86 ThreadPlanStepInstruction::ValidatePlan (Stream *error) in ValidatePlan() function in ThreadPlanStepInstruction
|
D | ThreadPlanStepThrough.cpp | 136 ThreadPlanStepThrough::ValidatePlan (Stream *error) in ValidatePlan() function in ThreadPlanStepThrough
|
D | ThreadPlanRunToAddress.cpp | 167 ThreadPlanRunToAddress::ValidatePlan (Stream *error) in ValidatePlan() function in ThreadPlanRunToAddress
|
D | ThreadPlan.cpp | 239 ThreadPlanNull::ValidatePlan (Stream *error) in ValidatePlan() function in ThreadPlanNull
|
D | ThreadPlanStepUntil.cpp | 157 ThreadPlanStepUntil::ValidatePlan (Stream *error) in ValidatePlan() function in ThreadPlanStepUntil
|
D | ThreadPlanStepRange.cpp | 85 ThreadPlanStepRange::ValidatePlan (Stream *error) in ValidatePlan() function in ThreadPlanStepRange
|
D | ThreadPlanCallFunction.cpp | 337 ThreadPlanCallFunction::ValidatePlan (Stream *error) in ValidatePlan() function in ThreadPlanCallFunction
|
D | Thread.cpp | 1444 if (thread_plan_sp->ValidatePlan(NULL)) in QueueThreadPlanForStepOut() 1459 if (!thread_plan_sp || !thread_plan_sp->ValidatePlan (NULL)) in QueueThreadPlanForStepThrough()
|
D | Process.cpp | 4660 if (!thread_plan_sp->ValidatePlan(NULL)) in RunThreadPlan()
|
/external/lldb/include/lldb/Target/ |
D | ThreadPlan.h | 336 ValidatePlan (Stream *error) = 0; 623 ValidatePlan (Stream *error);
|
D | ThreadPlanStepOverBreakpoint.h | 29 virtual bool ValidatePlan (Stream *error);
|
D | ThreadPlanStepInstruction.h | 29 virtual bool ValidatePlan (Stream *error);
|
D | ThreadPlanBase.h | 37 virtual bool ValidatePlan (Stream *error);
|
D | ThreadPlanRunToAddress.h | 47 ValidatePlan (Stream *error);
|
D | ThreadPlanStepThrough.h | 28 virtual bool ValidatePlan (Stream *error);
|
D | ThreadPlanStepUntil.h | 29 virtual bool ValidatePlan (Stream *error);
|
D | ThreadPlanStepOut.h | 36 virtual bool ValidatePlan (Stream *error);
|
D | ThreadPlanStepRange.h | 38 virtual bool ValidatePlan (Stream *error);
|
D | ThreadPlanCallFunction.h | 59 ValidatePlan (Stream *error);
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleThreadPlanStepThroughObjCTrampoline.h | 46 ValidatePlan (Stream *error);
|
D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 123 AppleThreadPlanStepThroughObjCTrampoline::ValidatePlan (Stream *error) in ValidatePlan() function in AppleThreadPlanStepThroughObjCTrampoline
|
/external/lldb/source/Expression/ |
D | ClangUserExpression.cpp | 873 if (!call_plan_sp || !call_plan_sp->ValidatePlan (&error_stream)) in Execute()
|