This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: GDB manual: document tracepoint packets


> Date: Sat, 19 Nov 2005 12:31:20 -0800
> From: Jim Blandy <jimb@red-bean.com>
> 
> 2005-11-19  Jim Blandy  <jimb@redhat.com>
> 
> 	* gdb.texinfo (Tracepoint Packets): New node.
> 	(General Query Packets): Add entries for the tracepoint packets,
> 	referring to the "Tracepoint Packets" node.

Thanks.  My comments are below.

> + @node Tracepoint Packets
> + @section Tracepoint Packets

Suggest a @cindex entry here, something like "tracepoint packets".

> + 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.

> + 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?

> + @item 
> + The packet was not recognized.

Same here.

> + A successful reply from the stub and indicates that the stub has found
                                     ^^^
That "and" seems extraneous.

Other than that, this can go in.  Thanks again for working on this.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]