Re: [PATCH 3/4] tests: Gently exit from GDB when tests complete

2024-05-16 Thread Philippe Mathieu-Daudé
On 15/5/24 19:31, Gustavo Romero wrote: GDB commit a207f6b3a38 ('Rewrite "python" command exception handling') changed how exit() called from Python scripts loaded by GDB behave, turning it into an exception instead of a generic error code that is returned. This change caused several QEMU tests t

[PATCH 3/4] tests: Gently exit from GDB when tests complete

2024-05-15 Thread Gustavo Romero
GDB commit a207f6b3a38 ('Rewrite "python" command exception handling') changed how exit() called from Python scripts loaded by GDB behave, turning it into an exception instead of a generic error code that is returned. This change caused several QEMU tests to crash with the following exception: Pyt