Searched defs:ValidatePlan (Results 1 – 13 of 13) sorted by relevance
53 bool ThreadPlanCallOnFunctionExit::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanCallOnFunctionExit
53 bool ThreadPlanBase::ValidatePlan(Stream *error) { return true; } in ValidatePlan() function in ThreadPlanBase
48 bool ThreadPlanStepOverBreakpoint::ValidatePlan(Stream *error) { return true; } in ValidatePlan() function in ThreadPlanStepOverBreakpoint
130 bool ThreadPlanStepThrough::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepThrough
61 bool ThreadPlanPython::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanPython
83 bool ThreadPlanStepInstruction::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepInstruction
131 bool ThreadPlanRunToAddress::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanRunToAddress
195 bool ThreadPlanNull::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanNull
124 bool ThreadPlanStepUntil::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepUntil
230 bool ThreadPlanCallFunction::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanCallFunction
241 bool ThreadPlanStepOut::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepOut
58 bool ThreadPlanStepRange::ValidatePlan(Stream *error) { in ValidatePlan() function in ThreadPlanStepRange
100 bool AppleThreadPlanStepThroughObjCTrampoline::ValidatePlan(Stream *error) { in ValidatePlan() function in AppleThreadPlanStepThroughObjCTrampoline