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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.h1 //===-- GDBRemoteCommunicationReplayServer.h --------------------*- C++ -*-===//
37 class GDBRemoteCommunicationReplayServer : public GDBRemoteCommunication { class in namespace:lldb_private::process_gdb_remote
39 GDBRemoteCommunicationReplayServer();
41 ~GDBRemoteCommunicationReplayServer() override;
60 static void ReceivePacket(GDBRemoteCommunicationReplayServer &server,
76 DISALLOW_COPY_AND_ASSIGN(GDBRemoteCommunicationReplayServer);
H A DGDBRemoteCommunicationReplayServer.cpp1 //===-- GDBRemoteCommunicationReplayServer.cpp ------------------*- C++ -*-===//
14 #include "GDBRemoteCommunicationReplayServer.h"
72 GDBRemoteCommunicationReplayServer::GDBRemoteCommunicationReplayServer() function in class:GDBRemoteCommunicationReplayServer
89 GDBRemoteCommunicationReplayServer::~GDBRemoteCommunicationReplayServer() {
94 GDBRemoteCommunicationReplayServer::GetPacketAndSendResponse(
142 "GDBRemoteCommunicationReplayServer expected packet: '{0}'",
144 LLDB_LOG(log, "GDBRemoteCommunicationReplayServer actual packet: '{0}'",
170 "GDBRemoteCommunicationReplayServer skippe
[all...]
H A DProcessGDBRemote.h36 #include "GDBRemoteCommunicationReplayServer.h"
247 GDBRemoteCommunicationReplayServer m_gdb_replay_server;
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile456 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp

Completed in 79 milliseconds