Lines Matching refs:GDBRemoteCommunicationReplayServer
34 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()
178 thread_result_t GDBRemoteCommunicationReplayServer::AsyncThread(void *arg) { in AsyncThread()
179 GDBRemoteCommunicationReplayServer *server = in AsyncThread()
180 (GDBRemoteCommunicationReplayServer *)arg; in AsyncThread()