* gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of
authorEli Zaretskii <eliz@gnu.org>
Fri, 3 Feb 2006 19:30:21 +0000 (19:30 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 3 Feb 2006 19:30:21 +0000 (19:30 +0000)
debugging information produced by the various "set debug..."
options.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 530324c887975b5130437b9cb06703809f50ead3..fe64d17f402491a3b04d8b6a02dc6d4beffc8e8f 100644 (file)
@@ -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
index b2c5de62c76c55f1a15ca7b1a5a68265703378ed..a81831adbbee39ee2c222ad51125ed5b98ee5836 100644 (file)
@@ -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
This page took 0.047508 seconds and 4 git commands to generate.