diff options
author | Randolph Chung <tausq@debian.org> | 2004-11-08 17:25:49 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2004-11-08 17:25:49 +0000 |
commit | 30e91e0bc824050adbddc7812287ad9c6c15674a (patch) | |
tree | 59966e608f59ec7a7b223e24c5a3495c5e902f41 /gdb | |
parent | 527159b776f6e9f6de0e9537b33a0a89d5cee600 (diff) | |
download | gdb-30e91e0bc824050adbddc7812287ad9c6c15674a.zip gdb-30e91e0bc824050adbddc7812287ad9c6c15674a.tar.gz gdb-30e91e0bc824050adbddc7812287ad9c6c15674a.tar.bz2 |
2004-11-08 Randolph Chung <tausq@debian.org>
* gdb.texinfo (inferior_debugging info): Document "set debug infrun"
and "show debug infrun". Add index entries.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 466c929..73d5836 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-11-08 Randolph Chung <tausq@debian.org> + + * gdb.texinfo (inferior_debugging info): Document "set debug infrun" + and "show debug infrun". Add index entries. + 2004-10-23 Eli Zaretskii <eliz@gnu.org> * gdb.texinfo (SVR4 Process Information): Document subcommands of diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index b78e7b7..cabcbce 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -13879,6 +13879,13 @@ default is off. @item show debug frame Displays the current state of displaying @value{GDBN} frame debugging info. +@item set debug infrun +@cindex inferior debugging info +Turns on or off display of @value{GDBN} debugging info for running the inferior. +The default is off. @file{infrun.c} contains GDB's runtime state machine used +for implementing operations such as single-stepping the inferior. +@item show debug infrun +Displays the current state of @value{GDBN} inferior debugging. @item set debug observer @cindex observer debugging info Turns on or off display of @value{GDBN} observer debugging. This |