From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 514 invoked by alias); 1 Nov 2009 20:55:24 -0000 Received: (qmail 430 invoked by uid 22791); 1 Nov 2009 20:55:23 -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-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 01 Nov 2009 20:55:18 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 4212E51045; Sun, 1 Nov 2009 12:55:17 -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 34760CD98C; Sun, 1 Nov 2009 12:55:17 -0800 (PST) Message-ID: <4AEDF5C6.3010005@vmware.com> Date: Sun, 01 Nov 2009 20:55:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20090624) MIME-Version: 1.0 To: "gdb-patches@sourceware.org" , Eli Zaretskii Subject: [RFA] NEWS: mention record save/restore Content-Type: multipart/mixed; boundary="------------080106030204030009030603" 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/msg00007.txt.bz2 This is a multi-part message in MIME format. --------------080106030204030009030603 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 0 --------------080106030204030009030603 Content-Type: text/plain; name="NEWS.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="NEWS.txt" Content-length: 810 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. --------------080106030204030009030603--