On Tue, 2024-10-22 at 13:37 +0200, Ilya Leoshkevich wrote:
> GDB 15 does not like exit() anymore:
> 
>     (gdb) python exit(0)
>     Python Exception <class 'SystemExit'>: 0
>     Error occurred in Python: 0
> 
> Use the GDB's own exit command, like it's already done in a couple
> places, everywhere. This is the same fix as commit 93a3048dcf45
> ("tests: Gently exit from GDB when tests complete"), but applied to
> more places.
> 
> Acked-by: Gustavo Romero <[email protected]>
> Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
> Signed-off-by: Ilya Leoshkevich <[email protected]>
> ---
> v1:
> https://lore.kernel.org/qemu-devel/[email protected]/
> v1 -> v2: Mention 93a3048dcf45 (Peter, Gustavo, Philippe).
>           Collect A-b and R-b.
> 
>  tests/guest-debug/test_gdbstub.py                 | 14 ++++++++++---
> -
>  tests/tcg/multiarch/gdbstub/interrupt.py          |  4 ++--
>  tests/tcg/multiarch/gdbstub/prot-none.py          |  4 ++--
>  tests/tcg/multiarch/gdbstub/test-proc-mappings.py |  4 ++--
>  4 files changed, 16 insertions(+), 10 deletions(-)

Hello,

I would like to ping this fix, and also the s390x FMA NaN fix
series [1].

Best regards,
Ilya

[1]
https://lore.kernel.org/qemu-devel/[email protected]/

Reply via email to