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: SIGILL on gdbserver/ARM/uclibc


On Mon, Jan 07, 2008 at 02:49:21PM +0100, Harald SchiÃberg wrote:
> uhm, where do I find some info about reading the debug output.

In the manual.  But I can pick out the instruction for you, here...

> Sending packet: $X844c,4:ï237\000\001#84...Ack

Of course your mailer seems to have garbled that a little so I can't
tell exactly what character it was.  But it's something 0237 000 001.
That's arm_linux_arm_be_breakpoint.  If you're using
arm-linux-gnueabi, it's wrong; if you're using old-ABI it should be
correct.

> warning: no loadable sections found in added symbol-file
> /data/harald/root/lib/ld-uClibc
> .so.0

Is that really the right file?  It looks corrupt.

-- 
Daniel Jacobowitz
CodeSourcery


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