accel/tcg: Handle gdb singlestep in cpu_tb_exec
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 19 Jul 2021 01:12:12 +0000 (15:12 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 15 Oct 2021 23:39:14 +0000 (16:39 -0700)
commitc9460d75c59fc6b6f110156e4c1035e9ae9bd611
tree014732e0fe9c9e50efa22757345eb44fdd10bea1
parent6587b0c1331d427b0939c37e763842550ed581db
accel/tcg: Handle gdb singlestep in cpu_tb_exec

Currently the change in cpu_tb_exec is masked by the debug exception
being raised by the translators.  But this allows us to remove that code.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c