* gdb.texinfo (Python API): Add descriptions to @menu items.
authorTom Tromey <tromey@redhat.com>
Fri, 7 Jan 2011 15:47:21 +0000 (15:47 +0000)
committerTom Tromey <tromey@redhat.com>
Fri, 7 Jan 2011 15:47:21 +0000 (15:47 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 8835a31..d5f89b2 100644 (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.
index d47a484..7f8c785 100644 (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.