reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
   99 bool AppleThreadPlanStepThroughObjCTrampoline::ValidatePlan(Stream *error) {
tools/lldb/source/Target/ThreadPlan.cpp
  172 bool ThreadPlanNull::ValidatePlan(Stream *error) {
tools/lldb/source/Target/ThreadPlanBase.cpp
   52 bool ThreadPlanBase::ValidatePlan(Stream *error) { return true; }
tools/lldb/source/Target/ThreadPlanCallFunction.cpp
  225 bool ThreadPlanCallFunction::ValidatePlan(Stream *error) {
tools/lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp
   53 bool ThreadPlanCallOnFunctionExit::ValidatePlan(Stream *error) {
tools/lldb/source/Target/ThreadPlanPython.cpp
   43 bool ThreadPlanPython::ValidatePlan(Stream *error) {
tools/lldb/source/Target/ThreadPlanRunToAddress.cpp
  131 bool ThreadPlanRunToAddress::ValidatePlan(Stream *error) {
tools/lldb/source/Target/ThreadPlanStepInstruction.cpp
   81 bool ThreadPlanStepInstruction::ValidatePlan(Stream *error) {
tools/lldb/source/Target/ThreadPlanStepOut.cpp
  226 bool ThreadPlanStepOut::ValidatePlan(Stream *error) {
tools/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
   47 bool ThreadPlanStepOverBreakpoint::ValidatePlan(Stream *error) { return true; }
tools/lldb/source/Target/ThreadPlanStepRange.cpp
   57 bool ThreadPlanStepRange::ValidatePlan(Stream *error) {
tools/lldb/source/Target/ThreadPlanStepThrough.cpp
  132 bool ThreadPlanStepThrough::ValidatePlan(Stream *error) {
tools/lldb/source/Target/ThreadPlanStepUntil.cpp
  126 bool ThreadPlanStepUntil::ValidatePlan(Stream *error) {

References

tools/lldb/source/API/SBThreadPlan.cpp
  193     return m_opaque_sp->ValidatePlan(nullptr);
tools/lldb/source/Expression/IRInterpreter.cpp
 1593       if (!call_plan_sp || !call_plan_sp->ValidatePlan(&ss)) {
tools/lldb/source/Expression/LLVMUserExpression.cpp
  147       if (!call_plan_sp || !call_plan_sp->ValidatePlan(&ss)) {
tools/lldb/source/Target/Process.cpp
 4623   if (!thread_plan_sp->ValidatePlan(nullptr)) {
tools/lldb/source/Target/Thread.cpp
 1161   if (!thread_plan_sp->ValidatePlan(&s)) {
 1177   if (!thread_plan_sp->ValidatePlan(&s)) {
 1457   if (!thread_plan_sp || !thread_plan_sp->ValidatePlan(nullptr))
tools/lldb/source/Target/ThreadPlanStepOut.cpp
  228     return m_step_out_to_inline_plan_sp->ValidatePlan(error);
  231     return m_step_through_inline_plan_sp->ValidatePlan(error);