/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanStepOut.cpp | 58 return; // we can't do anything here. ValidatePlan() will return false. in ThreadPlanStepOut() 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 | 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 | ThreadPlanPython.cpp | 61 bool ThreadPlanPython::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanPython
|
H A D | ThreadPlanRunToAddress.cpp | 131 bool ThreadPlanRunToAddress::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanRunToAddress
|
H A D | ThreadPlan.cpp | 195 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
|
/freebsd/contrib/llvm-project/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 | 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 | ThreadPlanPython.h | 40 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 | ThreadPlanCallFunction.h | 37 bool ValidatePlan(Stream *error) override;
|
H A D | ThreadPlanStepOut.h | 30 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
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBThreadPlan.cpp | 186 return thread_plan_sp->ValidatePlan(nullptr); in IsValid()
|