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, 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?

-- 
Daniel Jacobowitz
CodeSourcery


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