]> git.proxmox.com Git - mirror_qemu.git/commit
target/xtensa: extract test for debug exception
authorMax Filippov <jcmvbkbc@gmail.com>
Tue, 28 Aug 2018 21:52:27 +0000 (14:52 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 1 Oct 2018 18:08:35 +0000 (11:08 -0700)
commit15477819427f5d2f0eddd4daba4159dee5f3b2ec
tree1ca56764eb6ff63f23b2ed8bd39c37e448310457
parent4c6ec5f3cd88cb27a4e40a480b34e433a725dc05
target/xtensa: extract test for debug exception

- mark break and break.n instructions;
- collect debug cause bits from parameter 0 of instructions marked for
  debug exception;
- put debug exception check right after syscall check;

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target/xtensa/translate.c