This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

WIN32 exceptions patch


This patch is relative to the gdb 5.2.1-1 from mingw.org, but the mingw
developer Earnie Boyd (earnie@users.sourceforge.net) insisted I send this to
you.


When debugging a program that uses windows SEH gdb stops the program even if
the inferior's exception handler catches the exception.  I have added a new
set option, "set mapexceptionstosignals off" that will cause gdb to
completely ignore WIN32 exceptions. This is similar to the feature "set
signal-exceptions 4" in the Apple Openstep version of gdb 4.15.3.

Attachment: gdbpatch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]