xemu/tests/tcg/multiarch/gdbstub
Ilya Leoshkevich cb241df412 tests/tcg: Stop using exit() in the gdbstub testcases
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 93a3048dcf
("tests: Gently exit from GDB when tests complete"), but applied to
more places.

Acked-by: Gustavo Romero <gustavo.romero@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-Id: <20241022113939.19989-1-iii@linux.ibm.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
2024-11-18 15:54:34 +00:00
..
catch-syscalls.py tests/tcg: Add the syscall catchpoint gdbstub test 2024-02-09 17:52:40 +00:00
follow-fork-mode-child.py tests/tcg: Add two follow-fork-mode tests 2024-03-06 12:35:19 +00:00
follow-fork-mode-parent.py tests/tcg: Add two follow-fork-mode tests 2024-03-06 12:35:19 +00:00
interrupt.py tests/tcg: Stop using exit() in the gdbstub testcases 2024-11-18 15:54:34 +00:00
memory.py tests/tcg: Factor out gdbstub test functions 2024-01-29 20:48:49 +10:00
prot-none.py tests/tcg: Stop using exit() in the gdbstub testcases 2024-11-18 15:54:34 +00:00
registers.py tests/tcg: Factor out gdbstub test functions 2024-01-29 20:48:49 +10:00
sha1.py tests/tcg: Factor out gdbstub test functions 2024-01-29 20:48:49 +10:00
test-proc-mappings.py tests/tcg: Stop using exit() in the gdbstub testcases 2024-11-18 15:54:34 +00:00
test-qxfer-auxv-read.py tests/tcg: Factor out gdbstub test functions 2024-01-29 20:48:49 +10:00
test-qxfer-siginfo-read.py tests/tcg: Add multiarch test for Xfer:siginfo:read stub 2024-03-13 11:43:52 +00:00
test-thread-breakpoint.py tests/tcg: Factor out gdbstub test functions 2024-01-29 20:48:49 +10:00