* gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of

debugging information produced by the various "set debug..."
	options.
This commit is contained in:
Eli Zaretskii
2006-02-03 19:30:21 +00:00
parent 24a3c32cb5
commit 219eec7184
2 changed files with 16 additions and 6 deletions

View 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

View 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