Home
last modified time | relevance | path

Searched defs:ValidatePlan (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
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 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 DThreadPlanStepInstruction.cpp83 bool ThreadPlanStepInstruction::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepInstruction
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
H A DThreadPlanCallFunction.cpp241 bool ThreadPlanCallFunction::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanCallFunction
H A DThreadPlanStepOut.cpp281 bool ThreadPlanStepOut::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepOut
H A DThreadPlanStepRange.cpp58 bool ThreadPlanStepRange::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepRange
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanSingleThreadTimeout.h67 bool ValidatePlan(Stream *error) override { return true; } in ValidatePlan() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp100 bool AppleThreadPlanStepThroughObjCTrampoline::ValidatePlan(Stream *error) { in ValidatePlan() function in AppleThreadPlanStepThroughObjCTrampoline