Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp281 bool ThreadPlanStepOut::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepOut
283 return m_step_out_to_inline_plan_sp->ValidatePlan(error); in ValidatePlan()
286 return m_step_through_inline_plan_sp->ValidatePlan(error); in ValidatePlan()
525 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.cpp53 bool ThreadPlanBase::ValidatePlan(Stream *error) { return true; } in ValidatePlan() function in ThreadPlanBase
H A DThreadPlanStepOverBreakpoint.cpp48 bool ThreadPlanStepOverBreakpoint::ValidatePlan(Stream *error) { return true; } in ValidatePlan() function in ThreadPlanStepOverBreakpoint
H A DThreadPlanStepInstruction.cpp83 bool ThreadPlanStepInstruction::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepInstruction
H A DThreadPlanStepThrough.cpp130 bool ThreadPlanStepThrough::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepThrough
H A DScriptedThreadPlan.cpp58 bool ScriptedThreadPlan::ValidatePlan(Stream *error) { in ValidatePlan() function in ScriptedThreadPlan
H A DThreadPlanRunToAddress.cpp131 bool ThreadPlanRunToAddress::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanRunToAddress
H A DThreadPlanStepUntil.cpp124 bool ThreadPlanStepUntil::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepUntil
H A DThreadPlan.cpp196 bool ThreadPlanNull::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanNull
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h364 virtual bool ValidatePlan(Stream *error) = 0;
603 bool ValidatePlan(Stream *error) override;
H A DThreadPlanCallOnFunctionExit.h36 bool ValidatePlan(Stream *error) override;
H A DThreadPlanStepInstruction.h26 bool ValidatePlan(Stream *error) override;
H A DThreadPlanBase.h29 bool ValidatePlan(Stream *error) override;
H A DThreadPlanRunToAddress.h34 bool ValidatePlan(Stream *error) override;
H A DThreadPlanStepOverBreakpoint.h24 bool ValidatePlan(Stream *error) override;
H A DThreadPlanStepThrough.h22 bool ValidatePlan(Stream *error) override;
H A DScriptedThreadPlan.h36 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 DThreadPlanSingleThreadTimeout.h67 bool ValidatePlan(Stream *error) override { return true; } in ValidatePlan() function
H A DThreadPlanCallFunction.h37 bool ValidatePlan(Stream *error) override;
H A DThreadPlanStepOut.h39 bool ValidatePlan(Stream *error) override;
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h36 bool ValidatePlan(Stream *error) override;
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp100 bool AppleThreadPlanStepThroughObjCTrampoline::ValidatePlan(Stream *error) { in ValidatePlan() function in AppleThreadPlanStepThroughObjCTrampoline

12