Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp58 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient
78 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()
83 bool GDBRemoteCommunicationClient::HandshakeWithServer(Status *error_ptr) { in HandshakeWithServer()
122 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported()
129 bool GDBRemoteCommunicationClient::GetQPassSignalsSupported() { in GetQPassSignalsSupported()
136 bool GDBRemoteCommunicationClient::GetAugmentedLibrariesSVR4ReadSupported() { in GetAugmentedLibrariesSVR4ReadSupported()
143 bool GDBRemoteCommunicationClient::GetQXferLibrariesSVR4ReadSupported() { in GetQXferLibrariesSVR4ReadSupported()
150 bool GDBRemoteCommunicationClient::GetQXferLibrariesReadSupported() { in GetQXferLibrariesReadSupported()
157 bool GDBRemoteCommunicationClient::GetQXferAuxvReadSupported() { in GetQXferAuxvReadSupported()
164 bool GDBRemoteCommunicationClient::GetQXferFeaturesReadSupported() { in GetQXferFeaturesReadSupported()
[all …]
H A DGDBRemoteCommunicationClient.h59 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {
61 GDBRemoteCommunicationClient();
63 ~GDBRemoteCommunicationClient() override;
647 GDBRemoteCommunicationClient(const GDBRemoteCommunicationClient &) = delete;
648 const GDBRemoteCommunicationClient &
649 operator=(const GDBRemoteCommunicationClient &) = delete;
H A DGDBRemoteRegisterContext.cpp192 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in GetPrimordialRegister()
212 GDBRemoteCommunicationClient &gdb_comm( in ReadRegisterBytes()
335 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in SetPrimordialRegister()
358 GDBRemoteCommunicationClient &gdb_comm( in WriteRegisterBytes()
485 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues()
510 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues()
528 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues()
597 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues()
H A DGDBRemoteRegisterContext.h125 GDBRemoteCommunicationClient &gdb_comm);
128 GDBRemoteCommunicationClient &gdb_comm);
H A DCMakeLists.txt24 GDBRemoteCommunicationClient.cpp
H A DProcessGDBRemote.h181 GDBRemoteCommunicationClient &GetGDBRemote() { return m_gdb_comm; } in GetGDBRemote()
240 friend class GDBRemoteCommunicationClient; variable
254 GDBRemoteCommunicationClient m_gdb_comm;
H A DProcessGDBRemote.cpp4358 GDBRemoteCommunicationClient &comm = m_gdb_comm; in GetLoadedModuleList()
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Plugins/Process/gdb-remote/
H A DBUILD.gn38 "GDBRemoteCommunicationClient.cpp",
/openbsd-src/gnu/usr.bin/clang/liblldbPluginProcess/
H A DMakefile26 GDBRemoteCommunicationClient.cpp \
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h158 std::unique_ptr<process_gdb_remote::GDBRemoteCommunicationClient>
H A DPlatformRemoteGDBServer.cpp239 std::make_unique<process_gdb_remote::GDBRemoteCommunicationClient>(); in ConnectRemote()