From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3924 invoked by alias); 22 May 2006 03:43:16 -0000 Received: (qmail 3914 invoked by uid 22791); 22 May 2006 03:43:15 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 22 May 2006 03:43:14 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-37-250.inter.net.il [80.230.37.250]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id EGA28139 (AUTH halo1); Mon, 22 May 2006 06:43:09 +0300 (IDT) Date: Mon, 22 May 2006 03:59:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sourceware.org In-reply-to: <20060521230352.GA31504@trixie.casa.cgf.cx> (message from Christopher Faylor on Sun, 21 May 2006 19:03:52 -0400) Subject: Re: [committed] Add option to trap cygwin exceptions Reply-to: Eli Zaretskii References: <20060521230352.GA31504@trixie.casa.cgf.cx> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00440.txt.bz2 > Date: Sun, 21 May 2006 19:03:52 -0400 > From: Christopher Faylor > > 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.