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: Python pretty-printing [5/6]


El jue, 09-04-2009 a las 13:37 -0600, Tom Tromey escribiÃ:
> Thiago wanted to see the latest version of this patch, so here it is.

Thanks, just small nits.

> +The order in which the objfiles are searched is not specified.  For a
> +given list, functions are always invoked from the head of the, and

s/from the head of the/from their head/ ?

> +We recommend that you put your core pretty-printers into a Python
> +package.  If your pretty-printers are for use with a library, we
> +further recommend embedding a version number into the package name.
> +This practice will enable @value{GDBN} to load multiple versions of
> +your pretty-printers at the same time, because they will have
> +different names).

There shouldn't be a parenthesis at the end.
-- 
[]'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]