commit | a83b02e9bd0c28d27b6c6e5b184585f7a1b8bf86 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Mon Aug 04 05:55:53 2014 +0400 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Thu Aug 14 11:59:30 2014 +0400 |
tree | 13cec9be08c9e9d5382d7f7f886e040447cebdd5 | |
parent | 21570465a30f13197991eb2637d6ffc6c6880eef [diff] |
xtensa: allow single-stepping through unaligned load/store Update icount when icountlevel is non-zero but not greater than EXCM level when load/store instruction is successfully emulated. This allows single-stepping over such instruction in userspace debugger. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>