From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Michael Snyder Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Remote symbol lookup protocol (resubmit) Date: Thu, 14 Jun 2001 00:57:00 -0000 Message-id: References: <3B27AD39.F0DB56D6@cygnus.com> X-SW-Source: 2001-06/msg00276.html On Wed, 13 Jun 2001, Michael Snyder wrote: > Eli -- documentation is included. ;-) Thanks! The patch to gdb.texinfo is approved, but please correct these minor gotchas: > + @item symbol lookup > + @tab @code{q}@code{Symbol::} Two @code markups one after the other will look awkward in the Info manual. Please use @code{qSymbol::} instead. (Yes, I've seen a few other problems like that in the existing text; I will fix them after you commit these changes.) > + @item symbol value > + @tab @code{q}@code{Symbol:}@var{sym_value}:@var{sym_name} > + @tab > + Set the value of SYM_NAME to SYM_VALUE. These two names in caps should be @var{sym_name} and @var{sym_value}.