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 the multithreads on PPC embedded platfom


> Date: Tue, 31 Jul 2007 17:09:58 -0700
> From: "Jayasri Sangu" <JayasriS@aaesys.com>
> 
> This GDB was configured as "--host=i686-pc-linux-gnu
> --target=powerpc-linux"...0x3000f430 in ?? ()
> (gdb)
> 
> 
> Why I am getting 0x3000f430 in ?? ()?  

One possibility is that this program was stripped, so there are no
symbols for GDB to show you, and it can only show addresses.

What happens if you type "bt"?  Can you get GDB to print any symbolic
function names if you type "finish" repeatedly?


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