From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31833 invoked by alias); 23 Oct 2009 01:49:04 -0000 Received: (qmail 31607 invoked by uid 22791); 23 Oct 2009 01:49:02 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-pw0-f49.google.com (HELO mail-pw0-f49.google.com) (209.85.160.49) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Oct 2009 01:48:59 +0000 Received: by pwj3 with SMTP id 3so1913676pwj.8 for ; Thu, 22 Oct 2009 18:48:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.20.10 with SMTP id x10mr843502wfi.224.1256262538071; Thu, 22 Oct 2009 18:48:58 -0700 (PDT) In-Reply-To: <4AE0B37D.5000008@vmware.com> References: <4ADF2846.9020403@vmware.com> <83d44ghb5n.fsf@gnu.org> <4AE0B37D.5000008@vmware.com> From: Hui Zhu Date: Fri, 23 Oct 2009 01:49:00 -0000 Message-ID: Subject: Re: [RFA] doc for "info record" To: Michael Snyder Cc: Eli Zaretskii , "gdb-patches@sourceware.org" , "pedro@codesourcery.com" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00555.txt.bz2 Thanks. Hui On Fri, Oct 23, 2009 at 03:33, Michael Snyder wrote: > Eli Zaretskii wrote: >>> >>> 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. =A0Please use @itemize @bullet or >> @itemize @minus. =A0Note that with @itemize, you need to have each @item >> alone on its line, and the text should be on the following line, like >> this: >> >> =A0@item >> =A0Whether in record mode or replay mode. >> >>> +@item whether in record mode or replay mode. >>> +@item Lowest recorded instruction number (counting from when the curre= nt >>> 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. >> >> =A0 =A0 =A0 =A0 ^^^ >> No need to use abbreviations in a manual. >> >> Okay with these corrections. > > Done, and committed. > > >