* [Qemu-devel] gdbstub not working on Vista
@ 2009-04-03 14:43 Hans-Erik Floryd
0 siblings, 0 replies; only message in thread
From: Hans-Erik Floryd @ 2009-04-03 14:43 UTC (permalink / raw)
To: qemu-devel
Hello,
I'm using qemu-system-arm on Vista. It was built using MingW on XP. I am
hitting the problem reported here:
http://lists.gnu.org/archive/html/qemu-devel/2009-01/msg01871.html
that is, I am unable to connect with gdb because qemu seems to be
creating an ipv6 socket.
Specifying -p tcp::1234,nowait,nodelay,server,ipv4 fixes the problem.
Enabling socket_debug gives this output (when not using -p above):
inet_listen: getaddrinfo: family ipv6, host ::, port 1234
inet_listen: getaddrinfo: family ipv4, host 0.0.0.0, port 1234
inet_listen: bind(ipv6,::,1234): OK
The patch submitted by Sebastian Herbszt should fix the problem.
Assuming gdb doesn't support ipv6, is there any reason not to apply the
patch?
Best regards,
Hans-Erik Floryd
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-03 14:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-03 14:43 [Qemu-devel] gdbstub not working on Vista Hans-Erik Floryd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).