You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
See: http://migeel.sk/blog/2009/04/21/gdb-and-qemu-on-windows/
The text was updated successfully, but these errors were encountered: