target-arm: Implement ARMv8 single-stepping for AArch32 code
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 19 Aug 2014 17:56:27 +0000 (18:56 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 19 Aug 2014 18:02:03 +0000 (19:02 +0100)
commit50225ad0c185a16c472b3dce984c312e4399a3ef
tree9e5ce8f6c59bea5f880d7625eedfbecabc4ae027
parent7ea47fe7be86faed4f38f0093ca1226b9b6043eb
target-arm: Implement ARMv8 single-stepping for AArch32 code

ARMv8 single-stepping requires the exception level that controls
the single-stepping to be in AArch64 execution state, but the
code being stepped may be in AArch64 or AArch32. Implement the
necessary support code for single-stepping AArch32 code.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
target-arm/cpu.h
target-arm/translate.c