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

References

tools/lldb/source/API/SBThread.cpp
  573     new_plan->SetOkayToDiscard(false);
tools/lldb/source/Commands/CommandObjectThread.cpp
  740       new_plan_sp->SetOkayToDiscard(false);
 1246           new_plan_sp->SetOkayToDiscard(false);
tools/lldb/source/Expression/FunctionCaller.cpp
  256   new_plan_sp->SetOkayToDiscard(false);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
   74     m_func_sp->SetOkayToDiscard(true);
tools/lldb/source/Target/Process.cpp
 4514       m_thread_plan_sp->SetOkayToDiscard(m_okay_to_discard);
 4660   thread_plan_sp->SetOkayToDiscard(false);
tools/lldb/source/Target/StopInfo.cpp
  731                   new_plan_sp->SetOkayToDiscard(false);
tools/lldb/source/Target/Thread.cpp
 2128     new_plan_sp->SetOkayToDiscard(false);
 2161     new_plan_sp->SetOkayToDiscard(false);
 2185     new_plan_sp->SetOkayToDiscard(false);
tools/lldb/source/Target/ThreadPlanCallFunction.cpp
   37   SetOkayToDiscard(false);
tools/lldb/source/Target/ThreadPlanCallUserExpression.cpp
   43   SetOkayToDiscard(false);
tools/lldb/source/Target/ThreadPlanPython.cpp
   34   SetOkayToDiscard(true);
tools/lldb/source/Target/ThreadPlanStepOut.cpp
  461         step_through_inline_plan_ptr->SetOkayToDiscard(true);