From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10707 invoked by alias); 17 Oct 2009 19:11:18 -0000 Received: (qmail 10699 invoked by uid 22791); 17 Oct 2009 19:11:18 -0000 X-SWARE-Spam-Status: No, hits=-2.4 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; Sat, 17 Oct 2009 19:11:14 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 1898127024; Sat, 17 Oct 2009 12:11:13 -0700 (PDT) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost4.vmware.com (Postfix) with ESMTP id 0A5A9C9BA4; Sat, 17 Oct 2009 12:11:12 -0700 (PDT) Message-ID: <4ADA1577.4000100@vmware.com> Date: Sat, 17 Oct 2009 19:11:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: "gdb-patches@sourceware.org" , Eli Zaretskii , Hui Zhu Subject: [RFA, 4 of 3] save/restore process record, part 4 (docs and news) Content-Type: multipart/mixed; boundary="------------070300010406030806060707" 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/msg00394.txt.bz2 This is a multi-part message in MIME format. --------------070300010406030806060707 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 38 The fourth part of the trilogy. ;-) --------------070300010406030806060707 Content-Type: text/plain; name="docs.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="docs.txt" Content-length: 2178 2009-10-17 Hui Zhu Michael Snyder * docs/gdb.texinfo: Document record save/restore commands. * NEWS: Mention record save/restore commands. Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.334 diff -u -p -r1.334 NEWS --- NEWS 15 Oct 2009 19:28:52 -0000 1.334 +++ NEWS 17 Oct 2009 19:08:11 -0000 @@ -11,6 +11,11 @@ Xilinx MicroBlaze microblaze-*-* Xilinx MicroBlaze microblaze +* New commands + +record save -- Save a 'process record' execution log to a file. +record restore