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

Overridden By

tools/lldb/include/lldb/Target/ThreadPlan.h
  635   bool OkayToDiscard() override { return false; }
tools/lldb/include/lldb/Target/ThreadPlanBase.h
   37   bool OkayToDiscard() override { return false; }

Declarations

tools/lldb/include/lldb/Target/ThreadPlan.h
  442   virtual bool OkayToDiscard();

References

tools/lldb/source/Target/Process.cpp
 4503       m_okay_to_discard = m_thread_plan_sp->OkayToDiscard();
tools/lldb/source/Target/Thread.cpp
  813                 (plan_ptr->IsMasterPlan() && !plan_ptr->OkayToDiscard());
  852               !current_plan->OkayToDiscard()) {
 1289         discard = m_plan_stack[master_plan_idx]->OkayToDiscard();