Searched refs:GDBRemoteCommunicationClient (Results 1 – 12 of 12) sorted by relevance
57 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient77 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()121 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported()661 Status GDBRemoteCommunicationClient::WriteMemoryTags( in WriteMemoryTags()2089 bool GDBRemoteCommunicationClient::GetProcessInfo( in GetProcessInfo()2586 bool GDBRemoteCommunicationClient::LaunchGDBServer( in LaunchGDBServer()2748 bool GDBRemoteCommunicationClient::GetStopReply( in GetStopReply()3357 bool GDBRemoteCommunicationClient::GetFileExists( in GetFileExists()3388 bool GDBRemoteCommunicationClient::CalculateMD5( in CalculateMD5()3755 bool GDBRemoteCommunicationClient::GetModuleInfo( in GetModuleInfo()[all …]
58 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {60 GDBRemoteCommunicationClient();62 ~GDBRemoteCommunicationClient() override;648 GDBRemoteCommunicationClient(const GDBRemoteCommunicationClient &) = delete;649 const GDBRemoteCommunicationClient &650 operator=(const GDBRemoteCommunicationClient &) = delete;
192 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in GetPrimordialRegister()212 GDBRemoteCommunicationClient &gdb_comm( in ReadRegisterBytes()335 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in SetPrimordialRegister()358 GDBRemoteCommunicationClient &gdb_comm( in WriteRegisterBytes()485 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues()510 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues()528 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues()597 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues()
125 GDBRemoteCommunicationClient &gdb_comm);128 GDBRemoteCommunicationClient &gdb_comm);
24 GDBRemoteCommunicationClient.cpp
182 GDBRemoteCommunicationClient &GetGDBRemote() { return m_gdb_comm; } in GetGDBRemote()239 friend class GDBRemoteCommunicationClient; variable251 GDBRemoteCommunicationClient m_gdb_comm;
4388 GDBRemoteCommunicationClient &comm = m_gdb_comm; in GetLoadedModuleList()
37 "GDBRemoteCommunicationClient.cpp",
33 : public lldb_private::process_gdb_remote::GDBRemoteCommunicationClient {
157 std::unique_ptr<process_gdb_remote::GDBRemoteCommunicationClient>
237 std::make_unique<process_gdb_remote::GDBRemoteCommunicationClient>(); in ConnectRemote()
31 struct TestClient : public GDBRemoteCommunicationClient {