Searched refs:GDBRemoteCommunicationReplayServer (Results 1 – 4 of 4) sorted by relevance
34 GDBRemoteCommunicationReplayServer::GDBRemoteCommunicationReplayServer() in GDBRemoteCommunicationReplayServer() function in GDBRemoteCommunicationReplayServer52 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 …]
38 class GDBRemoteCommunicationReplayServer : public GDBRemoteCommunication {40 GDBRemoteCommunicationReplayServer();42 ~GDBRemoteCommunicationReplayServer() override;61 static void ReceivePacket(GDBRemoteCommunicationReplayServer &server,77 DISALLOW_COPY_AND_ASSIGN(GDBRemoteCommunicationReplayServer);
269 GDBRemoteCommunicationReplayServer m_gdb_replay_server;
435 SRCS+= Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp