commit | 66449364f175bb617838ca348f7c146f65dc75a0 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Aug 07 18:42:03 2014 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Tue Aug 19 11:25:09 2014 +0100 |
tree | 66fe14fb6d5a98412ba9a52fe2250e5f6d3480df | |
parent | feb3ed07321586314a0c2fe82b6376687f111f19 [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>