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

References

tools/lldb/source/Target/ThreadList.cpp
  608       if (thread_sp == thread_to_run) {
  609         if (!thread_sp->ShouldResume(thread_sp->GetCurrentPlan()->RunState()))
  609         if (!thread_sp->ShouldResume(thread_sp->GetCurrentPlan()->RunState()))
  612         thread_sp->ShouldResume(eStateSuspended);