This is the mail archive of the gdb-patches@sources.redhat.com 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: Support Windows in event-loop.c


On Fri, Apr 22, 2005 at 11:22:56AM +0300, Eli Zaretskii wrote:
>> Date: Thu, 21 Apr 2005 14:15:28 -0700
>> From: Mark Mitchell <mark@codesourcery.com>
>> CC: Eli Zaretskii <eliz@gnu.org>,  gdb-patches@sources.redhat.com
>> 
>> Daniel Jacobowitz wrote:
>> 
>> > Anyway, if Mark can come up with a select wrapper, then maybe we can
>> > drop the question entirely.
>> 
>> I'm sure I can, if that's the only way to get this functionality into 
>> GDB.
>
>It's not the _only_ way, but it's the _preferred_ way, at least in my
>opinion.  (If other maintaners, besides Daniel, disagree with me,
>please speak up.)  If it becomse clear that doing what I asked is
>going to be a major project, I assure you I will withdraw my
>objections right there and then.

Well, again, I have a rather major technical concern about the use of
WaitForMultipleObjects in this scenario, so as the Windows maintainer,
I'd like to see that addressed.  You can't reliably just use
WaitForMultiple on, say, a serial port, a socket, or a pipe, so I don't
know how this would ever work.

cgf


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