Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/llvm/lldb/source/Target/
DThreadPlanStepOut.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()
DThreadPlanCallOnFunctionExit.cpp53 bool ThreadPlanCallOnFunctionExit::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanCallOnFunctionExit
DThreadPlanStepOverBreakpoint.cpp48 bool ThreadPlanStepOverBreakpoint::ValidatePlan(Stream *error) { return true; } in ValidatePlan() function in ThreadPlanStepOverBreakpoint
DThreadPlanBase.cpp53 bool ThreadPlanBase::ValidatePlan(Stream *error) { return true; } in ValidatePlan() function in ThreadPlanBase
DThreadPlanPython.cpp40 bool ThreadPlanPython::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanPython
DThreadPlanStepInstruction.cpp83 bool ThreadPlanStepInstruction::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepInstruction
DThreadPlanStepThrough.cpp130 bool ThreadPlanStepThrough::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepThrough
DThreadPlanRunToAddress.cpp131 bool ThreadPlanRunToAddress::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanRunToAddress
DThreadPlan.cpp192 bool ThreadPlanNull::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanNull
DThreadPlanStepUntil.cpp124 bool ThreadPlanStepUntil::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepUntil
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DThreadPlan.h354 virtual bool ValidatePlan(Stream *error) = 0;
578 bool ValidatePlan(Stream *error) override;
DThreadPlanCallOnFunctionExit.h36 bool ValidatePlan(Stream *error) override;
DThreadPlanPython.h39 bool ValidatePlan(Stream *error) override;
DThreadPlanBase.h29 bool ValidatePlan(Stream *error) override;
DThreadPlanStepInstruction.h26 bool ValidatePlan(Stream *error) override;
DThreadPlanStepOverBreakpoint.h24 bool ValidatePlan(Stream *error) override;
DThreadPlanRunToAddress.h34 bool ValidatePlan(Stream *error) override;
DThreadPlanStepThrough.h22 bool ValidatePlan(Stream *error) override;
DThreadPlanStepUntil.h22 bool ValidatePlan(Stream *error) override;
DThreadPlanStepRange.h31 bool ValidatePlan(Stream *error) override;
DThreadPlanCallFunction.h37 bool ValidatePlan(Stream *error) override;
DThreadPlanStepOut.h30 bool ValidatePlan(Stream *error) override;
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.h36 bool ValidatePlan(Stream *error) override;
DAppleThreadPlanStepThroughObjCTrampoline.cpp100 bool AppleThreadPlanStepThroughObjCTrampoline::ValidatePlan(Stream *error) { in ValidatePlan() function in AppleThreadPlanStepThroughObjCTrampoline
/openbsd/src/gnu/llvm/lldb/source/Expression/
DLLVMUserExpression.cpp157 if (!call_plan_sp || !call_plan_sp->ValidatePlan(&ss)) { in DoExecute()

12