ARMv7a/Cortex-A8: report watchpoint trigger insn
commit55eeea7fceb67f29c9a43eeb7993c70214157343
authorDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 2 Dec 2009 19:31:32 +0000 (2 11:31 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Wed, 2 Dec 2009 19:31:32 +0000 (2 11:31 -0800)
tree9f6adc4a1d5235ce5b3b9aa9d391ee25f685b971
parent03c103d56a3937069a4a6abd02cffabe2f3a6641
ARMv7a/Cortex-A8: report watchpoint trigger insn

Save and display the address of the instruction which triggered the
watchpoint.  Because of pipelining, that's well behind the PC value
when debug entry completes.  (Example in a subroutine that had been
returned from...)

Remove unused A8 stuff, mostly watchpoint hooks from the header.

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