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

References

tools/lldb/source/API/SBThread.cpp
  572     new_plan->SetIsMasterPlan(true);
tools/lldb/source/Commands/CommandObjectThread.cpp
  739       new_plan_sp->SetIsMasterPlan(true);
 1245           new_plan_sp->SetIsMasterPlan(true);
tools/lldb/source/Expression/FunctionCaller.cpp
  255   new_plan_sp->SetIsMasterPlan(true);
tools/lldb/source/Target/Process.cpp
 4513       m_thread_plan_sp->SetIsMasterPlan(m_is_master);
 4659   thread_plan_sp->SetIsMasterPlan(true);
tools/lldb/source/Target/StopInfo.cpp
  730                   new_plan_sp->SetIsMasterPlan(true);
tools/lldb/source/Target/Thread.cpp
 2127     new_plan_sp->SetIsMasterPlan(true);
 2160     new_plan_sp->SetIsMasterPlan(true);
 2184     new_plan_sp->SetIsMasterPlan(true);
tools/lldb/source/Target/ThreadPlanBase.cpp
   43   SetIsMasterPlan(true);
tools/lldb/source/Target/ThreadPlanCallFunction.cpp
   36   SetIsMasterPlan(true);
tools/lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp
   21   SetIsMasterPlan(false);
tools/lldb/source/Target/ThreadPlanCallUserExpression.cpp
   42   SetIsMasterPlan(true);
tools/lldb/source/Target/ThreadPlanPython.cpp
   33   SetIsMasterPlan(true);