From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31110 invoked by alias); 1 Nov 2009 21:23:26 -0000 Received: (qmail 31102 invoked by uid 22791); 1 Nov 2009 21:23:26 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 01 Nov 2009 21:23:22 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 30D1958034; Sun, 1 Nov 2009 13:23:21 -0800 (PST) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost3.vmware.com (Postfix) with ESMTP id 273B1CD940; Sun, 1 Nov 2009 13:23:21 -0800 (PST) Message-ID: <4AEDFC59.80402@vmware.com> Date: Sun, 01 Nov 2009 21:23:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20090624) MIME-Version: 1.0 To: Eli Zaretskii CC: "gdb-patches@sourceware.org" Subject: Re: [RFA] NEWS: mention record save/restore References: <4AEDF5C6.3010005@vmware.com> <83639uc5ai.fsf@gnu.org> In-Reply-To: <83639uc5ai.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-11/txt/msg00011.txt.bz2 Eli Zaretskii wrote: >> Date: Sun, 01 Nov 2009 12:55:34 -0800 >> From: Michael Snyder >> >> 2009-11-01 Michael Snyder >> >> * NEWS (New Commands): Mention record save/restore. >> >> Index: NEWS >> =================================================================== >> RCS file: /cvs/src/src/gdb/NEWS,v >> retrieving revision 1.336 >> diff -u -p -r1.336 NEWS >> --- NEWS 28 Oct 2009 15:01:27 -0000 1.336 >> +++ NEWS 1 Nov 2009 20:54:26 -0000 >> @@ -24,6 +24,14 @@ Xilinx MicroBlaze microblaze >> >> * New commands (for set/show, see "New options" below) >> >> +record save [] >> + Save a file (in core file format) containing the process record >> + execution log for replay debugging at a later time. >> + >> +record restore >> + Restore the process record execution log that was saved at an >> + earlier time, for replay debugging. >> + >> add-inferior [-copies ] [-exec ] >> Add a new inferior. > > This is fine, thanks. Committed.