From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18711 invoked by alias); 13 Oct 2008 19:21:31 -0000 Received: (qmail 18703 invoked by uid 22791); 13 Oct 2008 19:21:30 -0000 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.31) with ESMTP; Mon, 13 Oct 2008 19:20:46 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 1AFBC6003; Mon, 13 Oct 2008 12:20:44 -0700 (PDT) Received: from [10.20.92.59] (promb-2s-dhcp59.eng.vmware.com [10.20.92.59]) by mailhost3.vmware.com (Postfix) with ESMTP id 134FEC9A26; Mon, 13 Oct 2008 12:20:44 -0700 (PDT) Message-ID: <48F39ED3.8080603@vmware.com> Date: Mon, 13 Oct 2008 19:21:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20080411) MIME-Version: 1.0 To: Eli Zaretskii CC: "gdb-patches@sourceware.org" , "drow@false.org" Subject: Re: [RFA] Resubmit, reverse debugging [0/5] References: <48EC1781.2030005@vmware.com> <48EF93A5.7060808@vmware.com> <20081010175332.GA9028@caradoc.them.org> <48EFA065.5070108@vmware.com> <20081010185808.GA12193@caradoc.them.org> <48EFCFEE.3090007@vmware.com> In-Reply-To: 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: 2008-10/txt/msg00339.txt.bz2 Eli Zaretskii wrote: >> Date: Fri, 10 Oct 2008 14:58:06 -0700 >> From: Michael Snyder >> >> OK, here's a patch that adds >> 1) remote protocol documentation >> 2) The requested extension to the 'T' reply to replace E06 >> 3) A big honking "deprecated" warning for E06. > > Thanks. The documentation part is approved, with 2 comments: > >> 2008-10-10 Michael Snyder >> >> * gdb.texinfo: Document the 'bc' and 'bs' (reverse) commands, >> and the 'replaylog' annotation of the 'T' stop event message. > > Please mention the names of the nodes where you made the changes. In > doc/ChangeLog, node names are treated like functions in the code, for > this purpose, i.e. they should appear in parens before the description > of the change itself. > >> +@item bc >> +@cindex @samp{bc} packet >> +Backward continue. Execute the target system in reverse. No parameter. > > Please add here an xref to the place that describes the reverse > execution feature. Not everybody will remember that by heart when > they read the words "backward continue". Right to both. Thanks.