mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-20 06:28:36 -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
|
||
|---|---|---|
| .. | ||
| arm-compat-semi | ||
| gdbstub | ||
| libs | ||
| linux | ||
| system | ||
| catch-syscalls.c | ||
| check-plugin-output.sh | ||
| float_convd.c | ||
| float_convs.c | ||
| float_helpers.h | ||
| float_madds.c | ||
| follow-fork-mode.c | ||
| Makefile.target | ||
| munmap-pthread.c | ||
| noexec.c.inc | ||
| nop_func.h | ||
| overflow.c | ||
| prot-none.c | ||
| README | ||
| segfault.c | ||
| sha1.c | ||
| sha512.c | ||
| sigbus.c | ||
| signals.c | ||
| sigreturn-sigmask.c | ||
| test-aes-main.c.inc | ||
| test-mmap.c | ||
| test-plugin-mem-access.c | ||
| test-vma.c | ||
| testthread.c | ||
| threadcount.c | ||
| vma-pthread.c | ||
Multi-architecture linux-user tests