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: [patch][python] Add symbol, symbol table and frame block support to GDB API


On Fri, Feb 19, 2010 at 04:26:36PM +0200, Eli Zaretskii wrote:
> > Date: Fri, 19 Feb 2010 14:14:57 +0000
> > From: Phil Muldoon <pmuldoon@redhat.com>
> > Cc: Eli Zaretskii <eliz@gnu.org>, gdb-patches ml <gdb-patches@sourceware.org>
> > 
> > +* Python scripting
> > +
> > +The GDB Python API now has access to symbols, symbol tables, and
> > +frame's code blocks.
> > +
> 
> This is okay, thanks.
> 
> Please use "Return" rather than "Returns".
> 
> > +Please see @ref{Frames In Python} for a more in-depth discussion on
> > +frames.  Furthermore, see @ref{Stack, ,Examining the Stack} for more
> > +detailed technical information on @value{GDBN}'s book-keeping of the
> > +stack.
> 
> And still no comma after @ref{...}.

Apologies for this.  I keep the doc and code trees separate, and a
slightly older documentation cut was in the code review.  Locally I
have these changes.  Thanks for spotting it, though!

Cheers,

Phil


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