From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5420 invoked by alias); 24 Oct 2007 04:08:13 -0000 Received: (qmail 5409 invoked by uid 22791); 24 Oct 2007 04:08:12 -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 04:08:10 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-229-239-149.inter.net.il [84.229.239.149]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id JEV38293 (AUTH halo1); Wed, 24 Oct 2007 06:07:45 +0200 (IST) Date: Wed, 24 Oct 2007 05:21:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sourceware.org In-reply-to: <20071023214730.GB5570@ednor.casa.cgf.cx> (message from Christopher Faylor on Tue, 23 Oct 2007 17:47:30 -0400) 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> 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/msg00562.txt.bz2 > Date: Tue, 23 Oct 2007 17:47:30 -0400 > From: Christopher Faylor > > 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.