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: [committed] Add option to trap cygwin exceptions


> Date: Sun, 21 May 2006 19:03:52 -0400
> From: Christopher Faylor <me+gdb-patches@cgf.cx>
> 
> Cygwin's exception model sometimes give false "SIGSEGV" positives which
> annoy users.  So, recent changes to win32-nat.c and the Cygwin DLL have
> code to work around this issue.  However, this means that debugging the
> Cygwin DLL becomes more complicated since gdb no longer stops on
> exceptions within the Cygwin DLL itself.
> 
> The patch below allow the user (i.e., Corinna or me) to override
> this behavior.

Thanks.

However, please add to the manual the documentation of the new
command.  I don't want to have undocumented commands, ever.


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