Searched refs:GDBRemoteCommunicationClient (Results 1 – 8 of 8) sorted by relevance
49 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient104 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()109 bool GDBRemoteCommunicationClient::HandshakeWithServer(Status *error_ptr) { in HandshakeWithServer()139 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported()146 bool GDBRemoteCommunicationClient::GetQPassSignalsSupported() { in GetQPassSignalsSupported()153 bool GDBRemoteCommunicationClient::GetAugmentedLibrariesSVR4ReadSupported() { in GetAugmentedLibrariesSVR4ReadSupported()160 bool GDBRemoteCommunicationClient::GetQXferLibrariesSVR4ReadSupported() { in GetQXferLibrariesSVR4ReadSupported()167 bool GDBRemoteCommunicationClient::GetQXferLibrariesReadSupported() { in GetQXferLibrariesReadSupported()174 bool GDBRemoteCommunicationClient::GetQXferAuxvReadSupported() { in GetQXferAuxvReadSupported()181 bool GDBRemoteCommunicationClient::GetQXferFeaturesReadSupported() { in GetQXferFeaturesReadSupported()[all …]
122 GDBRemoteCommunicationClient &gdb_comm);125 GDBRemoteCommunicationClient &gdb_comm);
34 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {36 GDBRemoteCommunicationClient();38 ~GDBRemoteCommunicationClient() override;602 DISALLOW_COPY_AND_ASSIGN(GDBRemoteCommunicationClient);
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()
186 GDBRemoteCommunicationClient &GetGDBRemote() { return m_gdb_comm; } in GetGDBRemote()236 friend class GDBRemoteCommunicationClient; variable246 GDBRemoteCommunicationClient m_gdb_comm;
4630 GDBRemoteCommunicationClient &comm = m_gdb_comm; in GetLoadedModuleList()
166 process_gdb_remote::GDBRemoteCommunicationClient m_gdb_client;
454 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp