xqemu
xqemu copied to clipboard
Guest GDB Issues in Windows
See: http://migeel.sk/blog/2009/04/21/gdb-and-qemu-on-windows/
Is this still an issue with QEMU2? Would it be urgent enough to backport / integrate a patch? Are there workarounds which can solve this issue temporarily?
I can confirm the issue of above. I built XQEMU on Windows 10 following the instructions on the wiki and it’s not possible to remote connect to XQEMU with gdb (launched with –S –s and gdb with command target remote localhost:1234
). Applying the fix suggested above (add ipv4
to "%s,nowait,nodelay,server"
in xqemu/gdbstub.c at line 1685) solves the issue though.