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.cpp61 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient
81 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()
86 bool GDBRemoteCommunicationClient::HandshakeWithServer(Status *error_ptr) { in HandshakeWithServer()
126 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported()
133 bool GDBRemoteCommunicationClient::GetQPassSignalsSupported() { in GetQPassSignalsSupported()
140 bool GDBRemoteCommunicationClient::GetAugmentedLibrariesSVR4ReadSupported() { in GetAugmentedLibrariesSVR4ReadSupported()
147 bool GDBRemoteCommunicationClient::GetQXferLibrariesSVR4ReadSupported() { in GetQXferLibrariesSVR4ReadSupported()
154 bool GDBRemoteCommunicationClient::GetQXferLibrariesReadSupported() { in GetQXferLibrariesReadSupported()
161 bool GDBRemoteCommunicationClient::GetQXferAuxvReadSupported() { in GetQXferAuxvReadSupported()
168 bool GDBRemoteCommunicationClient::GetQXferFeaturesReadSupported() { in GetQXferFeaturesReadSupported()
[all …]
H A DGDBRemoteCommunicationClient.h60 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {
62 GDBRemoteCommunicationClient();
64 ~GDBRemoteCommunicationClient() override;
663 GDBRemoteCommunicationClient(const GDBRemoteCommunicationClient &) = delete;
664 const GDBRemoteCommunicationClient &
665 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.h185 GDBRemoteCommunicationClient &GetGDBRemote() { return m_gdb_comm; } in GetGDBRemote()
244 friend class GDBRemoteCommunicationClient; variable
258 GDBRemoteCommunicationClient m_gdb_comm;
H A DProcessGDBRemote.cpp220 GDBRemoteCommunicationClient &gdb_comm(GetGDBRemote()); in DumpPluginHistory()
2664 using xPacketState = GDBRemoteCommunicationClient::xPacketState; in DoReadMemory()
5035 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.cpp238 std::make_unique<process_gdb_remote::GDBRemoteCommunicationClient>(); in ConnectRemote()
/freebsd/lib/clang/liblldb/
H A DMakefile558 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp