* 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 8835a3155b8b5194b9d8c9db89af03dfd2927b75..d5f89b22f529effc9e05168cb6235922639ff5ec 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 d47a48443f1b2fc5a0661ed21255f45998c46e4c..7f8c785c9059be7f682b7db33befbe614ec16374 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.