On Mon, 21 Oct 2024 at 16:02, Ilya Leoshkevich <i...@linux.ibm.com> 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 bug that commit 93a3048dcf4565 is fixing, but it looks like we didn't catch everywhere. thanks -- PMM