target/xtensa: don't generate extra EXCP_DEBUG on exception
authorMax Filippov <jcmvbkbc@gmail.com>
Thu, 15 Apr 2021 20:38:08 +0000 (13:38 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Thu, 20 May 2021 20:02:58 +0000 (13:02 -0700)
commitcb2d627a00a6bf686bc221b05f136545639a1c37
tree9be65853f3933113b51ba9266c010059a6827751
parent972e848b53970d12cb2ca64687ef8ff797fb6236
target/xtensa: don't generate extra EXCP_DEBUG on exception

target/xtensa used to generate an extra EXCP_DEBUG exception before the
first instruction executed after an interrupt or an exception is taken
to allow single-stepping that instruction in the debugger.
This is no longer needed after the following commits:
a7ba744f4082 ("tcg/cpu-exec: precise single-stepping after an exception")
ba3c35d9c402 ("tcg/cpu-exec: precise single-stepping after an interrupt")
Drop exception state tracking/extra EXCP_DEBUG generation code.

Cc: qemu-stable@nongnu.org # v5.1, v5.2, v6.0
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target/xtensa/cpu.c
target/xtensa/cpu.h
target/xtensa/exc_helper.c
target/xtensa/translate.c