From: Hans-Erik Floryd <hans-erik.floryd@rt-labs.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] gdbstub not working on Vista
Date: Fri, 03 Apr 2009 16:43:21 +0200 [thread overview]
Message-ID: <49D62089.7030205@rt-labs.com> (raw)
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
reply other threads:[~2009-04-03 14:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49D62089.7030205@rt-labs.com \
--to=hans-erik.floryd@rt-labs.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.