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: multithreaded programs on arm-linux


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


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