Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp240 bool ThreadPlanStepOut::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepOut
242 return m_step_out_to_inline_plan_sp->ValidatePlan(error); in ValidatePlan()
245 return m_step_through_inline_plan_sp->ValidatePlan(error); in ValidatePlan()
481 if (!step_through_inline_plan_ptr->ValidatePlan(&errors)) { in QueueInlinedStepPlan()
H A DThreadPlanCallOnFunctionExit.cpp53 bool ThreadPlanCallOnFunctionExit::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanCallOnFunctionExit
H A DThreadPlanBase.cpp52 bool ThreadPlanBase::ValidatePlan(Stream *error) { return true; } in ValidatePlan() function in ThreadPlanBase
H A DThreadPlanStepOverBreakpoint.cpp47 bool ThreadPlanStepOverBreakpoint::ValidatePlan(Stream *error) { return true; } in ValidatePlan() function in ThreadPlanStepOverBreakpoint
H A DThreadPlanPython.cpp44 bool ThreadPlanPython::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanPython
H A DThreadPlanStepInstruction.cpp83 bool ThreadPlanStepInstruction::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepInstruction
H A DThreadPlanStepThrough.cpp129 bool ThreadPlanStepThrough::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepThrough
H A DThreadPlanRunToAddress.cpp130 bool ThreadPlanRunToAddress::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanRunToAddress
H A DThreadPlanStepUntil.cpp123 bool ThreadPlanStepUntil::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepUntil
H A DThreadPlan.cpp191 bool ThreadPlanNull::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanNull
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h349 virtual bool ValidatePlan(Stream *error) = 0;
571 bool ValidatePlan(Stream *error) override;
H A DThreadPlanCallOnFunctionExit.h36 bool ValidatePlan(Stream *error) override;
H A DThreadPlanBase.h29 bool ValidatePlan(Stream *error) override;
H A DThreadPlanPython.h40 bool ValidatePlan(Stream *error) override;
H A DThreadPlanStepInstruction.h26 bool ValidatePlan(Stream *error) override;
H A DThreadPlanStepOverBreakpoint.h24 bool ValidatePlan(Stream *error) override;
H A DThreadPlanRunToAddress.h34 bool ValidatePlan(Stream *error) override;
H A DThreadPlanStepThrough.h22 bool ValidatePlan(Stream *error) override;
H A DThreadPlanStepUntil.h22 bool ValidatePlan(Stream *error) override;
H A DThreadPlanStepRange.h31 bool ValidatePlan(Stream *error) override;
H A DThreadPlanStepOut.h30 bool ValidatePlan(Stream *error) override;
H A DThreadPlanCallFunction.h37 bool ValidatePlan(Stream *error) override;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h35 bool ValidatePlan(Stream *error) override;
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp96 bool AppleThreadPlanStepThroughObjCTrampoline::ValidatePlan(Stream *error) { in ValidatePlan() function in AppleThreadPlanStepThroughObjCTrampoline
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp157 if (!call_plan_sp || !call_plan_sp->ValidatePlan(&ss)) { in DoExecute()

12