diff options
author | Tom Tromey <tromey@redhat.com> | 2011-01-07 15:47:21 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-01-07 15:47:21 +0000 |
commit | 06e65f441499bad232064278c41555db0dfd7a01 (patch) | |
tree | 97ac1b8ba47d68ede56b1b56edcec890f6980ad4 /gdb/doc | |
parent | 7be867377db57e62bc2dc7f0756b484bdac30fda (diff) | |
download | gdb-06e65f441499bad232064278c41555db0dfd7a01.zip gdb-06e65f441499bad232064278c41555db0dfd7a01.tar.gz gdb-06e65f441499bad232064278c41555db0dfd7a01.tar.bz2 |
* gdb.texinfo (Python API): Add descriptions to @menu items.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | 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 <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. 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. |