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: RFA: Various Windows (mingw32) additions, mostly relating to select or serial ports


Eli Zaretskii <eliz@gnu.org> writes:

> > Cc: gdb-patches@sourceware.org
> > From: Ian Lance Taylor <ian@airs.com>
> > Date: 03 Feb 2006 22:28:16 -0800
> > 
> > The cleanest portable event loop which I know of is Tcl.  The Tcl code
> > has solved pretty much all the event loop issues for Unix, Windows,
> > and MacOS 9.
> 
> Can you, or someone else, please show a URL where I can see that event
> loop, without having to download the whole package?

Tcl is checked into the src repository, since it's part of expect
which is part of DejaGNU.  There isn't just one place to look at the
event loop.  The Windows pipe specific code is in
src/tcl/win/tclWinPipe.c.

Ian


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