From 4741cb2721dd1e0e30bc0b7129be0528e44242d0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 3 Feb 2006 19:30:21 +0000 Subject: [PATCH] * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of debugging information produced by the various "set debug..." options. --- gdb/doc/ChangeLog | 6 ++++++ gdb/doc/gdb.texinfo | 16 ++++++++++------ 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 530324c887..fe64d17f40 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2006-02-03 Eli Zaretskii + + * gdb.texinfo (Cygwin Native): Fix typos. Clarify the types of + debugging information produced by the various "set debug..." + options. + 2006-02-01 Daniel Jacobowitz * gdb.texinfo (Files): Remove obsolete bits from the description diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index b2c5de62c7..a81831adbb 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 -- 2.11.0