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: Debugging pthread in ARM.


On Wed, May 16, 2007 at 07:47:00PM +0200, gomrioje wrote:
> I have tried, and I get the same result.
> 
> Could it be link to:
> http://sources.redhat.com/ml/gdb/2003-06/msg00535.html ?

No, that has nothing to do with it.

Try looking at the libpthread.so GDB opens on your host with
"strings".  Search for its version number in the output.  Then
check the version number on your target by running /lib/libc.so.6 as a
program and looking at its output.

-- 
Daniel Jacobowitz
CodeSourcery


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