From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13897 invoked by alias); 6 Feb 2002 17:57:32 -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 13835 invoked from network); 6 Feb 2002 17:57:28 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (12.107.208.154) by sources.redhat.com with SMTP; 6 Feb 2002 17:57:28 -0000 Received: from cgf.cipe.redhat.com (dhcpd153.meridian.redhat.com [172.16.47.153]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id g16HvRI23821 for ; Wed, 6 Feb 2002 12:57:27 -0500 Received: (from cgf@localhost) by cgf.cipe.redhat.com (8.11.6/8.8.7) id g16Hvp111857 for gdb-patches@sources.redhat.com; Wed, 6 Feb 2002 12:57:51 -0500 Date: Wed, 06 Feb 2002 09:57:00 -0000 From: Christopher Faylor To: gdb-patches@sources.redhat.com Subject: Re: [RFC] handle signal passing to debuggee for win32 native target. Message-ID: <20020206175751.GB11730@redhat.com> Mail-Followup-To: gdb-patches@sources.redhat.com References: <4.2.0.58.20020206102753.0248f208@ics.u-strasbg.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4.2.0.58.20020206102753.0248f208@ics.u-strasbg.fr> User-Agent: Mutt/1.3.23.1i X-SW-Source: 2002-02/txt/msg00171.txt.bz2 On Wed, Feb 06, 2002 at 10:28:32AM +0100, Pierre Muller wrote: >At 20:13 05/02/2002 , vous avez ?crit: >>On Tue, Feb 05, 2002 at 01:58:53PM +0100, Pierre Muller wrote: >> >But I don't really know if Cygwin library uses SetUnhandledExceptionFilter >> >(I suspect it does as my patch does not work as intended...). >> >>It does, in effect, yes. > >I didn't find out where this is used... Do you really want to understand cygwin internals? :-) It's handled, in a raw fashion, by 'init_exception_handler' in the file 'exceptions.cc' in the cygwin source. cgf