From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12324 invoked by alias); 24 Oct 2007 19:06:59 -0000 Received: (qmail 12262 invoked by uid 22791); 24 Oct 2007 19:06:57 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (213.8.233.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 24 Oct 2007 19:06:54 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-229-232-46.inter.net.il [84.229.232.46]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id JEZ99978 (AUTH halo1); Wed, 24 Oct 2007 21:06:30 +0200 (IST) Date: Wed, 24 Oct 2007 19:07:00 -0000 Message-Id: From: Eli Zaretskii To: "Pierre Muller" CC: gdb-patches@sourceware.org In-reply-to: <001a01c81615$c58a7950$509f6bf0$@u-strasbg.fr> (muller@ics.u-strasbg.fr) Subject: Re: [RFC] win32-nat.c: Handle EXCEPTION_INVALID_HANDLE as SIGSYS Reply-to: Eli Zaretskii References: <008101c814b1$9aeb2dd0$d0c18970$@u-strasbg.fr> <20071023214730.GB5570@ednor.casa.cgf.cx> <001a01c81615$c58a7950$509f6bf0$@u-strasbg.fr> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00600.txt.bz2 > From: "Pierre Muller" > Date: Wed, 24 Oct 2007 10:13:34 +0200 > > > > And, amusingly enough, this patch illustrates, within days of making > > > mingw available, exactly the kind of situation I didn't want to get into > > > by allowing gdb to build under MinGW. It forces me to evaluate a > > > multipage patch which isn't needed for Cygwin. > > > > Which is exactly the reason I suggested to make MinGW a separate > > target with a separate *-nat.c file. > > Why? Because Chris is annoyed, and I wanted to avoid that.