Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOut.cpp226 bool ThreadPlanStepOut::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepOut
228 return m_step_out_to_inline_plan_sp->ValidatePlan(error); in ValidatePlan()
231 return m_step_through_inline_plan_sp->ValidatePlan(error); in ValidatePlan()
462 if (!step_through_inline_plan_ptr->ValidatePlan(&errors)) { in QueueInlinedStepPlan()
H A DThreadPlanCallOnFunctionExit.cpp56 bool ThreadPlanCallOnFunctionExit::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanCallOnFunctionExit
H A DThreadPlanBase.cpp55 bool ThreadPlanBase::ValidatePlan(Stream *error) { return true; } in ValidatePlan() function in ThreadPlanBase
H A DThreadPlanStepOverBreakpoint.cpp50 bool ThreadPlanStepOverBreakpoint::ValidatePlan(Stream *error) { return true; } in ValidatePlan() function in ThreadPlanStepOverBreakpoint
H A DThreadPlanPython.cpp45 bool ThreadPlanPython::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanPython
H A DThreadPlanStepInstruction.cpp84 bool ThreadPlanStepInstruction::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepInstruction
H A DThreadPlanStepThrough.cpp140 bool ThreadPlanStepThrough::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepThrough
H A DThreadPlanRunToAddress.cpp134 bool ThreadPlanRunToAddress::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanRunToAddress
H A DThreadPlan.cpp178 bool ThreadPlanNull::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanNull
H A DThreadPlanStepUntil.cpp129 bool ThreadPlanStepUntil::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepUntil
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlan.h413 virtual bool ValidatePlan(Stream *error) = 0;
644 bool ValidatePlan(Stream *error) override;
H A DThreadPlanCallOnFunctionExit.h39 bool ValidatePlan(Stream *error) override;
H A DThreadPlanPython.h40 bool ValidatePlan(Stream *error) override;
H A DThreadPlanBase.h32 bool ValidatePlan(Stream *error) override;
H A DThreadPlanStepOverBreakpoint.h25 bool ValidatePlan(Stream *error) override;
H A DThreadPlanStepInstruction.h27 bool ValidatePlan(Stream *error) override;
H A DThreadPlanRunToAddress.h35 bool ValidatePlan(Stream *error) override;
H A DThreadPlanStepThrough.h23 bool ValidatePlan(Stream *error) override;
H A DThreadPlanStepUntil.h23 bool ValidatePlan(Stream *error) override;
H A DThreadPlanStepRange.h32 bool ValidatePlan(Stream *error) override;
H A DThreadPlanStepOut.h31 bool ValidatePlan(Stream *error) override;
H A DThreadPlanCallFunction.h38 bool ValidatePlan(Stream *error) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h34 bool ValidatePlan(Stream *error) override;
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp101 bool AppleThreadPlanStepThroughObjCTrampoline::ValidatePlan(Stream *error) { in ValidatePlan() function in AppleThreadPlanStepThroughObjCTrampoline
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThreadPlan.cpp132 return m_opaque_sp->ValidatePlan(nullptr); in IsValid()

12