commit | 50225ad0c185a16c472b3dce984c312e4399a3ef | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Aug 19 18:56:27 2014 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Aug 19 19:02:03 2014 +0100 |
tree | 9e5ce8f6c59bea5f880d7625eedfbecabc4ae027 | |
parent | 7ea47fe7be86faed4f38f0093ca1226b9b6043eb [diff] |
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>