This is the mail archive of the gdb-patches@sourceware.org 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]

Re: [RFC] win32-nat.c: Handle EXCEPTION_INVALID_HANDLE as SIGSYS


> Date: Wed, 24 Oct 2007 09:39:58 +0100
> From: "Pedro Alves" <pedro_alves@portugalmail.pt>
> Cc: gdb-patches@sourceware.org
> 
> Maybe we can take the oportunity to implement more generic Windows exceptions
> support, not just EXCEPTION_INVALID_HANDLE.

I think it's a good idea.  In my experience, any serious program that
wants to handle signals and exceptions on Windows cannot avoid
supporting a large number of important EXCEPTION_* exceptions, because
unlike on Posix platforms, most of them are not translated into SIG*
style signals, at least in native Windows programs (as opposed to
Cygwin).


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