Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp57 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient
75 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()
110 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported()
664 GDBRemoteCommunicationClient::PacketResult
1363 int GDBRemoteCommunicationClient::SendAttach( in SendAttach()
2057 bool GDBRemoteCommunicationClient::GetProcessInfo( in GetProcessInfo()
2717 bool GDBRemoteCommunicationClient::GetStopReply( in GetStopReply()
3248 bool GDBRemoteCommunicationClient::GetFileExists( in GetFileExists()
3267 bool GDBRemoteCommunicationClient::CalculateMD5( in CalculateMD5()
3637 bool GDBRemoteCommunicationClient::GetModuleInfo( in GetModuleInfo()
[all …]
H A DGDBRemoteCommunicationClient.h58 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {
60 GDBRemoteCommunicationClient();
62 ~GDBRemoteCommunicationClient() override;
664 GDBRemoteCommunicationClient(const GDBRemoteCommunicationClient &) = delete;
665 const GDBRemoteCommunicationClient &
666 operator=(const GDBRemoteCommunicationClient &) = delete;
H A DGDBRemoteRegisterContext.h126 GDBRemoteCommunicationClient &gdb_comm);
129 GDBRemoteCommunicationClient &gdb_comm);
H A DGDBRemoteCommunicationReplayServer.h55 Status Connect(process_gdb_remote::GDBRemoteCommunicationClient &client);
H A DGDBRemoteRegisterContext.cpp175 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in GetPrimordialRegister()
196 GDBRemoteCommunicationClient &gdb_comm( in ReadRegisterBytes()
311 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in SetPrimordialRegister()
334 GDBRemoteCommunicationClient &gdb_comm( in WriteRegisterBytes()
462 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues()
487 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues()
505 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues()
571 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues()
H A DProcessGDBRemote.h185 GDBRemoteCommunicationClient &GetGDBRemote() { return m_gdb_comm; } in GetGDBRemote()
235 friend class GDBRemoteCommunicationClient; variable
247 GDBRemoteCommunicationClient m_gdb_comm;
H A DGDBRemoteCommunicationReplayServer.cpp292 process_gdb_remote::GDBRemoteCommunicationClient &client) { in Connect()
H A DProcessGDBRemote.cpp4691 GDBRemoteCommunicationClient &comm = m_gdb_comm; in GetLoadedModuleList()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h164 process_gdb_remote::GDBRemoteCommunicationClient m_gdb_client;
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile489 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp