From 06e65f441499bad232064278c41555db0dfd7a01 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 7 Jan 2011 15:47:21 +0000 Subject: [PATCH] * gdb.texinfo (Python API): Add descriptions to @menu items. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdb.texinfo | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 8835a31..d5f89b2 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 d47a484..7f8c785 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. -- 2.7.4