mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-20 14:38:37 -07:00
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
|
||
|---|---|---|
| .. | ||
| catch-syscalls.py | ||
| follow-fork-mode-child.py | ||
| follow-fork-mode-parent.py | ||
| interrupt.py | ||
| memory.py | ||
| prot-none.py | ||
| registers.py | ||
| sha1.py | ||
| test-proc-mappings.py | ||
| test-qxfer-auxv-read.py | ||
| test-qxfer-siginfo-read.py | ||
| test-thread-breakpoint.py | ||