Searched refs:GDBRemoteCommunicationClient (Results 1 – 12 of 12) sorted by relevance
56 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient111 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()116 bool GDBRemoteCommunicationClient::HandshakeWithServer(Status *error_ptr) { in HandshakeWithServer()146 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported()153 bool GDBRemoteCommunicationClient::GetQPassSignalsSupported() { in GetQPassSignalsSupported()160 bool GDBRemoteCommunicationClient::GetAugmentedLibrariesSVR4ReadSupported() { in GetAugmentedLibrariesSVR4ReadSupported()167 bool GDBRemoteCommunicationClient::GetQXferLibrariesSVR4ReadSupported() { in GetQXferLibrariesSVR4ReadSupported()174 bool GDBRemoteCommunicationClient::GetQXferLibrariesReadSupported() { in GetQXferLibrariesReadSupported()181 bool GDBRemoteCommunicationClient::GetQXferAuxvReadSupported() { in GetQXferAuxvReadSupported()188 bool GDBRemoteCommunicationClient::GetQXferFeaturesReadSupported() { in GetQXferFeaturesReadSupported()[all …]
52 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {54 GDBRemoteCommunicationClient();56 ~GDBRemoteCommunicationClient() override;630 GDBRemoteCommunicationClient(const GDBRemoteCommunicationClient &) = delete;631 const GDBRemoteCommunicationClient &632 operator=(const GDBRemoteCommunicationClient &) = delete;
118 GDBRemoteCommunicationClient &gdb_comm);121 GDBRemoteCommunicationClient &gdb_comm);
55 Status Connect(process_gdb_remote::GDBRemoteCommunicationClient &client);
21 GDBRemoteCommunicationClient.cpp
173 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in GetPrimordialRegister()194 GDBRemoteCommunicationClient &gdb_comm( in ReadRegisterBytes()304 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in SetPrimordialRegister()327 GDBRemoteCommunicationClient &gdb_comm( in WriteRegisterBytes()437 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues()462 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues()480 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues()546 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues()
189 GDBRemoteCommunicationClient &GetGDBRemote() { return m_gdb_comm; } in GetGDBRemote()239 friend class GDBRemoteCommunicationClient; variable249 GDBRemoteCommunicationClient m_gdb_comm;
292 process_gdb_remote::GDBRemoteCommunicationClient &client) { in Connect()
4615 GDBRemoteCommunicationClient &comm = m_gdb_comm; in GetLoadedModuleList()
33 : public lldb_private::process_gdb_remote::GDBRemoteCommunicationClient {
164 process_gdb_remote::GDBRemoteCommunicationClient m_gdb_client;
31 struct TestClient : public GDBRemoteCommunicationClient {