From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17013 invoked by alias); 29 Aug 2009 20:25:08 -0000 Received: (qmail 17000 invoked by uid 22791); 29 Aug 2009 20:25:07 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 29 Aug 2009 20:24:59 +0000 Received: from conversion-daemon.i_mtaout2.012.net.il by i_mtaout2.012.net.il (HyperSendmail v2004.12) id <0KP500500NAEJ800@i_mtaout2.012.net.il> for gdb-patches@sourceware.org; Sat, 29 Aug 2009 23:24:57 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.144.38]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KP500KJPNDKVVA0@i_mtaout2.012.net.il>; Sat, 29 Aug 2009 23:24:57 +0300 (IDT) Date: Sat, 29 Aug 2009 20:26:00 -0000 From: Eli Zaretskii Subject: Re: [RFA/RFC] Add dump and load command to process record and replay In-reply-to: To: Hui Zhu Cc: msnyder@vmware.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83zl9i9xls.fsf@gnu.org> References: <4A91CEEC.5000802@vmware.com> <4A92D317.9010002@vmware.com> <4A948FF1.6000405@vmware.com> <4A949176.9060604@vmware.com> <831vmubitq.fsf@gnu.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00546.txt.bz2 > From: Hui Zhu > Date: Sun, 30 Aug 2009 02:05:37 +0800 > Cc: msnyder@vmware.com, gdb-patches@sourceware.org > > > "A core file"? you didn't really mean that, did you? > > Yes, it really dump record log to a core file. Now, record log is > together with core file. Sorry, I don't understand: why would we want to have the record log in a core file? What am I missing here?