Home
last modified time | relevance | path

Searched refs:GDBRemoteCommunicationReplayServer (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.h38 class GDBRemoteCommunicationReplayServer : public GDBRemoteCommunication {
40 GDBRemoteCommunicationReplayServer();
42 ~GDBRemoteCommunicationReplayServer() override;
63 static void ReceivePacket(GDBRemoteCommunicationReplayServer &server,
79 GDBRemoteCommunicationReplayServer(
80 const GDBRemoteCommunicationReplayServer &) = delete;
81 const GDBRemoteCommunicationReplayServer &
82 operator=(const GDBRemoteCommunicationReplayServer &) = delete;
H A DGDBRemoteCommunicationReplayServer.cpp72 GDBRemoteCommunicationReplayServer::GDBRemoteCommunicationReplayServer() in GDBRemoteCommunicationReplayServer() function in GDBRemoteCommunicationReplayServer
89 GDBRemoteCommunicationReplayServer::~GDBRemoteCommunicationReplayServer() { in ~GDBRemoteCommunicationReplayServer()
94 GDBRemoteCommunicationReplayServer::GetPacketAndSendResponse( in GetPacketAndSendResponse()
209 bool GDBRemoteCommunicationReplayServer::StartAsyncThread() { in StartAsyncThread()
216 GDBRemoteCommunicationReplayServer::AsyncThread, this); in StartAsyncThread()
232 void GDBRemoteCommunicationReplayServer::StopAsyncThread() { in StopAsyncThread()
249 void GDBRemoteCommunicationReplayServer::ReceivePacket( in ReceivePacket()
250 GDBRemoteCommunicationReplayServer &server, bool &done) { in ReceivePacket()
265 GDBRemoteCommunicationReplayServer *server = in AsyncThread()
266 (GDBRemoteCommunicationReplayServer *)arg; in AsyncThread()
[all …]
H A DProcessGDBRemote.h248 GDBRemoteCommunicationReplayServer m_gdb_replay_server;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h165 process_gdb_remote::GDBRemoteCommunicationReplayServer m_gdb_replay_server;
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile491 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp