| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadPlanStepOut.cpp | 281 bool ThreadPlanStepOut::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepOut 283 return m_step_out_to_inline_plan_sp->ValidatePlan(error); in ValidatePlan() 286 return m_step_through_inline_plan_sp->ValidatePlan(error); in ValidatePlan() 525 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 | 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 | ScriptedThreadPlan.cpp | 58 bool ScriptedThreadPlan::ValidatePlan(Stream *error) { in ValidatePlan() function in ScriptedThreadPlan
|
| H A D | ThreadPlanRunToAddress.cpp | 131 bool ThreadPlanRunToAddress::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanRunToAddress
|
| H A D | ThreadPlanStepUntil.cpp | 124 bool ThreadPlanStepUntil::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepUntil
|
| H A D | ThreadPlan.cpp | 196 bool ThreadPlanNull::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanNull
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ThreadPlan.h | 364 virtual bool ValidatePlan(Stream *error) = 0; 603 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanCallOnFunctionExit.h | 36 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanStepInstruction.h | 26 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanBase.h | 29 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanRunToAddress.h | 34 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanStepOverBreakpoint.h | 24 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanStepThrough.h | 22 bool ValidatePlan(Stream *error) override;
|
| H A D | ScriptedThreadPlan.h | 36 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 | ThreadPlanSingleThreadTimeout.h | 67 bool ValidatePlan(Stream *error) override { return true; } in ValidatePlan() function
|
| H A D | ThreadPlanCallFunction.h | 37 bool ValidatePlan(Stream *error) override;
|
| H A D | ThreadPlanStepOut.h | 39 bool ValidatePlan(Stream *error) override;
|
| /freebsd/contrib/llvm-project/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
|