| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadPlanStepOut.cpp | 226 bool ThreadPlanStepOut::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepOut 228 return m_step_out_to_inline_plan_sp->ValidatePlan(error); in ValidatePlan() 231 return m_step_through_inline_plan_sp->ValidatePlan(error); in ValidatePlan() 462 if (!step_through_inline_plan_ptr->ValidatePlan(&errors)) { in QueueInlinedStepPlan()
|
| H A D | ThreadPlanCallOnFunctionExit.cpp | 56 bool ThreadPlanCallOnFunctionExit::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanCallOnFunctionExit
|
| H A D | ThreadPlanBase.cpp | 55 bool ThreadPlanBase::ValidatePlan(Stream *error) { return true; } in ValidatePlan() function in ThreadPlanBase
|
| H A D | ThreadPlanStepOverBreakpoint.cpp | 50 bool ThreadPlanStepOverBreakpoint::ValidatePlan(Stream *error) { return true; } in ValidatePlan() function in ThreadPlanStepOverBreakpoint
|
| H A D | ThreadPlanPython.cpp | 45 bool ThreadPlanPython::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanPython
|
| H A D | ThreadPlanStepInstruction.cpp | 84 bool ThreadPlanStepInstruction::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepInstruction
|
| H A D | ThreadPlanStepThrough.cpp | 140 bool ThreadPlanStepThrough::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepThrough
|
| H A D | ThreadPlanRunToAddress.cpp | 134 bool ThreadPlanRunToAddress::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanRunToAddress
|
| H A D | ThreadPlan.cpp | 178 bool ThreadPlanNull::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanNull
|
| H A D | ThreadPlanStepUntil.cpp | 129 bool ThreadPlanStepUntil::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepUntil
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ThreadPlan.h | 413 virtual bool ValidatePlan(Stream *error) = 0; 644 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanCallOnFunctionExit.h | 39 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanPython.h | 40 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanBase.h | 32 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanStepOverBreakpoint.h | 25 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanStepInstruction.h | 27 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanRunToAddress.h | 35 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanStepThrough.h | 23 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanStepUntil.h | 23 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanStepRange.h | 32 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanStepOut.h | 31 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanCallFunction.h | 38 bool ValidatePlan(Stream *error) override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.h | 34 bool ValidatePlan(Stream *error) override;
|
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 101 bool AppleThreadPlanStepThroughObjCTrampoline::ValidatePlan(Stream *error) { in ValidatePlan() function in AppleThreadPlanStepThroughObjCTrampoline
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBThreadPlan.cpp | 132 return m_opaque_sp->ValidatePlan(nullptr); in IsValid()
|