commit | e61dc8f72c096e084106d5e97101d9d88f642d0e | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Fri Jan 13 09:21:32 2012 +0400 |
committer | Max Filippov <jcmvbkbc@gmail.com> | Sat Feb 18 14:55:51 2012 +0400 |
tree | 9f1040d377372c4771d9f061bd163fac5ea7e41b | |
parent | ab58c5b4fd07fbe94950ff459ef51d43cfb5b8c8 [diff] |
target-xtensa: implement instruction breakpoints Add IBREAKA/IBREAKENABLE SRs and implement debug exception, BREAK and BREAK.N instructions and IBREAK breakpoints. IBREAK breakpoint address is considered constant for TB lifetime. On IBREAKA/IBREAKENABLE change corresponding TBs are invalidated. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>