Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp53 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient
110 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()
659 GDBRemoteCommunicationClient::PacketResult
1307 int GDBRemoteCommunicationClient::SendAttach( in SendAttach()
1954 bool GDBRemoteCommunicationClient::GetProcessInfo( in GetProcessInfo()
2617 bool GDBRemoteCommunicationClient::GetStopReply( in GetStopReply()
3106 bool GDBRemoteCommunicationClient::GetFileExists( in GetFileExists()
3125 bool GDBRemoteCommunicationClient::CalculateMD5( in CalculateMD5()
3499 bool GDBRemoteCommunicationClient::GetModuleInfo( in GetModuleInfo()
3600 GDBRemoteCommunicationClient::GetModulesInfo( in GetModulesInfo()
[all …]
H A DGDBRemoteRegisterContext.h122 GDBRemoteCommunicationClient &gdb_comm);
125 GDBRemoteCommunicationClient &gdb_comm);
H A DGDBRemoteCommunicationClient.h31 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {
33 GDBRemoteCommunicationClient();
35 ~GDBRemoteCommunicationClient() override;
620 DISALLOW_COPY_AND_ASSIGN(GDBRemoteCommunicationClient);
H A DGDBRemoteRegisterContext.cpp171 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in GetPrimordialRegister()
192 GDBRemoteCommunicationClient &gdb_comm( in ReadRegisterBytes()
281 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in SetPrimordialRegister()
304 GDBRemoteCommunicationClient &gdb_comm( in WriteRegisterBytes()
414 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues()
439 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues()
457 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues()
520 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues()
H A DProcessGDBRemote.h205 GDBRemoteCommunicationClient &GetGDBRemote() { return m_gdb_comm; } in GetGDBRemote()
256 friend class GDBRemoteCommunicationClient; variable
268 GDBRemoteCommunicationClient m_gdb_comm;
H A DProcessGDBRemote.cpp4542 GDBRemoteCommunicationClient &comm = m_gdb_comm; in GetGDBServerRegisterInfo()
4670 GDBRemoteCommunicationClient &comm = m_gdb_comm; in GetLoadedModuleList()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h173 process_gdb_remote::GDBRemoteCommunicationClient m_gdb_client;
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile433 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp