From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14651 invoked by alias); 19 May 2006 18:53:17 -0000 Received: (qmail 14637 invoked by uid 22791); 19 May 2006 18:53:15 -0000 X-Spam-Check-By: sourceware.org Received: from pool-71-248-179-19.bstnma.fios.verizon.net (HELO cgf.cx) (71.248.179.19) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 19 May 2006 18:52:59 +0000 Received: by cgf.cx (Postfix, from userid 201) id E4F2613C01F; Fri, 19 May 2006 14:52:57 -0400 (EDT) Date: Fri, 19 May 2006 20:46:00 -0000 From: Christopher Faylor To: Masaki Muranaka , gdb-patches@sourceware.org Subject: Re: [patch] Crashed cross gdb/MinGW host Message-ID: <20060519185257.GA2667@trixie.casa.cgf.cx> Mail-Followup-To: Masaki Muranaka , gdb-patches@sourceware.org References: <0494AFF8-AB9B-40E8-A4D2-C119DEEC5248@monami-software.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0494AFF8-AB9B-40E8-A4D2-C119DEEC5248@monami-software.com> User-Agent: Mutt/1.5.11 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-05/txt/msg00418.txt.bz2 On Fri, May 19, 2006 at 06:47:04PM +0900, Masaki Muranaka wrote: >My sh-elf-gdb on MinGW host was crashed when I tried to debug using the >serial connection. Here is a patch. > >It's possible the another plan to remove writefds check. There is no >support yet for writefds. If this is truly supposed to be an emulation of the system select(), I think it would make sense to check both !readfds and !writefds. cgf