From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11019 invoked by alias); 18 Oct 2009 04:08:03 -0000 Received: (qmail 11011 invoked by uid 22791); 18 Oct 2009 04:08:02 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 18 Oct 2009 04:07:57 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0KRO00G00Z7W7I00@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Sun, 18 Oct 2009 06:07:54 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.70.117.47]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KRO00FUHZH5VA10@a-mtaout23.012.net.il>; Sun, 18 Oct 2009 06:07:54 +0200 (IST) Date: Sun, 18 Oct 2009 04:08:00 -0000 From: Eli Zaretskii Subject: Re: [RFA, 4 of 3] save/restore process record, part 4 (docs and news) In-reply-to: <4ADA430C.9080502@vmware.com> To: Michael Snyder Cc: gdb-patches@sourceware.org, teawater@gmail.com Reply-to: Eli Zaretskii Message-id: <83iqedgxcw.fsf@gnu.org> References: <4ADA1577.4000100@vmware.com> <83ljj9hj6n.fsf@gnu.org> <4ADA430C.9080502@vmware.com> 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-10/txt/msg00408.txt.bz2 > Date: Sat, 17 Oct 2009 15:19:56 -0700 > From: Michael Snyder > > +* New commands > + > +record save (filename) > + Save a 'process record' execution log to a file. > +record restore (filename) > + Restore an earlier 'process record' session. > + This is okay. > +@kindex record save > +@kindex rec save > +@item record save [@var{file}] > +@itemx rec save [@var{file}] > +Save the execution log of the inferior process into a modified core file. > +The optional argument @var{file} specifies the file name in which to > +save the execution log. If not specified, the file name defaults > +to @file{gdb_record.@var{pid}}, where @var{pid} is is the PID of the > +inferior process. > + > +@kindex record restore > +@kindex rec restore > +@item record restore [@var{file}] > +@itemx rec restore [@var{file}] > +Restore the execution log of an earlier session from the file @var{file} > +(required), which has been created using the command @code{record save}. > +This execution log can then be debugged using the @code{process record} > +target, in replay mode, just like replaying a live debugging session. Looks like you sent a wrong patch, since this is unchanged from the original version.