This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Crashed cross gdb/MinGW host


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]