Home
last modified time | relevance | path

Searched defs:ValidatePlan (Results 1 – 13 of 13) 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 DThreadPlanPython.cpp61 bool ThreadPlanPython::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanPython
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 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
H A DThreadPlanCallFunction.cpp230 bool ThreadPlanCallFunction::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanCallFunction
H A DThreadPlanStepOut.cpp241 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/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp100 bool AppleThreadPlanStepThroughObjCTrampoline::ValidatePlan(Stream *error) { in ValidatePlan() function in AppleThreadPlanStepThroughObjCTrampoline