(Cygwin Native): Fix last change.

This commit is contained in:
Eli Zaretskii 2006-05-22 19:00:41 +00:00
parent bf070c84b1
commit e16b02ee9c
2 changed files with 15 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2006-05-22 Eli Zaretskii <eliz@gnu.org>
* gdb.texinfo (Cygwin Native): Fix last change.
2006-05-22 Christopher Faylor <cgf@timesys.com> 2006-05-22 Christopher Faylor <cgf@timesys.com>
* gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions. * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.

View file

@ -13518,14 +13518,21 @@ This command loads symbols from a dll similarly to
add-sym command but without the need to specify a base address. add-sym command but without the need to specify a base address.
@kindex set cygwin-exceptions @kindex set cygwin-exceptions
@cindex debugging the Cygwin DLL
@cindex Cygwin DLL, debugging
@item set cygwin-exceptions @var{mode} @item set cygwin-exceptions @var{mode}
If @var{mode} is @code{on} gdb will break on exceptions from the cygwin DLL itself. If @var{mode} is @code{on}, @value{GDBN} will break on exceptions that
If @var{mode} is @code{off} gdb will delay recognition of exceptions and may ignore happen inside the Cygwin DLL. If @var{mode} is @code{off},
some exceptions which seem to be caused by internal cygwin DLL "bookkeeping". @value{GDBN} will delay recognition of exceptions, and may ignore some
exceptions which seem to be caused by internal Cygwin DLL
``bookkeeping''. This option is meant primarily for debugging the
Cygwin DLL itself; the default value is @code{off} to avoid annoying
@value{GDBN} users with false @code{SIGSEGV} signals.
@kindex show cygwin-exceptions @kindex show cygwin-exceptions
@item show cygwin-exceptions @item show cygwin-exceptions
Displays whether gdb will break on exceptions from the cygwin DLL itself. Displays whether @value{GDBN} will break on exceptions that happen
inside the Cygwin DLL itself.
@kindex set new-console @kindex set new-console
@item set new-console @var{mode} @item set new-console @var{mode}