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

Declarations

tools/lldb/include/lldb/Host/common/NativeProcessProtocol.h
  190   NativeThreadProtocol *GetThreadByID(lldb::tid_t tid);

References

tools/lldb/include/lldb/Host/common/NativeProcessProtocol.h
  197     return GetThreadByID(m_current_thread_id);
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
 1652       NativeProcessProtocol::GetThreadByID(tid));
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  586   NativeThreadProtocol *thread = m_debugged_process_up->GetThreadByID(tid);
 2166     NativeThreadProtocol *thread = m_debugged_process_up->GetThreadByID(tid);
 2726   NativeThreadProtocol *thread = m_debugged_process_up->GetThreadByID(tid);
 3232       return m_debugged_process_up->GetThreadByID(current_tid);
 3262     return m_debugged_process_up->GetThreadByID(tid);