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 pthread in ARM.


On Wed, May 16, 2007 at 05:27:54PM +0200, gomrioje wrote:
> 
> Running the aplication in the PC, I get with command backtrace:
> (gdb) [Thread debugging using libthread_db enabled]

That's normal.  Only native GDB prints this message.

> I guess the libraries for the ARM have no symbols charged. Do I need
> them to debug my application?

I believe you need symbols for ld.so and libpthread.so.

-- 
Daniel Jacobowitz
CodeSourcery


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