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

References

tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  406   const bool is_main_thread = (pid == GetID());
  413              status, pid, is_main_thread ? "is" : "is not", GetState());
  416     StopTrackingThread(pid);
  429   const auto info_err = GetSignalInfo(pid, &info);
  430   auto thread_sp = GetThreadByID(pid);
  436     LLDB_LOG(log, "received notification about an unknown tid {0}.", pid);
  442                pid, info_err);
  446     LLDB_LOG(log, "tid {0}, si_code: {1}, si_pid: {2}", pid, info.si_code,
  449     NativeThreadLinux &thread = AddThread(pid);
  479                GetID(), pid);
  491       const bool thread_found = StopTrackingThread(pid);
  496                info_err, pid, status, status, is_main_thread, thread_found);
  511                  GetID(), pid);