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 Wed, 2009-02-11 at 10:53 -0500, Daniel Jacobowitz wrote:
> On Wed, Feb 11, 2009 at 02:01:08PM +0530, Vinay Sridhar wrote:
> > Daniel,
> > 
> > Sorry for the late response. I can confirm that attach_thread is not
> > called on the parent thread. The test case I had listed in my earlier
> > mail uses OMP for thread creation. Could that have something to do with
> > this?
> 
> Well, it shouldn't; libgomp uses the normal POSIX thread interfaces.
> I assume you're using GCC -fopenmp, right?  Or is this another OpenMP
> implementation?
> 

I used IBM's XLC compiler which has an inbuilt OpenMP implementation.


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