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: Problem reading corefiles on ARM


On Wed, Aug 06, 2008 at 07:19:26PM +0400, Sergei Poselenov wrote:
> (gdb) bt
> #0  0x4004ec0c in raise () from /lib/libc.so.6
> #1  0x40050234 in abort () from /lib/libc.so.6
> Backtrace stopped: frame did not save the PC

Your implementation of abort does not save a return address, so GDB
can't display it.  I believe tehis is a known limitation of the ARM
GCC port.


-- 
Daniel Jacobowitz
CodeSourcery


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