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

Overrides

tools/lldb/include/lldb/Target/ThreadPlan.h
  400   virtual bool ValidatePlan(Stream *error) = 0;

Declarations

tools/lldb/include/lldb/Target/ThreadPlanStepRange.h
   31   bool ValidatePlan(Stream *error) override;

References

tools/lldb/source/Target/ThreadPlanStepOut.cpp
  463         if (!step_through_inline_plan_ptr->ValidatePlan(&errors)) {