xqemu icon indicating copy to clipboard operation
xqemu copied to clipboard

Guest GDB Issues in Windows

Open Ernegien opened this issue 7 years ago • 2 comments

See: http://migeel.sk/blog/2009/04/21/gdb-and-qemu-on-windows/

Ernegien avatar May 18 '17 04:05 Ernegien

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?

JayFoxRox avatar May 26 '17 18:05 JayFoxRox

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.

ghost avatar May 18 '18 22:05 ghost