Debugging pthread in ARM.

gomrioje gomez.j@ikusi.es
Thu May 17 12:34:00 GMT 2007


Thanks all, specially Daniel.
Changing the library libpthread to the right version, 
let me to set breakpoints in the threads.

But still something is not working:
In a simple application, I get an infinite backtrace in the gdb console,
when it stops in a breakpoint inside a thread.
(always as:
#149 0x400c3f78 in pthread_start_thread ()
from /app/arm/bitbaketmp/staging/arm-linux/lib/libpthread.so.0
#150 0x400c3f78 in pthread_start_thread ()
from /app/arm/bitbaketmp/staging/arm-linux/lib/libpthread.so.0
#151 0x400c3f78 in pthread_start_thread ()
from /app/arm/bitbaketmp/staging/arm-linux/lib/libpthread.so.0
..........)




On Wed, 2007-05-16 at 14:10 -0400, Daniel Jacobowitz wrote:
> I'm out of ideas.  I recommend you debug gdbserver to see why it
> thinks there is a mismatch.
> 



More information about the Gdb mailing list