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

References

tools/lldb/source/Host/common/NativeProcessProtocol.cpp
   97     if (thread->GetID() == tid)
  186                    GetID(), unwatch_thread_sp->GetID(), remove_error);
  266                    GetID(), rollback_thread_sp->GetID(), remove_error);
  619            thread.GetID(), initial_pc_addr, breakpoint_addr);
  627              thread.GetID(), error);
tools/lldb/source/Host/common/NativeRegisterContext.cpp
  233   return m_thread.GetID();
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  564   const bool is_main_thread = (thread.GetID() == GetID());
  580     if (GetEventMessage(thread.GetID(), &event_message).Fail()) {
  584                thread.GetID());
  603       return t->GetID() != GetID();
  608     SetCurrentThreadID(main_thread->GetID());
  618     StopRunningThreads(main_thread->GetID());
  630     if (GetEventMessage(thread.GetID(), &data).Fail())
  636              data, WIFEXITED(data), WIFSIGNALED(data), thread.GetID(),
  666                thread.GetID(), error);
  679                thread.GetID(), error);
  720         info.si_code, GetID(), thread.GetID());
  728              info.si_code, GetID(), thread.GetID());
  736   LLDB_LOG(log, "received trace event, pid = {0}", thread.GetID());
  741   StopRunningThreads(thread.GetID());
  747   LLDB_LOG(log, "received breakpoint event, pid = {0}", thread.GetID());
  753   if (m_threads_stepping_with_breakpoint.find(thread.GetID()) !=
  757   StopRunningThreads(thread.GetID());
  765            thread.GetID(), wp_index);
  773   StopRunningThreads(thread.GetID());
  797            thread.GetID());
  802     LLDB_LOG(log, "pid {0} tid {1}, thread stopped", GetID(), thread.GetID());
  821         if (m_pending_notification_tid == thread.GetID())
  826         SetCurrentThreadID(thread.GetID());
  833           LLDB_LOG(log, "failed to resume thread {0}: {1}", thread.GetID(),
  840                GetID(), thread.GetID(), thread_state);
  860   StopRunningThreads(thread.GetID());
 1021   m_threads_stepping_with_breakpoint.insert({thread.GetID(), next_pc});
 1043           resume_actions.GetActionForThread(thread->GetID(), true);
 1060         resume_actions.GetActionForThread(thread->GetID(), true);
 1064                thread->GetID());
 1069              action->state, GetID(), thread->GetID());
 1089                     thread->GetID());
 1116     Status e = Detach(thread->GetID());
 1177            deferred_signal_thread->GetID());
 1179   StopRunningThreads(deferred_signal_thread->GetID());
 1554     if (thread->GetID() == thread_id) {
 1570     if (*it && ((*it)->GetID() == thread_id)) {
 1658   LLDB_LOG(log, "tid: {0}", thread.GetID());
 1670              thread.GetID(), m_pending_notification_tid);
 1745   LLDB_LOG(log, "tid: {0}", thread.GetID());
 1917             GetID(), thread_sp->GetID(), config, true)) {
 1918       m_pt_traced_thread_group.insert(thread_sp->GetID());
 1920           std::make_pair(thread_sp->GetID(), std::move(*traceInstance)));
tools/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp
   99       PTRACE_GETREGS, m_thread.GetID(), nullptr, GetGPRBuffer(), GetGPRSize());
  104       PTRACE_SETREGS, m_thread.GetID(), nullptr, GetGPRBuffer(), GetGPRSize());
  108   return NativeProcessLinux::PtraceWrapper(PTRACE_GETFPREGS, m_thread.GetID(),
  114   return NativeProcessLinux::PtraceWrapper(PTRACE_SETFPREGS, m_thread.GetID(),
  121   return NativeProcessLinux::PtraceWrapper(PTRACE_GETREGSET, m_thread.GetID(),
  128   return NativeProcessLinux::PtraceWrapper(PTRACE_SETREGSET, m_thread.GetID(),
  141       PTRACE_PEEKUSER, m_thread.GetID(), reinterpret_cast<void *>(offset),
  160       PTRACE_POKEUSER, m_thread.GetID(), reinterpret_cast<void *>(offset), buf);
tools/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
   99   auto BufferOrError = getProcFile(process.GetID(), GetID(), "comm");
  139                 __FUNCTION__, GetID(), StateAsCString(m_state));
  244   return NativeProcessLinux::PtraceWrapper(PTRACE_CONT, GetID(), nullptr,
  412   lldb::tid_t tid = GetID();
  444            m_process.GetID(), GetID(), old_state, new_state);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  508     lldb::tid_t tid = thread->GetID();
  652       response.Printf("%" PRIx64, listed_thread->GetID());
 1294   response.Printf("QC%" PRIx64, thread->GetID());
 1883              thread->GetID());
 1886     response.Printf("%" PRIx64, thread->GetID());