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

References

tools/lldb/source/Host/common/NativeProcessProtocol.cpp
  186                    GetID(), unwatch_thread_sp->GetID(), remove_error);
  266                    GetID(), rollback_thread_sp->GetID(), remove_error);
  337                 __FUNCTION__, lldb_private::StateAsCString(state), GetID());
  342                 __FUNCTION__, lldb_private::StateAsCString(state), GetID());
  609              GetID(), breakpoint_addr);
  618   LLDB_LOG(log, "pid {0} tid {1}: changing PC from {2:x} to {3:x}", GetID(),
  626     LLDB_LOG(log, "pid {0} tid {1}: failed to set PC: {2}", GetID(),
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  406   const bool is_main_thread = (pid == GetID());
  479                GetID(), pid);
  511                  GetID(), pid);
  554   LLDB_LOG(log, "pid = {0}: tracking new thread tid {1}", GetID(), tid);
  564   const bool is_main_thread = (thread.GetID() == GetID());
  603       return t->GetID() != GetID();
  720         info.si_code, GetID(), thread.GetID());
  728              info.si_code, GetID(), thread.GetID());
  802     LLDB_LOG(log, "pid {0} tid {1}, thread stopped", GetID(), thread.GetID());
  840                GetID(), thread.GetID(), thread_state);
 1034   LLDB_LOG(log, "pid {0}", GetID());
 1063       LLDB_LOG(log, "no action specified for pid {0} tid {1}", GetID(),
 1069              action->state, GetID(), thread->GetID());
 1088                     __FUNCTION__, StateAsCString(action->state), GetID(),
 1099   if (kill(GetID(), SIGSTOP) != 0)
 1112   if (GetID() == LLDB_INVALID_PROCESS_ID)
 1133            Host::GetSignalAsCString(signo), GetID());
 1135   if (kill(GetID(), signo))
 1175   LLDB_LOG(log, "pid {0} {1} tid {2} chosen for interrupt target", GetID(),
 1186   LLDB_LOG(log, "pid {0}", GetID());
 1197     LLDB_LOG(log, "ignored for PID {0} due to current state: {1}", GetID(),
 1212   if (kill(GetID(), SIGKILL) != 0) {
 1300   auto BufferOrError = getProcFile(GetID(), "maps");
 1335            m_mem_region_cache.size(), GetID());
 1440     const ::pid_t pid = GetID();
 1472         PTRACE_PEEKDATA, GetID(), (void *)addr, nullptr, 0, &data);
 1507       error = NativeProcessLinux::PtraceWrapper(PTRACE_POKEDATA, GetID(),
 1585   LLDB_LOG(log, "pid {0} adding thread with tid {1}", GetID(), thread_id);
 1598         GetID(), thread_id, m_pt_process_trace_config, true);
 1630                 module_file_spec.GetFilename().AsCString(), GetID());
 1775                    wait_pid == static_cast<::pid_t>(GetID()));
 1917             GetID(), thread_sp->GetID(), config, true)) {
 1961       ProcessorTraceMonitor::Create(GetID(), threadid, config, false);
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h
  100     return getProcFile(GetID(), "auxv");
tools/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
   99   auto BufferOrError = getProcFile(process.GetID(), GetID(), "comm");
  411   lldb::pid_t pid = process.GetID();
  444            m_process.GetID(), GetID(), old_state, new_state);
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  252              m_debugged_process_up->GetID());
  274              m_debugged_process_up->GetID());
  279          m_debugged_process_up->GetID());
  292       m_debugged_process_up->GetID() != LLDB_INVALID_PROCESS_ID)
  296                   pid, m_debugged_process_up->GetID());
  337               __FUNCTION__, process->GetID(),
  352              process->GetID());
  360   LLDB_LOG(log, "pid = {0}, returning exit type {1}", process->GetID(),
  523                 __FUNCTION__, process.GetID(), tid, signum,
  579       (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID))
  583            m_debugged_process_up->GetID(), tid);
  609       m_debugged_process_up->GetID(), tid, signum, int(tid_stop_info.reason),
  673                  m_debugged_process_up->GetID(),
  800               __FUNCTION__, process->GetID());
  832                 __FUNCTION__, process->GetID());
  846               __FUNCTION__, process->GetID(), StateAsCString(state));
  876                 __FUNCTION__, process->GetID(), StateAsCString(state));
 1036       (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID))
 1101       (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID))
 1137       (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID))
 1195       (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID))
 1260       (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID))
 1263   lldb::pid_t pid = m_debugged_process_up->GetID();
 1281       (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID))
 1313              m_debugged_process_up->GetID(), error);
 1416                m_debugged_process_up->GetID(), error);
 1426              m_debugged_process_up->GetID(), error);
 1466              m_debugged_process_up->GetID(), error);
 1470   LLDB_LOG(log, "continued process {0}", m_debugged_process_up->GetID());
 1578              m_debugged_process_up->GetID(), error);
 1582   LLDB_LOG(log, "continued process {0}", m_debugged_process_up->GetID());
 1647              m_debugged_process_up->GetID(), process_state);
 1659       (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID))
 1865       (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID)) {
 2123       (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID)) {
 2201       (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID)) {
 2237       (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID)) {
 2245     LLDB_LOG(log, "failed for process {0}: {1}", m_debugged_process_up->GetID(),
 2250   LLDB_LOG(log, "stopped process {0}", m_debugged_process_up->GetID());
 2262       (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID)) {
 2310               __FUNCTION__, m_debugged_process_up->GetID(), read_addr,
 2319               __FUNCTION__, m_debugged_process_up->GetID(), read_addr,
 2343       (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID)) {
 2392              m_debugged_process_up->GetID(), write_addr, byte_count,
 2405              m_debugged_process_up->GetID(), write_addr, error);
 2411              m_debugged_process_up->GetID(), write_addr, byte_count);
 2431       (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID)) {
 2459       (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID)) {
 2525       (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID)) {
 2600              m_debugged_process_up->GetID(), error);
 2610              m_debugged_process_up->GetID(), error);
 2619       (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID)) {
 2688              m_debugged_process_up->GetID(), error);
 2697              m_debugged_process_up->GetID(), error);
 2708       (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID)) {
 2744               __FUNCTION__, m_debugged_process_up->GetID(), tid,
 2759         (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID)) {
 2893              m_debugged_process_up->GetID(), error);
 2956                m_debugged_process_up->GetID(), save_id);
 2968              m_debugged_process_up->GetID(), error);
 3019       (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID)) {
 3041   if (pid != LLDB_INVALID_PROCESS_ID && m_debugged_process_up->GetID() != pid) {
 3050               __FUNCTION__, m_debugged_process_up->GetID(), error.AsCString());
 3081       (m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID))
 3083   LLDB_LOG(log, "preparing packet for pid {0}", m_debugged_process_up->GetID());
 3091              m_debugged_process_up->GetID(),
 3107       m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID)
 3132       m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID)
 3219       m_debugged_process_up->GetID() == LLDB_INVALID_PROCESS_ID)