multithreaded programs on arm-linux

Daniel Jacobowitz drow@false.org
Tue Nov 1 18:22:00 GMT 2005


On Tue, Nov 01, 2005 at 07:10:51PM +0100, frank@betaversion.net wrote:
> libthread_db is available on the system (/lib/libthread_db.so.1).
> gdb successfully ran "thread_db_load()".
> 
> Any ideas how i can debug this?

Has libpthread.so been stripped?  Debug info can be removed, but you
must leave the static symbol table (.symtab) to use native libthread_db.

-- 
Daniel Jacobowitz
CodeSourcery, LLC



More information about the Gdb mailing list