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: [0/7] RFC: read DWARF psymtabs in the background


> From: Tom Tromey <tromey@redhat.com>
> Date: Mon, 14 Jun 2010 12:21:58 -0600
>
> I realize that threads are unpopular in many quarters, so this is an RFC.

Sorry, but this is pretty much a no-go for OpenBSD.  We have a
userland threads implementation that puts file descriptors in
non-blocking mode such that it can switch to another thread if I/O to
that filedescriptor would block.  This has side effects if these file
descriptors are shared with child processes :(.


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