From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11230 invoked by alias); 7 Feb 2006 04:41:02 -0000 Received: (qmail 11215 invoked by uid 22791); 7 Feb 2006 04:41:01 -0000 X-Spam-Check-By: sourceware.org Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 07 Feb 2006 04:40:59 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-11-88.inter.net.il [80.230.11.88]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DMV39455 (AUTH halo1); Tue, 7 Feb 2006 06:40:51 +0200 (IST) Date: Tue, 07 Feb 2006 04:41:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sourceware.org In-reply-to: <20060206210238.GB28917@nevyn.them.org> (message from Daniel Jacobowitz on Mon, 6 Feb 2006 16:02:38 -0500) Subject: Re: RFA: Various Windows (mingw32) additions, mostly relating to select or serial ports Reply-to: Eli Zaretskii References: <20060203220529.GA3578@nevyn.them.org> <20060206210238.GB28917@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00146.txt.bz2 > Date: Mon, 6 Feb 2006 16:02:38 -0500 > From: Daniel Jacobowitz > > On Fri, Feb 03, 2006 at 05:05:29PM -0500, Daniel Jacobowitz wrote: > > Fixes, all for a mingw32-hosted GDB: > > Here is a revised version, in which the Windows select magic does not > live in event-loop.c, and including the NEWS entry. I haven't changed > the pipe polling code; thanks to Ian for his suggestions, but I'm > not sufficiently sure they're workable. > > Are there any bits of this patch that strike you as too ugly or in the > wrong place? I'm fine with this.