Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp60 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient
80 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 …]
H A DGDBRemoteCommunicationClient.h60 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {
62 GDBRemoteCommunicationClient();
64 ~GDBRemoteCommunicationClient() override;
650 GDBRemoteCommunicationClient(const GDBRemoteCommunicationClient &) = delete;
651 const GDBRemoteCommunicationClient &
652 operator=(const GDBRemoteCommunicationClient &) = delete;
H A DGDBRemoteRegisterContext.cpp193 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()
H A DGDBRemoteRegisterContext.h21 #include "GDBRemoteCommunicationClient.h"
128 GDBRemoteCommunicationClient &gdb_comm);
131 GDBRemoteCommunicationClient &gdb_comm);
H A DProcessGDBRemote.h186 GDBRemoteCommunicationClient &GetGDBRemote() { return m_gdb_comm; } in GetGDBRemote()
245 friend class GDBRemoteCommunicationClient; variable
259 GDBRemoteCommunicationClient m_gdb_comm;
H A DProcessGDBRemote.cpp210 GDBRemoteCommunicationClient &gdb_comm(GetGDBRemote()); in DumpPluginHistory()
4900 GDBRemoteCommunicationClient &comm = m_gdb_comm; in GetLoadedModuleList()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h161 std::unique_ptr<process_gdb_remote::GDBRemoteCommunicationClient>
H A DPlatformRemoteGDBServer.cpp245 std::make_unique<process_gdb_remote::GDBRemoteCommunicationClient>(); in ConnectRemote()
/freebsd/lib/clang/liblldb/
H A DMakefile537 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp