commit | f14c4b5fb1e2509ad738afe491c099a84ca80749 | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Sun Jan 29 05:28:21 2012 +0400 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Mon Feb 20 20:07:12 2012 +0400 |
tree | ea29f0d42d72e406272c7b6854c3bf1b24413fd1 | |
parent | 0dc23828f1487a3e587f42a0630dd6879ab8f2bb [diff] |
target-xtensa: add DBREAK data breakpoints Add DBREAKA/DBREAKC SRs and implement DBREAK breakpoints as debug watchpoints. This implementation is not fully compliant to ISA: when a breakpoint is set to an unmapped/inaccessible memory address it generates TLB/memory protection exception instead of debug exception. See ISA, 4.7.7.3, 4.7.7.6 for more details. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>