Home
last modified time | relevance | path

Searched refs:GDBRemoteCommunicationClient (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp56 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient
111 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()
116 bool GDBRemoteCommunicationClient::HandshakeWithServer(Status *error_ptr) { in HandshakeWithServer()
146 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported()
153 bool GDBRemoteCommunicationClient::GetQPassSignalsSupported() { in GetQPassSignalsSupported()
160 bool GDBRemoteCommunicationClient::GetAugmentedLibrariesSVR4ReadSupported() { in GetAugmentedLibrariesSVR4ReadSupported()
167 bool GDBRemoteCommunicationClient::GetQXferLibrariesSVR4ReadSupported() { in GetQXferLibrariesSVR4ReadSupported()
174 bool GDBRemoteCommunicationClient::GetQXferLibrariesReadSupported() { in GetQXferLibrariesReadSupported()
181 bool GDBRemoteCommunicationClient::GetQXferAuxvReadSupported() { in GetQXferAuxvReadSupported()
188 bool GDBRemoteCommunicationClient::GetQXferFeaturesReadSupported() { in GetQXferFeaturesReadSupported()
[all …]
DGDBRemoteCommunicationClient.h52 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {
54 GDBRemoteCommunicationClient();
56 ~GDBRemoteCommunicationClient() override;
630 GDBRemoteCommunicationClient(const GDBRemoteCommunicationClient &) = delete;
631 const GDBRemoteCommunicationClient &
632 operator=(const GDBRemoteCommunicationClient &) = delete;
DGDBRemoteRegisterContext.h118 GDBRemoteCommunicationClient &gdb_comm);
121 GDBRemoteCommunicationClient &gdb_comm);
DGDBRemoteCommunicationReplayServer.h55 Status Connect(process_gdb_remote::GDBRemoteCommunicationClient &client);
DCMakeLists.txt21 GDBRemoteCommunicationClient.cpp
DGDBRemoteRegisterContext.cpp173 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in GetPrimordialRegister()
194 GDBRemoteCommunicationClient &gdb_comm( in ReadRegisterBytes()
304 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in SetPrimordialRegister()
327 GDBRemoteCommunicationClient &gdb_comm( in WriteRegisterBytes()
437 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues()
462 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues()
480 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues()
546 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues()
DProcessGDBRemote.h189 GDBRemoteCommunicationClient &GetGDBRemote() { return m_gdb_comm; } in GetGDBRemote()
239 friend class GDBRemoteCommunicationClient; variable
249 GDBRemoteCommunicationClient m_gdb_comm;
DGDBRemoteCommunicationReplayServer.cpp292 process_gdb_remote::GDBRemoteCommunicationClient &client) { in Connect()
DProcessGDBRemote.cpp4615 GDBRemoteCommunicationClient &comm = m_gdb_comm; in GetLoadedModuleList()
/external/llvm-project/lldb/unittests/tools/lldb-server/tests/
DTestClient.h33 : public lldb_private::process_gdb_remote::GDBRemoteCommunicationClient {
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.h164 process_gdb_remote::GDBRemoteCommunicationClient m_gdb_client;
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteCommunicationClientTest.cpp31 struct TestClient : public GDBRemoteCommunicationClient {