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

Declarations

tools/lldb/include/lldb/Host/common/NativeProcessProtocol.h
  188   NativeThreadProtocol *GetThreadAtIndex(uint32_t idx);

References

tools/lldb/source/Host/common/NativeProcessProtocol.cpp
  124       const_cast<NativeProcessProtocol *>(this)->GetThreadAtIndex(0));
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
  505        (thread = process.GetThreadAtIndex(thread_idx)) != nullptr;
  647     for (listed_thread = m_debugged_process_up->GetThreadAtIndex(thread_index);
  649         listed_thread = m_debugged_process_up->GetThreadAtIndex(thread_index)) {
  682          (thread = m_debugged_process_up->GetThreadAtIndex(i)) != nullptr;
 1663   NativeThreadProtocol *thread = m_debugged_process_up->GetThreadAtIndex(0);
 1879       thread = m_debugged_process_up->GetThreadAtIndex(thread_index);
 1881       thread = m_debugged_process_up->GetThreadAtIndex(thread_index)) {
 3230       return m_debugged_process_up->GetThreadAtIndex(0);