Lines Matching refs:GDBRemoteCommunicationReplayServer
72 GDBRemoteCommunicationReplayServer::GDBRemoteCommunicationReplayServer() in GDBRemoteCommunicationReplayServer() function in GDBRemoteCommunicationReplayServer
89 GDBRemoteCommunicationReplayServer::~GDBRemoteCommunicationReplayServer() { in ~GDBRemoteCommunicationReplayServer()
94 GDBRemoteCommunicationReplayServer::GetPacketAndSendResponse( in GetPacketAndSendResponse()
191 GDBRemoteCommunicationReplayServer::LoadReplayHistory(const FileSpec &path) { in LoadReplayHistory()
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()
264 thread_result_t GDBRemoteCommunicationReplayServer::AsyncThread(void *arg) { in AsyncThread()
265 GDBRemoteCommunicationReplayServer *server = in AsyncThread()
266 (GDBRemoteCommunicationReplayServer *)arg; in AsyncThread()
291 Status GDBRemoteCommunicationReplayServer::Connect( in Connect()