| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | ThreadPlanStepOut.cpp | 241 bool ThreadPlanStepOut::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepOut 243 return m_step_out_to_inline_plan_sp->ValidatePlan(error); in ValidatePlan() 246 return m_step_through_inline_plan_sp->ValidatePlan(error); in ValidatePlan() 482 if (!step_through_inline_plan_ptr->ValidatePlan(&errors)) { in QueueInlinedStepPlan()
|
| H A D | ThreadPlanCallOnFunctionExit.cpp | 53 bool ThreadPlanCallOnFunctionExit::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanCallOnFunctionExit
|
| H A D | ThreadPlanBase.cpp | 53 bool ThreadPlanBase::ValidatePlan(Stream *error) { return true; } in ValidatePlan() function in ThreadPlanBase
|
| H A D | ThreadPlanStepOverBreakpoint.cpp | 48 bool ThreadPlanStepOverBreakpoint::ValidatePlan(Stream *error) { return true; } in ValidatePlan() function in ThreadPlanStepOverBreakpoint
|
| H A D | ThreadPlanPython.cpp | 40 bool ThreadPlanPython::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanPython
|
| H A D | ThreadPlanStepInstruction.cpp | 83 bool ThreadPlanStepInstruction::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepInstruction
|
| H A D | ThreadPlanStepThrough.cpp | 130 bool ThreadPlanStepThrough::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepThrough
|
| H A D | ThreadPlanRunToAddress.cpp | 131 bool ThreadPlanRunToAddress::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanRunToAddress
|
| H A D | ThreadPlan.cpp | 192 bool ThreadPlanNull::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanNull
|
| H A D | ThreadPlanStepUntil.cpp | 124 bool ThreadPlanStepUntil::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepUntil
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | ThreadPlan.h | 354 virtual bool ValidatePlan(Stream *error) = 0; 578 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanCallOnFunctionExit.h | 36 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanBase.h | 29 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanPython.h | 39 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanStepInstruction.h | 26 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanStepOverBreakpoint.h | 24 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanRunToAddress.h | 34 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanStepThrough.h | 22 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanStepUntil.h | 22 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanStepRange.h | 31 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanStepOut.h | 30 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanCallFunction.h | 37 bool ValidatePlan(Stream *error) override;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.h | 36 bool ValidatePlan(Stream *error) override;
|
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 100 bool AppleThreadPlanStepThroughObjCTrampoline::ValidatePlan(Stream *error) { in ValidatePlan() function in AppleThreadPlanStepThroughObjCTrampoline
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | LLVMUserExpression.cpp | 157 if (!call_plan_sp || !call_plan_sp->ValidatePlan(&ss)) { in DoExecute()
|