Max Filippov a00817cc4c target-xtensa: avoid double-stopping at breakpoints
env->exception_taken is set every time an exception is taken. It is used
to allow single-stepping to stop at the first exception handler
instruction. This however must exclude debug exceptions, as otherwise
first step from the instruction where breakpoint was hit stops at that
same instruction.
Also don't check env->exception_taken directly from the
gen_intermediate_code_internal, instead allocate and use TB flag
XTENSA_TBFLAG_EXCEPTION.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
2013-07-29 18:35:45 +04:00
2013-07-09 13:38:56 -05:00
2013-07-29 11:13:44 +00:00
2013-07-26 21:10:11 +02:00
2013-07-26 22:01:31 +02:00
2013-07-24 15:37:43 +02:00
2013-07-26 21:10:11 +02:00
2013-07-29 18:24:26 +04:00
2013-07-22 12:52:34 -05:00
2013-06-11 23:45:43 +04:00
2013-07-18 08:17:42 -07:00
2013-07-23 11:12:00 +02:00
2013-07-27 11:22:53 +04:00
2013-07-23 02:41:31 +02:00
2013-07-15 09:49:00 +02:00
2013-07-23 11:12:00 +02:00
2013-06-14 15:33:10 +01:00
2013-06-06 11:27:05 +02:00
2013-06-06 11:27:05 +02:00
2013-07-19 12:52:03 +04:00
2013-07-23 11:11:59 +02:00
2013-07-29 11:13:44 +00:00
2013-07-10 13:42:09 -04:00
2013-07-04 17:42:45 +02:00

Read the documentation in qemu-doc.html or on http://wiki.qemu.org

- QEMU team
Description
QEMU With E2K User Support
Readme 459 MiB
Languages
C 83.1%
C++ 6.3%
Python 3.2%
Dylan 2.8%
Shell 1.6%
Other 2.8%