This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
register set causes data abort
- To: gdb at sources dot redhat dot com
- Subject: register set causes data abort
- From: Shaun Jackman <shaunj at gray-interfaces dot com>
- Date: Thu, 21 Sep 2000 14:15:35 -0600
- Organization: Gray Interfaces
- Reply-To: shaunj at gray-interfaces dot com
(gdb) set $cpsr=0x10
RDI_read: data abort, no memory at specified address?
RDI_read: data abort, no memory at specified address?
Cannot access memory at address 0x691bc13c
(gdb)
Can anybody explain what's going on here?
I'm tryint to set the cpsr register of my arm target.
As far as I understand this shouldn't force any sort of memory access. I'm not
sure what's causing the data abort. 0x691bc13c is in the middle of an empty
space in my memory map. If something were trying to access it, it definately
would cause a data abort.
--
host=i686-pc-linux-gnu
target=arm-elf
target rdi e=jeeni
--
Many thanks,
Shaun