Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp34 GDBRemoteCommunicationReplayServer::GDBRemoteCommunicationReplayServer() in GDBRemoteCommunicationReplayServer() function in GDBRemoteCommunicationReplayServer
52 GDBRemoteCommunicationReplayServer::~GDBRemoteCommunicationReplayServer() { in ~GDBRemoteCommunicationReplayServer()
57 GDBRemoteCommunicationReplayServer::GetPacketAndSendResponse( in GetPacketAndSendResponse()
112 GDBRemoteCommunicationReplayServer::LoadReplayHistory(const FileSpec &path) { in LLVM_YAML_IS_DOCUMENT_LIST_VECTOR()
130 bool GDBRemoteCommunicationReplayServer::StartAsyncThread() { in StartAsyncThread()
137 GDBRemoteCommunicationReplayServer::AsyncThread, this, nullptr); in StartAsyncThread()
146 void GDBRemoteCommunicationReplayServer::StopAsyncThread() { in StopAsyncThread()
163 void GDBRemoteCommunicationReplayServer::ReceivePacket( in ReceivePacket()
164 GDBRemoteCommunicationReplayServer &server, bool &done) { in ReceivePacket()
179 GDBRemoteCommunicationReplayServer *server = in AsyncThread()
[all …]
H A DGDBRemoteCommunicationReplayServer.h38 class GDBRemoteCommunicationReplayServer : public GDBRemoteCommunication {
40 GDBRemoteCommunicationReplayServer();
42 ~GDBRemoteCommunicationReplayServer() override;
61 static void ReceivePacket(GDBRemoteCommunicationReplayServer &server,
77 DISALLOW_COPY_AND_ASSIGN(GDBRemoteCommunicationReplayServer);
H A DProcessGDBRemote.h269 GDBRemoteCommunicationReplayServer m_gdb_replay_server;
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile435 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp