* gdb.texinfo (Python API): Add descriptions to @menu items.

This commit is contained in:
Tom Tromey 2011-01-07 15:47:21 +00:00
parent 7be867377d
commit 06e65f4414
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-01-07 Tom Tromey <tromey@redhat.com>
* gdb.texinfo (Python API): Add descriptions to @menu items.
2011-01-06 Tom Tromey <tromey@redhat.com>
* gdb.texinfo (Frames In Python): Document gdb.newest_thread.

View File

@ -20710,8 +20710,8 @@ situation, a Python @code{KeyboardInterrupt} exception is thrown.
@menu
* Basic Python:: Basic Python Functions.
* Exception Handling::
* Values From Inferior::
* Exception Handling:: How Python exceptions are translated.
* Values From Inferior:: Python representation of values.
* Types In Python:: Python representation of types.
* Pretty Printing API:: Pretty-printing values.
* Selecting Pretty-Printers:: How GDB chooses a pretty-printer.