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 multi threaded application


Hi Andreas,

Actually the tool chain was already compiled and I wasn't involved in it. Is there a way to check if uclibc was compiled with debugable thread support.

Regards
Mudeem 

-----Original Message-----
From: gdb-owner@sourceware.org [mailto:gdb-owner@sourceware.org] On Behalf Of Andreas Schwab
Sent: Saturday, May 10, 2008 12:44 AM
To: Mudeem Siddiqui
Cc: Michael Snyder; gdb@sourceware.org
Subject: Re: debugging multi threaded application

"Mudeem Siddiqui" <mudeem@quartics.com> writes:

> In my lib directory, I do have libthread_db but with slightly 
> different name i.e libthread_db.so.0 and libthread_db-0.9.21.so. 
> Attached Is config.log for the reference. What can I do to get this 
> thing working :)

How did you set up the cross tools?  You are missing the link from libthread_db.so to one of these files.  The linker looks for libthread_db.so and libthread_db.a, but no other file.

Andreas.

--
Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5 "And now for something completely different."


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