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>
* 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
* 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.

Loading…
Cancel
Save