Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOut.cpp58 return; // we can't do anything here. ValidatePlan() will return false. in ThreadPlanStepOut()
241 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()
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 DThreadPlanPython.cpp61 bool ThreadPlanPython::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanPython
H A DThreadPlanRunToAddress.cpp131 bool ThreadPlanRunToAddress::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanRunToAddress
H A DThreadPlan.cpp195 bool ThreadPlanNull::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanNull
H A DThreadPlanStepUntil.cpp124 bool ThreadPlanStepUntil::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepUntil
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlan.h354 virtual bool ValidatePlan(Stream *error) = 0;
578 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 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 DThreadPlanPython.h40 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;
/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
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThreadPlan.cpp186 return thread_plan_sp->ValidatePlan(nullptr); in IsValid()

12