This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: multithreaded programs on arm-linux
- From: Daniel Jacobowitz <drow at false dot org>
- To: frank at betaversion dot net
- Cc: gdb at sources dot redhat dot com
- Date: Tue, 1 Nov 2005 13:22:13 -0500
- Subject: Re: multithreaded programs on arm-linux
- References: <20051101191051.01may9ecmkmsc4wk@admin.betaversion.net>
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