Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadPlanCallOnFunctionExit.cpp53 bool ThreadPlanCallOnFunctionExit::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanCallOnFunctionExit
DThreadPlanBase.cpp52 bool ThreadPlanBase::ValidatePlan(Stream *error) { return true; } in ValidatePlan() function in ThreadPlanBase
DThreadPlanStepOverBreakpoint.cpp47 bool ThreadPlanStepOverBreakpoint::ValidatePlan(Stream *error) { return true; } in ValidatePlan() function in ThreadPlanStepOverBreakpoint
DThreadPlanStepThrough.cpp130 bool ThreadPlanStepThrough::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepThrough
DThreadPlanPython.cpp44 bool ThreadPlanPython::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanPython
DThreadPlanStepInstruction.cpp82 bool ThreadPlanStepInstruction::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepInstruction
DThreadPlanRunToAddress.cpp130 bool ThreadPlanRunToAddress::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanRunToAddress
DThreadPlan.cpp190 bool ThreadPlanNull::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanNull
DThreadPlanStepUntil.cpp123 bool ThreadPlanStepUntil::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepUntil
DThreadPlanCallFunction.cpp223 bool ThreadPlanCallFunction::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanCallFunction
DThreadPlanStepOut.cpp240 bool ThreadPlanStepOut::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepOut
DThreadPlanStepRange.cpp57 bool ThreadPlanStepRange::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepRange
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp98 bool AppleThreadPlanStepThroughObjCTrampoline::ValidatePlan(Stream *error) { in ValidatePlan() function in AppleThreadPlanStepThroughObjCTrampoline