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
|
||
---|---|---|
.. | ||
arm-compat-semi | ||
gdbstub | ||
libs | ||
linux | ||
system | ||
Makefile.target | ||
README | ||
catch-syscalls.c | ||
check-plugin-output.sh | ||
float_convd.c | ||
float_convs.c | ||
float_helpers.h | ||
float_madds.c | ||
follow-fork-mode.c | ||
munmap-pthread.c | ||
noexec.c.inc | ||
nop_func.h | ||
overflow.c | ||
prot-none.c | ||
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 |
README
Multi-architecture linux-user tests