Searched refs:GDBRemoteCommunicationClient (Results 1 – 9 of 9) sorted by relevance
60 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient80 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()85 bool GDBRemoteCommunicationClient::HandshakeWithServer(Status *error_ptr) { in HandshakeWithServer()124 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported()131 bool GDBRemoteCommunicationClient::GetQPassSignalsSupported() { in GetQPassSignalsSupported()138 bool GDBRemoteCommunicationClient::GetAugmentedLibrariesSVR4ReadSupported() { in GetAugmentedLibrariesSVR4ReadSupported()145 bool GDBRemoteCommunicationClient::GetQXferLibrariesSVR4ReadSupported() { in GetQXferLibrariesSVR4ReadSupported()152 bool GDBRemoteCommunicationClient::GetQXferLibrariesReadSupported() { in GetQXferLibrariesReadSupported()159 bool GDBRemoteCommunicationClient::GetQXferAuxvReadSupported() { in GetQXferAuxvReadSupported()166 bool GDBRemoteCommunicationClient::GetQXferFeaturesReadSupported() { in GetQXferFeaturesReadSupported()[all …]
60 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {62 GDBRemoteCommunicationClient();64 ~GDBRemoteCommunicationClient() override;650 GDBRemoteCommunicationClient(const GDBRemoteCommunicationClient &) = delete;651 const GDBRemoteCommunicationClient &652 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()
21 #include "GDBRemoteCommunicationClient.h"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;
210 GDBRemoteCommunicationClient &gdb_comm(GetGDBRemote()); in DumpPluginHistory()4900 GDBRemoteCommunicationClient &comm = m_gdb_comm; in GetLoadedModuleList()
161 std::unique_ptr<process_gdb_remote::GDBRemoteCommunicationClient>
245 std::make_unique<process_gdb_remote::GDBRemoteCommunicationClient>(); in ConnectRemote()
537 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp