Searched refs:GDBRemoteCommunicationClient (Results 1 – 9 of 9) sorted by relevance
59 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient79 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()123 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported()682 Status GDBRemoteCommunicationClient::WriteMemoryTags( in WriteMemoryTags()2075 bool GDBRemoteCommunicationClient::GetProcessInfo( in GetProcessInfo()2586 bool GDBRemoteCommunicationClient::LaunchGDBServer( in LaunchGDBServer()2751 bool GDBRemoteCommunicationClient::GetStopReply( in GetStopReply()3360 bool GDBRemoteCommunicationClient::GetFileExists( in GetFileExists()3391 bool GDBRemoteCommunicationClient::CalculateMD5( in CalculateMD5()3758 bool GDBRemoteCommunicationClient::GetModuleInfo( in GetModuleInfo()[all …]
60 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {62 GDBRemoteCommunicationClient();64 ~GDBRemoteCommunicationClient() override;646 GDBRemoteCommunicationClient(const GDBRemoteCommunicationClient &) = delete;647 const GDBRemoteCommunicationClient &648 operator=(const GDBRemoteCommunicationClient &) = delete;
193 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in GetPrimordialRegister()213 GDBRemoteCommunicationClient &gdb_comm( in ReadRegisterBytes()338 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in SetPrimordialRegister()361 GDBRemoteCommunicationClient &gdb_comm( in WriteRegisterBytes()483 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues()508 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues()526 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues()595 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues()
128 GDBRemoteCommunicationClient &gdb_comm);131 GDBRemoteCommunicationClient &gdb_comm);
186 GDBRemoteCommunicationClient &GetGDBRemote() { return m_gdb_comm; } in GetGDBRemote()245 friend class GDBRemoteCommunicationClient; variable259 GDBRemoteCommunicationClient m_gdb_comm;
209 GDBRemoteCommunicationClient &gdb_comm(GetGDBRemote()); in DumpPluginHistory()4723 GDBRemoteCommunicationClient &comm = m_gdb_comm; in GetLoadedModuleList()
158 std::unique_ptr<process_gdb_remote::GDBRemoteCommunicationClient>
245 std::make_unique<process_gdb_remote::GDBRemoteCommunicationClient>(); in ConnectRemote()
525 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp