Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.cpp49 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient
104 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()
109 bool GDBRemoteCommunicationClient::HandshakeWithServer(Status *error_ptr) { in HandshakeWithServer()
139 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported()
146 bool GDBRemoteCommunicationClient::GetQPassSignalsSupported() { in GetQPassSignalsSupported()
153 bool GDBRemoteCommunicationClient::GetAugmentedLibrariesSVR4ReadSupported() { in GetAugmentedLibrariesSVR4ReadSupported()
160 bool GDBRemoteCommunicationClient::GetQXferLibrariesSVR4ReadSupported() { in GetQXferLibrariesSVR4ReadSupported()
167 bool GDBRemoteCommunicationClient::GetQXferLibrariesReadSupported() { in GetQXferLibrariesReadSupported()
174 bool GDBRemoteCommunicationClient::GetQXferAuxvReadSupported() { in GetQXferAuxvReadSupported()
181 bool GDBRemoteCommunicationClient::GetQXferFeaturesReadSupported() { in GetQXferFeaturesReadSupported()
[all …]
HDGDBRemoteRegisterContext.h122 GDBRemoteCommunicationClient &gdb_comm);
125 GDBRemoteCommunicationClient &gdb_comm);
HDGDBRemoteCommunicationClient.h34 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {
36 GDBRemoteCommunicationClient();
38 ~GDBRemoteCommunicationClient() override;
602 DISALLOW_COPY_AND_ASSIGN(GDBRemoteCommunicationClient);
HDGDBRemoteRegisterContext.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()
HDProcessGDBRemote.h186 GDBRemoteCommunicationClient &GetGDBRemote() { return m_gdb_comm; } in GetGDBRemote()
236 friend class GDBRemoteCommunicationClient; variable
246 GDBRemoteCommunicationClient m_gdb_comm;
HDProcessGDBRemote.cpp4630 GDBRemoteCommunicationClient &comm = m_gdb_comm; in GetLoadedModuleList()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.h166 process_gdb_remote::GDBRemoteCommunicationClient m_gdb_client;
/freebsd-11-stable/lib/clang/liblldb/
HDMakefile454 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp