summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMax Filippov2013-03-04 04:02:00 +0100
committerMax Filippov2013-07-29 16:35:45 +0200
commita00817cc4c18b7872e92765a4736fb2227cc237b (patch)
treed5435f7fb92e8df1aef3cbdb0c6d7caf4916a377 /include
parenttarget-xtensa: add fallthrough markers (diff)
downloadqemu-a00817cc4c18b7872e92765a4736fb2227cc237b.tar.gz
qemu-a00817cc4c18b7872e92765a4736fb2227cc237b.tar.xz
qemu-a00817cc4c18b7872e92765a4736fb2227cc237b.zip
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>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions