Home
last modified time | relevance | path

Searched refs:ValidatePlan (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanStepOut.cpp241 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()
HDThreadPlanCallOnFunctionExit.cpp53 bool ThreadPlanCallOnFunctionExit::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanCallOnFunctionExit
HDThreadPlanStepOverBreakpoint.cpp48 bool ThreadPlanStepOverBreakpoint::ValidatePlan(Stream *error) { return true; } in ValidatePlan() function in ThreadPlanStepOverBreakpoint
HDThreadPlanBase.cpp53 bool ThreadPlanBase::ValidatePlan(Stream *error) { return true; } in ValidatePlan() function in ThreadPlanBase
HDThreadPlanStepInstruction.cpp83 bool ThreadPlanStepInstruction::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepInstruction
HDThreadPlanPython.cpp61 bool ThreadPlanPython::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanPython
HDThreadPlanStepThrough.cpp130 bool ThreadPlanStepThrough::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepThrough
HDThreadPlanRunToAddress.cpp131 bool ThreadPlanRunToAddress::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanRunToAddress
HDThreadPlan.cpp195 bool ThreadPlanNull::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanNull
HDThreadPlanStepUntil.cpp124 bool ThreadPlanStepUntil::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepUntil
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDThreadPlan.h354 virtual bool ValidatePlan(Stream *error) = 0;
578 bool ValidatePlan(Stream *error) override;
HDThreadPlanCallOnFunctionExit.h36 bool ValidatePlan(Stream *error) override;
HDThreadPlanBase.h29 bool ValidatePlan(Stream *error) override;
HDThreadPlanStepOverBreakpoint.h24 bool ValidatePlan(Stream *error) override;
HDThreadPlanStepInstruction.h26 bool ValidatePlan(Stream *error) override;
HDThreadPlanRunToAddress.h34 bool ValidatePlan(Stream *error) override;
HDThreadPlanStepThrough.h22 bool ValidatePlan(Stream *error) override;
HDThreadPlanPython.h40 bool ValidatePlan(Stream *error) override;
HDThreadPlanStepUntil.h22 bool ValidatePlan(Stream *error) override;
HDThreadPlanStepRange.h31 bool ValidatePlan(Stream *error) override;
HDThreadPlanStepOut.h30 bool ValidatePlan(Stream *error) override;
HDThreadPlanCallFunction.h37 bool ValidatePlan(Stream *error) override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleThreadPlanStepThroughObjCTrampoline.h36 bool ValidatePlan(Stream *error) override;
HDAppleThreadPlanStepThroughObjCTrampoline.cpp100 bool AppleThreadPlanStepThroughObjCTrampoline::ValidatePlan(Stream *error) { in ValidatePlan() function in AppleThreadPlanStepThroughObjCTrampoline
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBThreadPlan.cpp186 return thread_plan_sp->ValidatePlan(nullptr); in IsValid()

12