target-arm: Implement setting guest breakpoints
commit46747d15080a93cc82cac563c1b7b8ffef164bb5
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 29 Sep 2014 17:48:46 +0000 (29 18:48 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 29 Sep 2014 17:48:46 +0000 (29 18:48 +0100)
tree550a1ebd79c3033cb772ad5b8d2358c780035343
parent70556264a89a268efba1d7e8e341adcdd7881eb4
target-arm: Implement setting guest breakpoints

This patch adds support for setting guest breakpoints
based on values the guest writes to the DBGBVR and DBGBCR
registers. (It doesn't include the code to handle when
these breakpoints fire, so has no guest-visible effect.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1410523465-13400-2-git-send-email-peter.maydell@linaro.org
target-arm/cpu.c
target-arm/cpu.h
target-arm/helper.c
target-arm/internals.h
target-arm/machine.c