From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6720 invoked by alias); 5 Feb 2002 19:13:29 -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 6635 invoked from network); 5 Feb 2002 19:13:25 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (12.107.208.154) by sources.redhat.com with SMTP; 5 Feb 2002 19:13:25 -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 g15JDOI09685 for ; Tue, 5 Feb 2002 14:13:24 -0500 Received: (from cgf@localhost) by cgf.cipe.redhat.com (8.11.6/8.8.7) id g15JDki06544 for gdb-patches@sources.redhat.com; Tue, 5 Feb 2002 14:13:46 -0500 Date: Tue, 05 Feb 2002 11:13: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: <20020205191346.GC5197@redhat.com> Mail-Followup-To: gdb-patches@sources.redhat.com References: <4.2.0.58.20020205135825.01c36b00@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.20020205135825.01c36b00@ics.u-strasbg.fr> User-Agent: Mutt/1.3.23.1i X-SW-Source: 2002-02/txt/msg00125.txt.bz2 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. Please check this in, Pierre. It looks good. cgf