Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp59 GDBRemoteCommunicationClient::GDBRemoteCommunicationClient() in GDBRemoteCommunicationClient() function in GDBRemoteCommunicationClient
79 GDBRemoteCommunicationClient::~GDBRemoteCommunicationClient() { in ~GDBRemoteCommunicationClient()
123 bool GDBRemoteCommunicationClient::GetEchoSupported() { in GetEchoSupported()
682 Status GDBRemoteCommunicationClient::WriteMemoryTags( in WriteMemoryTags()
2075 bool GDBRemoteCommunicationClient::GetProcessInfo( in GetProcessInfo()
2586 bool GDBRemoteCommunicationClient::LaunchGDBServer( in LaunchGDBServer()
2751 bool GDBRemoteCommunicationClient::GetStopReply( in GetStopReply()
3360 bool GDBRemoteCommunicationClient::GetFileExists( in GetFileExists()
3391 bool GDBRemoteCommunicationClient::CalculateMD5( in CalculateMD5()
3758 bool GDBRemoteCommunicationClient::GetModuleInfo( in GetModuleInfo()
[all …]
H A DGDBRemoteCommunicationClient.h60 class GDBRemoteCommunicationClient : public GDBRemoteClientBase {
62 GDBRemoteCommunicationClient();
64 ~GDBRemoteCommunicationClient() override;
646 GDBRemoteCommunicationClient(const GDBRemoteCommunicationClient &) = delete;
647 const GDBRemoteCommunicationClient &
648 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.h128 GDBRemoteCommunicationClient &gdb_comm);
131 GDBRemoteCommunicationClient &gdb_comm);
H A DProcessGDBRemote.h186 GDBRemoteCommunicationClient &GetGDBRemote() { return m_gdb_comm; } in GetGDBRemote()
245 friend class GDBRemoteCommunicationClient; variable
259 GDBRemoteCommunicationClient m_gdb_comm;
H A DProcessGDBRemote.cpp209 GDBRemoteCommunicationClient &gdb_comm(GetGDBRemote()); in DumpPluginHistory()
4723 GDBRemoteCommunicationClient &comm = m_gdb_comm; in GetLoadedModuleList()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h158 std::unique_ptr<process_gdb_remote::GDBRemoteCommunicationClient>
H A DPlatformRemoteGDBServer.cpp245 std::make_unique<process_gdb_remote::GDBRemoteCommunicationClient>(); in ConnectRemote()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile525 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp