Browse Source

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

gdb_7_3-branch
Tom Tromey 16 years ago
parent
commit
06e65f4414
  1. 4
      gdb/doc/ChangeLog
  2. 4
      gdb/doc/gdb.texinfo

4
gdb/doc/ChangeLog

@ -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> 2011-01-06 Tom Tromey <tromey@redhat.com>
* gdb.texinfo (Frames In Python): Document gdb.newest_thread. * gdb.texinfo (Frames In Python): Document gdb.newest_thread.

4
gdb/doc/gdb.texinfo

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

Loading…
Cancel
Save