Searched refs:GDBRemoteCommunicationClient (Results 1 – 11 of 11) sorted by relevance
58 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient78 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()83 bool GDBRemoteCommunicationClient::HandshakeWithServer(Status *error_ptr) { in HandshakeWithServer()122 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported()129 bool GDBRemoteCommunicationClient::GetQPassSignalsSupported() { in GetQPassSignalsSupported()136 bool GDBRemoteCommunicationClient::GetAugmentedLibrariesSVR4ReadSupported() { in GetAugmentedLibrariesSVR4ReadSupported()143 bool GDBRemoteCommunicationClient::GetQXferLibrariesSVR4ReadSupported() { in GetQXferLibrariesSVR4ReadSupported()150 bool GDBRemoteCommunicationClient::GetQXferLibrariesReadSupported() { in GetQXferLibrariesReadSupported()157 bool GDBRemoteCommunicationClient::GetQXferAuxvReadSupported() { in GetQXferAuxvReadSupported()164 bool GDBRemoteCommunicationClient::GetQXferFeaturesReadSupported() { in GetQXferFeaturesReadSupported()[all …]
59 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {61 GDBRemoteCommunicationClient();63 ~GDBRemoteCommunicationClient() override;647 GDBRemoteCommunicationClient(const GDBRemoteCommunicationClient &) = delete;648 const GDBRemoteCommunicationClient &649 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
181 GDBRemoteCommunicationClient &GetGDBRemote() { return m_gdb_comm; } in GetGDBRemote()240 friend class GDBRemoteCommunicationClient; variable254 GDBRemoteCommunicationClient m_gdb_comm;
4358 GDBRemoteCommunicationClient &comm = m_gdb_comm; in GetLoadedModuleList()
38 "GDBRemoteCommunicationClient.cpp",
26 GDBRemoteCommunicationClient.cpp \
158 std::unique_ptr<process_gdb_remote::GDBRemoteCommunicationClient>
239 std::make_unique<process_gdb_remote::GDBRemoteCommunicationClient>(); in ConnectRemote()