diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 8835a3155b..d5f89b22f5 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2011-01-07 Tom Tromey + + * gdb.texinfo (Python API): Add descriptions to @menu items. + 2011-01-06 Tom Tromey * gdb.texinfo (Frames In Python): Document gdb.newest_thread. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index d47a48443f..7f8c785c90 100644 --- a/gdb/doc/gdb.texinfo +++ b/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.