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

Overridden By

tools/lldb/source/Target/ThreadPlanPython.cpp
   97 bool ThreadPlanPython::IsPlanStale() {
tools/lldb/source/Target/ThreadPlanStepInstruction.cpp
   96 bool ThreadPlanStepInstruction::IsPlanStale() {
tools/lldb/source/Target/ThreadPlanStepOut.cpp
  504 bool ThreadPlanStepOut::IsPlanStale() {
tools/lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
  183 bool ThreadPlanStepOverBreakpoint::IsPlanStale() {
tools/lldb/source/Target/ThreadPlanStepRange.cpp
  459 bool ThreadPlanStepRange::IsPlanStale() {

References

tools/lldb/source/API/SBThreadPlan.cpp
  184     return m_opaque_sp->IsPlanStale();
tools/lldb/source/Target/Thread.cpp
  885       bool stale = plan_ptr->IsPlanStale();