Searched refs:GDBRemoteCommunicationClient (Results 1 – 10 of 10) sorted by relevance
57 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient75 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()110 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported()664 GDBRemoteCommunicationClient::PacketResult1363 int GDBRemoteCommunicationClient::SendAttach( in SendAttach()2057 bool GDBRemoteCommunicationClient::GetProcessInfo( in GetProcessInfo()2717 bool GDBRemoteCommunicationClient::GetStopReply( in GetStopReply()3248 bool GDBRemoteCommunicationClient::GetFileExists( in GetFileExists()3267 bool GDBRemoteCommunicationClient::CalculateMD5( in CalculateMD5()3637 bool GDBRemoteCommunicationClient::GetModuleInfo( in GetModuleInfo()[all …]
58 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {60 GDBRemoteCommunicationClient();62 ~GDBRemoteCommunicationClient() override;664 GDBRemoteCommunicationClient(const GDBRemoteCommunicationClient &) = delete;665 const GDBRemoteCommunicationClient &666 operator=(const GDBRemoteCommunicationClient &) = delete;
126 GDBRemoteCommunicationClient &gdb_comm);129 GDBRemoteCommunicationClient &gdb_comm);
55 Status Connect(process_gdb_remote::GDBRemoteCommunicationClient &client);
175 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in GetPrimordialRegister()196 GDBRemoteCommunicationClient &gdb_comm( in ReadRegisterBytes()311 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in SetPrimordialRegister()334 GDBRemoteCommunicationClient &gdb_comm( in WriteRegisterBytes()462 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues()487 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues()505 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues()571 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues()
185 GDBRemoteCommunicationClient &GetGDBRemote() { return m_gdb_comm; } in GetGDBRemote()235 friend class GDBRemoteCommunicationClient; variable247 GDBRemoteCommunicationClient m_gdb_comm;
292 process_gdb_remote::GDBRemoteCommunicationClient &client) { in Connect()
4691 GDBRemoteCommunicationClient &comm = m_gdb_comm; in GetLoadedModuleList()
164 process_gdb_remote::GDBRemoteCommunicationClient m_gdb_client;
489 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp