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

References

tools/lldb/source/Target/Process.cpp
  872         if (curr_thread) {
  873           curr_thread_stop_reason = curr_thread->GetStopReason();
  874           curr_thread_stop_info_sp = curr_thread->GetStopInfo();
  876         if (!curr_thread || !curr_thread->IsValid() ||
  876         if (!curr_thread || !curr_thread->IsValid() ||
  926             if (curr_thread && curr_thread->IsValid())
  926             if (curr_thread && curr_thread->IsValid())
  927               thread = curr_thread;