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

12

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallOnFunctionExit.h36 bool ValidatePlan(Stream *error) override;
H A DThreadPlanBase.h29 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 DThreadPlanPython.h40 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 DThreadPlanCallFunction.h37 bool ValidatePlan(Stream *error) override;
H A DThreadPlanStepOut.h30 bool ValidatePlan(Stream *error) override;
H A DThreadPlan.h57 // ValidatePlan is then called. If it returns false, the plan is unshipped.
400 virtual bool ValidatePlan(Stream *error) = 0;
625 bool ValidatePlan(Stream *error) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp53 bool ThreadPlanCallOnFunctionExit::ValidatePlan(Stream *error) { function in class:ThreadPlanCallOnFunctionExit
H A DThreadPlanBase.cpp52 bool ThreadPlanBase::ValidatePlan(Stream *error) { return true; } function in class:ThreadPlanBase
H A DThreadPlanStepOut.cpp59 return; // we can't do anything here. ValidatePlan() will return false.
245 bool ThreadPlanStepOut::ValidatePlan(Stream *error) { function in class:ThreadPlanStepOut
247 return m_step_out_to_inline_plan_sp->ValidatePlan(error);
250 return m_step_through_inline_plan_sp->ValidatePlan(error);
487 if (!step_through_inline_plan_ptr->ValidatePlan(&errors)) {
H A DThreadPlanStepOverBreakpoint.cpp47 bool ThreadPlanStepOverBreakpoint::ValidatePlan(Stream *error) { return true; } function in class:ThreadPlanStepOverBreakpoint
H A DThreadPlanPython.cpp43 bool ThreadPlanPython::ValidatePlan(Stream *error) { function in class:ThreadPlanPython
H A DThreadPlanStepThrough.cpp132 bool ThreadPlanStepThrough::ValidatePlan(Stream *error) { function in class:ThreadPlanStepThrough
H A DThreadPlanStepInstruction.cpp81 bool ThreadPlanStepInstruction::ValidatePlan(Stream *error) { function in class:ThreadPlanStepInstruction
H A DThreadPlan.cpp172 bool ThreadPlanNull::ValidatePlan(Stream *error) { function in class:ThreadPlanNull
H A DThreadPlanRunToAddress.cpp131 bool ThreadPlanRunToAddress::ValidatePlan(Stream *error) { function in class:ThreadPlanRunToAddress
H A DThreadPlanStepUntil.cpp126 bool ThreadPlanStepUntil::ValidatePlan(Stream *error) { function in class:ThreadPlanStepUntil
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h33 bool ValidatePlan(Stream *error) override;
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp99 bool AppleThreadPlanStepThroughObjCTrampoline::ValidatePlan(Stream *error) { function in class:AppleThreadPlanStepThroughObjCTrampoline
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DLLVMUserExpression.cpp153 if (!call_plan_sp || !call_plan_sp->ValidatePlan(&ss)) {

Completed in 234 milliseconds

12