This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFC 00/17] Merge event loop implementations
- From: Tom Tromey <tom at tromey dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: Tom Tromey <tom at tromey dot com>, gdb-patches at sourceware dot org
- Date: Thu, 26 Sep 2019 17:09:40 -0600
- Subject: Re: [RFC 00/17] Merge event loop implementations
- References: <20190224165153.5062-1-tom@tromey.com> <3ae5ab8e-c219-6510-bb54-b30c1cf2d074@redhat.com>
>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:
I'll reply to the rest later, after I absorb it.
>> Given that, I removed gdb_fildes_t in this series. However, perhaps
>> it is still needed and this series needs some more work. I could use
>> some advice here -- when is this code actually needed and is there a
>> way I can reproduce any problems? I don't have a Windows host, so I'm
>> hoping for some sort of compile-time error using a mingw cross.
Pedro> This was already discussed. Do I understand correctly that you're
Pedro> going to try to replace gdb_select with gnulib's select?
Well, that was an idea, but at Cauldron you pointed out that I could
test the event loop under Wine. Also, this week I finally got a gdb
build working on Windows, so I may just try that instead. My thinking
for both of these is that if the code seems to work ok, then there's no
reason to attempt the gnulib thing.
Tom