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]

gdb patch take 4


* gdb/win32-nat.c
(handle_exception,get_child_debug_event,_initialize_inftarg) 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.


This patch is relative to gdb-5.2.1-1 from mingw.org.


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