Is it possible to get the ARM simulator to stop a "continue" and generate a warning if the simulated ARM ever attemps an unaligned memory access? This would be very useful for porting apps from a target where alignment isn't an issue. something like... (gdb) c Continuing. unaligned access, main () at main.c:8 8 int i = *p; (gdb) Thanks, Shaun