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: [RFC][Patch] Fix gdb failure to access tls data for parent thread


On Mon, 2009-02-16 at 10:04 -0500, Daniel Jacobowitz wrote:
> On Mon, Feb 16, 2009 at 03:54:28PM +0530, Vinay Sridhar wrote:
> > I was able to recreate this against a gcc compiled binary, so I guess
> > the omp implementation isnt an issue here.
> 
> OK, then we're back to my earlier question:
> 
> > The private info is set in attach_thread.  That is supposed to be
> > called for every thread; how did you get a thread on the thread list
> > that did not have this routine called?  A breakpoint on add_thread
> > and add_thread_with_info will probably figure this out.
> 

Same response. add_thread_with_info () is not called for parent thread. 
Could this be related? :
http://sourceware.org/ml/gdb-patches/2008-03/msg00266.html

On applying the patch I had posted earlier this appears to be fixed.
However I'm not sure if it has other repercussions.


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