Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp57 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient
77 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()
121 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported()
661 Status GDBRemoteCommunicationClient::WriteMemoryTags( in WriteMemoryTags()
2089 bool GDBRemoteCommunicationClient::GetProcessInfo( in GetProcessInfo()
2586 bool GDBRemoteCommunicationClient::LaunchGDBServer( in LaunchGDBServer()
2748 bool GDBRemoteCommunicationClient::GetStopReply( in GetStopReply()
3357 bool GDBRemoteCommunicationClient::GetFileExists( in GetFileExists()
3388 bool GDBRemoteCommunicationClient::CalculateMD5( in CalculateMD5()
3755 bool GDBRemoteCommunicationClient::GetModuleInfo( in GetModuleInfo()
[all …]
H A DGDBRemoteCommunicationClient.h58 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {
60 GDBRemoteCommunicationClient();
62 ~GDBRemoteCommunicationClient() override;
648 GDBRemoteCommunicationClient(const GDBRemoteCommunicationClient &) = delete;
649 const GDBRemoteCommunicationClient &
650 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.h182 GDBRemoteCommunicationClient &GetGDBRemote() { return m_gdb_comm; } in GetGDBRemote()
239 friend class GDBRemoteCommunicationClient; variable
251 GDBRemoteCommunicationClient m_gdb_comm;
H A DProcessGDBRemote.cpp4388 GDBRemoteCommunicationClient &comm = m_gdb_comm; in GetLoadedModuleList()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Process/gdb-remote/
H A DBUILD.gn37 "GDBRemoteCommunicationClient.cpp",
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.h33 : public lldb_private::process_gdb_remote::GDBRemoteCommunicationClient {
/llvm-project-15.0.7/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h157 std::unique_ptr<process_gdb_remote::GDBRemoteCommunicationClient>
H A DPlatformRemoteGDBServer.cpp237 std::make_unique<process_gdb_remote::GDBRemoteCommunicationClient>(); in ConnectRemote()
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationClientTest.cpp31 struct TestClient : public GDBRemoteCommunicationClient {