From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Kevin Buettner Cc: gdb@sources.redhat.com Subject: Re: private_thread_info thread-db.c and lin-lwp.c Date: Wed, 25 Jul 2001 15:56:00 -0000 Message-id: <3B5F4EA9.90803@cygnus.com> References: <3B5E736C.9040702@cygnus.com> <1010725212538.ZM22964@ocotillo.lan> X-SW-Source: 2001-07/msg00364.html > On Jul 25, 11:03pm, Mark Kettenis wrote: > > >> Well, that bit of code was used until recently. I put it in to work >> around bug in some of the GDB core code. Michael Snyder believes he's >> fixed that bug, and disabled the bit of code. Things seem to work >> right now, so I think we can rip this bit of code out. > > > But keep in mind that the ``private'' member is still used by the > Unixware threads implementation. Yep. There isn't anything wrong with the private member. I'd just like to be sure I've got 100% control over it before I start adding things like the architecture, target, frames, regcache, .... Andrew