mirror of https://github.com/xemu-project/xemu.git
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
|
||
|---|---|---|
| .. | ||
| run-test.py | ||
| test_gdbstub.py | ||