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

Derived Classes

tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
   31 struct TestClient : public GDBRemoteCommunicationClient {
tools/lldb/unittests/tools/lldb-server/tests/TestClient.h
   32 class TestClient

References

tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
  166   process_gdb_remote::GDBRemoteCommunicationClient m_gdb_client;
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  653 GDBRemoteCommunicationClient::PacketResult
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  168     const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) {
  189   GDBRemoteCommunicationClient &gdb_comm(
  287     const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) {
  310   GDBRemoteCommunicationClient &gdb_comm(
  420   GDBRemoteCommunicationClient &gdb_comm(
  445     GDBRemoteCommunicationClient &gdb_comm(
  463   GDBRemoteCommunicationClient &gdb_comm(
  529   GDBRemoteCommunicationClient &gdb_comm(
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
  121                              GDBRemoteCommunicationClient &gdb_comm);
  124                              GDBRemoteCommunicationClient &gdb_comm);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 4642   GDBRemoteCommunicationClient &comm = m_gdb_comm;
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
  186   GDBRemoteCommunicationClient &GetGDBRemote() { return m_gdb_comm; }
  246   GDBRemoteCommunicationClient m_gdb_comm;
tools/lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
   31 struct TestClient : public GDBRemoteCommunicationClient {
tools/lldb/unittests/tools/lldb-server/tests/TestClient.h
   33     : public lldb_private::process_gdb_remote::GDBRemoteCommunicationClient {