diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-02-03 19:30:21 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-02-03 19:30:21 +0000 |
commit | 219eec718492540b65c71055742b679f5710b38d (patch) | |
tree | 5509eb3f4c244ef98b11fdbbb6203f8352bf48b0 | |
parent | 24a3c32cb54baad97df17776916b58af3278d9c7 (diff) | |
download | gdb-219eec718492540b65c71055742b679f5710b38d.zip gdb-219eec718492540b65c71055742b679f5710b38d.tar.gz gdb-219eec718492540b65c71055742b679f5710b38d.tar.bz2 |
* gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
debugging information produced by the various "set debug..."
options.
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 16 |
2 files changed, 16 insertions, 6 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 530324c..fe64d17 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2006-02-03 Eli Zaretskii <eliz@gnu.org> + + * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of + debugging information produced by the various "set debug..." + options. + 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com> * gdb.texinfo (Files): Remove obsolete bits from the description diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index b2c5de6..a81831a 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -13386,22 +13386,26 @@ Displays current value of new-group boolean. @kindex set debugevents @item set debugevents -This boolean value adds debug output concerning events seen by the debugger. +This boolean value adds debug output concerning kernel events related +to the debuggee seen by the debugger. This includes events that +signal thread and process creation and exit, DLL loading and +unloading, console interrupts, and debugging messages produced by the +Windows @code{OutputDebugString} API call. @kindex set debugexec @item set debugexec This boolean value adds debug output concerning execute events -seen by the debugger. +(such as resume thread) seen by the debugger. @kindex set debugexceptions @item set debugexceptions -This boolean value adds debug ouptut concerning exception events -seen by the debugger. +This boolean value adds debug output concerning exceptions in the +debuggee seen by the debugger. @kindex set debugmemory @item set debugmemory -This boolean value adds debug ouptut concerning memory events -seen by the debugger. +This boolean value adds debug output concerning debuggee memory reads +and writes by the debugger. @kindex set shell @item set shell |