Searched refs:GDBRemoteCommunicationClient (Results 1 – 8 of 8) sorted by relevance
53 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient110 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()659 GDBRemoteCommunicationClient::PacketResult1307 int GDBRemoteCommunicationClient::SendAttach( in SendAttach()1954 bool GDBRemoteCommunicationClient::GetProcessInfo( in GetProcessInfo()2617 bool GDBRemoteCommunicationClient::GetStopReply( in GetStopReply()3106 bool GDBRemoteCommunicationClient::GetFileExists( in GetFileExists()3125 bool GDBRemoteCommunicationClient::CalculateMD5( in CalculateMD5()3499 bool GDBRemoteCommunicationClient::GetModuleInfo( in GetModuleInfo()3600 GDBRemoteCommunicationClient::GetModulesInfo( in GetModulesInfo()[all …]
122 GDBRemoteCommunicationClient &gdb_comm);125 GDBRemoteCommunicationClient &gdb_comm);
31 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {33 GDBRemoteCommunicationClient();35 ~GDBRemoteCommunicationClient() override;620 DISALLOW_COPY_AND_ASSIGN(GDBRemoteCommunicationClient);
171 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in GetPrimordialRegister()192 GDBRemoteCommunicationClient &gdb_comm( in ReadRegisterBytes()281 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in SetPrimordialRegister()304 GDBRemoteCommunicationClient &gdb_comm( in WriteRegisterBytes()414 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues()439 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues()457 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues()520 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues()
205 GDBRemoteCommunicationClient &GetGDBRemote() { return m_gdb_comm; } in GetGDBRemote()256 friend class GDBRemoteCommunicationClient; variable268 GDBRemoteCommunicationClient m_gdb_comm;
4542 GDBRemoteCommunicationClient &comm = m_gdb_comm; in GetGDBServerRegisterInfo()4670 GDBRemoteCommunicationClient &comm = m_gdb_comm; in GetLoadedModuleList()
173 process_gdb_remote::GDBRemoteCommunicationClient m_gdb_client;
433 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp