From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11496 invoked by alias); 21 Oct 2009 18:11:32 -0000 Received: (qmail 11486 invoked by uid 22791); 21 Oct 2009 18:11:32 -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 mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 21 Oct 2009 18:11:27 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KRV00900M9P2S00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Wed, 21 Oct 2009 20:11:07 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.70.77.20]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KRV00M7KMIHMJK0@a-mtaout20.012.net.il>; Wed, 21 Oct 2009 20:11:06 +0200 (IST) Date: Wed, 21 Oct 2009 18:11:00 -0000 From: Eli Zaretskii Subject: Re: [RFA] doc for "info record" In-reply-to: <4ADF2846.9020403@vmware.com> To: Michael Snyder Cc: gdb-patches@sourceware.org, pedro@codesourcery.com, teawater@gmail.com Reply-to: Eli Zaretskii Message-id: <83d44ghb5n.fsf@gnu.org> References: <4ADF2846.9020403@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/msg00502.txt.bz2 > Date: Wed, 21 Oct 2009 08:27:02 -0700 > From: Michael Snyder > > Look ok to you Eli? Yes, with a few comments: > +Show various statistics about the state of process record and its > +in-memory execution log buffer, including: > + > +@table @code @table, and @code on top of that, is inappropriate for what you want here: a list of p[lain-text items. Please use @itemize @bullet or @itemize @minus. Note that with @itemize, you need to have each @item alone on its line, and the text should be on the following line, like this: @item Whether in record mode or replay mode. > +@item whether in record mode or replay mode. > +@item Lowest recorded instruction number (counting from when the current execution log started recording instructions). Please capitalize the first word of each @item consistently. > +@item Max number of instructions that may be contained in the execution log. ^^^ No need to use abbreviations in a manual. Okay with these corrections. Thanks.