This is the mail archive of the gdb@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: gdbserver/gdb-6/4 and lots of pthreads


On Thu, Nov 16, 2006 at 04:52:47PM -0500, jbbachky@aim.com wrote:
> After working through a couple of configure bugs (configure #defines 
> HAVE_TD_THR_TLS_GET_ADDR to 1 even when the test properly fails), I 
> still seem to have the same symptoms.

Oops.  I see what's wrong with the check, I'll fix it now.  Thanks.

> I have noticed that I now hit the default clause in the ptrace system 
> call handler a few times - because there is not a case for 
> PTRACE_GETSIGINFO in linux 2.6.10). Is this a/the problem? In the mean 
> time, I'll trying to locate a definition for that case and make it work 
> on my architectures.

PTRACE_GETSIGINFO is much older than that, so I'm not sure why, but
it should not be relevant to this feature.

> Daniel, is any settings and/or initialization things that I need to do 
> in order to make use of your patch?

No.  Could you capture a log using "set debug remote 1" of a session
which shows the problem?

-- 
Daniel Jacobowitz
CodeSourcery


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