From: Tom Tromey Date: Fri, 7 Jan 2011 15:47:21 +0000 (+0000) Subject: * gdb.texinfo (Python API): Add descriptions to @menu items. X-Git-Tag: cgen-snapshot-20110201~224 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06e65f441499bad232064278c41555db0dfd7a01;p=thirdparty%2Fbinutils-gdb.git * gdb.texinfo (Python API): Add descriptions to @menu items. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 8835a3155b8..d5f89b22f52 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 d47a48443f1..7f8c785c905 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.