Re: [PATCH] tcg/cpu-exec: precise single-stepping after an interrupt

2020-07-17 Thread Luc Michel
On 7/17/20 6:30 PM, Richard Henderson wrote: When single-stepping with a debugger attached to QEMU, and when an interrupt is raised, the debugger misses the first instruction after the interrupt. Buglink: https://bugs.launchpad.net/qemu/+bug/757702 Signed-off-by: Richard Henderson Reviewed-by

[PATCH] tcg/cpu-exec: precise single-stepping after an interrupt

2020-07-17 Thread Richard Henderson
When single-stepping with a debugger attached to QEMU, and when an interrupt is raised, the debugger misses the first instruction after the interrupt. Buglink: https://bugs.launchpad.net/qemu/+bug/757702 Signed-off-by: Richard Henderson --- accel/tcg/cpu-exec.c | 8 +++- 1 file changed, 7 in