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: [RFC][python] Add support for convenience functions implemented in Python


El lun, 02-02-2009 a las 21:47 +0200, Eli Zaretskii escribiÃ:
> > gdb/doc/
> > 2008-02-02  Tom Tromey  <tromey@redhat.com>
> > 
> > 	* gdb.texinfo (Convenience Vars): Document convenience functions.
> > 	(Functions In Python): New node.
> > 	(Python API): Update.
> 
> Approved, with comments:

Thanks!

> > +@value{GDBN}.  The @var{name} argument is the name of the function.
> > +This must be a string.  The function is made visible to the user as a
> > +convenience variable, of ``internal function'' type, whose name is the
> > +same as @var{name}.
> 
> Suggest to rephrase as follows:
> 
>   The argument @var{name} is the name of the function, a string.  The
>   function will be visible to the user as a convenience variable of
>   type @code{internal function}, whose name is the same as the given
>   @var{name}.

Ok, adopted your wording.
-- 
[]'s
Thiago Jung Bauermann
IBM Linux Technology Center


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