This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] Crashed cross gdb/MinGW host
- From: Christopher Faylor <me at cgf dot cx>
- To: Masaki Muranaka <monaka at monami-software dot com>, gdb-patches at sourceware dot org
- Date: Fri, 19 May 2006 14:52:57 -0400
- Subject: Re: [patch] Crashed cross gdb/MinGW host
- References: <0494AFF8-AB9B-40E8-A4D2-C119DEEC5248@monami-software.com>
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