From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4399 invoked by alias); 20 Nov 2005 05:44:00 -0000 Received: (qmail 4392 invoked by uid 22791); 20 Nov 2005 05:44:00 -0000 X-Spam-Check-By: sourceware.org Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.204) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 20 Nov 2005 05:44:00 +0000 Received: by zproxy.gmail.com with SMTP id l1so539606nzf for ; Sat, 19 Nov 2005 21:43:58 -0800 (PST) Received: by 10.36.220.6 with SMTP id s6mr1634634nzg; Sat, 19 Nov 2005 21:43:58 -0800 (PST) Received: by 10.37.2.35 with HTTP; Sat, 19 Nov 2005 21:43:58 -0800 (PST) Message-ID: <8f2776cb0511192143h21c1d647yc766a09e1bcc3184@mail.gmail.com> Date: Sun, 20 Nov 2005 16:08:00 -0000 From: Jim Blandy To: Eli Zaretskii Subject: Re: RFA: GDB manual: document tracepoint packets Cc: gdb-patches@sources.redhat.com In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <8f2776cb0511191231y11805c1bqb4b4eb426b0e31fa@mail.gmail.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00376.txt.bz2 On 11/19/05, Eli Zaretskii wrote: > > + @node Tracepoint Packets > > + @section Tracepoint Packets > > Suggest a @cindex entry here, something like "tracepoint packets". D'oh. Of course. > > + Here we describe the packets @value{GDBN} uses to implement > > + tracepoints (@pxref{Tracepoints}). > > I think it would be good to have an @xref from the "Tracepoints" node > to here as well. Added. > > + Replies: > > + @table @samp > > + @item OK > > + The packet was understood and carried out. > > + @item > > Does this @item really need to be empty? If so, why, and what do we > want to appear here in print? It does. This appears as a pair of matched single quotes enclosing nothing in both the Info and printable manuals. The remote stub returns an empty packet to indicate that it didn't understand the command. Blank @items are used elsewhere in the manual for this purpose. > > + A successful reply from the stub and indicates that the stub has found > ^^^ > That "and" seems extraneous. It is. > Other than that, this can go in. Thanks again for working on this. I'll commit it. Thanks very much for your prompt review!