summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1555452
blob: 988d1d5bba3b6e5053fdb5db1b80821a3a65fa96 (plain) (blame)
1
2
3
4
5
6
7
8
9
GDB server does not work in Windows

I build qemu with msys2, MINGW64. After fix the socket_error() problem, and manually specify to use IPv4, GDB server still does not work.  The related qemu command is
"-monitor none -nographic -gdb tcp::1234 -S"
GDB reports "Timed out"

There's a message at https://<email address hidden>/msg357981.html.
I've fixed the socket_error() problem.
I see that qio_channel_create_socket_watch is called.