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

References

tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  797            thread.GetID());
  802     LLDB_LOG(log, "pid {0} tid {1}, thread stopped", GetID(), thread.GetID());
  811     const StateType thread_state = thread.GetState();
  821         if (m_pending_notification_tid == thread.GetID())
  822           thread.SetStoppedBySignal(SIGSTOP, &info);
  824           thread.SetStoppedWithNoReason();
  826         SetCurrentThreadID(thread.GetID());
  831         Status error = ResumeThread(thread, thread.GetState(), 0);
  831         Status error = ResumeThread(thread, thread.GetState(), 0);
  833           LLDB_LOG(log, "failed to resume thread {0}: {1}", thread.GetID(),
  840                GetID(), thread.GetID(), thread_state);
  851      ResumeThread(thread, thread.GetState(), signo);
  851      ResumeThread(thread, thread.GetState(), signo);
  857   thread.SetStoppedBySignal(signo, &info);
  860   StopRunningThreads(thread.GetID());