target-arm: Implement setting of watchpoints
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 12 Sep 2014 13:06:49 +0000 (14:06 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 12 Sep 2014 13:06:49 +0000 (14:06 +0100)
commit9ee98ce81089a123dd0c37f782d726bb14c67bf6
tree02f2a5a4f342926966abfb20cf7eda1f45abb62d
parent86025ee4438e6e46eed767aad7c17ea94bb5c19b
target-arm: Implement setting of watchpoints

Implement support for setting QEMU watchpoints based on the
values the guest writes to the ARM architected watchpoint
registers. (We do not yet report the firing of the watchpoints
to the guest, so they will just be ignored.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu.c
target-arm/cpu.h
target-arm/helper.c
target-arm/internals.h
target-arm/machine.c