From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14569 invoked by alias); 14 Nov 2003 19:22:03 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 14562 invoked from network); 14 Nov 2003 19:22:02 -0000 Received: from unknown (HELO redhat.com) (66.187.230.200) by sources.redhat.com with SMTP; 14 Nov 2003 19:22:02 -0000 Received: by redhat.com (Postfix, from userid 201) id 3516332A8A7; Fri, 14 Nov 2003 14:21:59 -0500 (EST) Date: Fri, 14 Nov 2003 19:22:00 -0000 From: Christopher Faylor To: gdb-patches@sources.redhat.com Cc: jeremy@deadbeef.com Subject: Re: gdb patch take 6 Message-ID: <20031114192159.GA23163@redhat.com> Reply-To: gdb-patches@sourceware.org Mail-Followup-To: gdb-patches@sources.redhat.com, jeremy@deadbeef.com References: <06f801c386a0$200cb960$966fa8c0@hksys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <06f801c386a0$200cb960$966fa8c0@hksys.com> User-Agent: Mutt/1.4.1i X-SW-Source: 2003-11/txt/msg00300.txt.bz2 [no personal replies please, reply-to set -- beware!] On Mon, Sep 29, 2003 at 10:41:05AM -0500, Jeremy Bettis wrote: >* 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. I've been keeping this in my inbox for a while but, on checking with the FSF assignment coordinator, it looks like there still isn't a gdb assignment on file. So, please resubmit if/when an assignment clears. Thanks, cgf