1 Aug 2007 05:15
Re: debugging the multithreads on PPC embedded platfom
Eli Zaretskii <eliz <at> gnu.org>
2007-08-01 03:15:01 GMT
2007-08-01 03:15:01 GMT
> Date: Tue, 31 Jul 2007 17:09:58 -0700 > From: "Jayasri Sangu" <JayasriS <at> 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?
RSS Feed