Cortex-A8: mode support
commitd7760352e8044e8eb8cd9b381574e34093e1f26f
authorDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 20 Nov 2009 03:03:02 +0000 (19 19:03 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Fri, 20 Nov 2009 03:03:02 +0000 (19 19:03 -0800)
tree0261aca075d8918e7b86d23efbc95af1e2fe8b5f
parent71cde5e359f273585880ea8986709b950ba85b08
Cortex-A8: mode support

We *should* be able to read and write registers in any core mode,
instead of being stuck with whatever mode the core was when we
entered debug state.  This patch makes them work.

Note that the current restore_context() only handles the current
mode; writing to other-mode registers is a NOP without a followup
patch fixing that.  Also, that SPSR access needed some bugfixes;
it was confused with CPSR.

Secure monitor mode also seems dubious; there's probably more to
be done before that's sufficiently understood by the debugger.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/target/cortex_a8.c