All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1555452] [NEW] GDB server does not work in Windows
@ 2016-03-10  6:35 Yorkwar
  2016-03-10  6:50 ` [Qemu-devel] [Bug 1555452] " Yorkwar
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Yorkwar @ 2016-03-10  6:35 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

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://www.mail-archive.com/qemu-devel@nongnu.org/msg357981.html.
I've fixed the socket_error() problem.
I see that qio_channel_create_socket_watch is called.

** Affects: qemu
     Importance: Undecided
         Status: New


** Tags: gdb windows

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1555452

Title:
  GDB server does not work in Windows

Status in QEMU:
  New

Bug description:
  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://www.mail-archive.com/qemu-devel@nongnu.org/msg357981.html.
  I've fixed the socket_error() problem.
  I see that qio_channel_create_socket_watch is called.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1555452/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 1555452] Re: GDB server does not work in Windows
  2016-03-10  6:35 [Qemu-devel] [Bug 1555452] [NEW] GDB server does not work in Windows Yorkwar
@ 2016-03-10  6:50 ` Yorkwar
  2020-11-19 16:20 ` Thomas Huth
  2021-01-19  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Yorkwar @ 2016-03-10  6:50 UTC (permalink / raw)
  To: qemu-devel

It seems that someone is fixing this at https://www.mail-archive.com
/qemu-devel@nongnu.org/msg358825.html

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1555452

Title:
  GDB server does not work in Windows

Status in QEMU:
  New

Bug description:
  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://www.mail-archive.com/qemu-devel@nongnu.org/msg357981.html.
  I've fixed the socket_error() problem.
  I see that qio_channel_create_socket_watch is called.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1555452/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 1555452] Re: GDB server does not work in Windows
  2016-03-10  6:35 [Qemu-devel] [Bug 1555452] [NEW] GDB server does not work in Windows Yorkwar
  2016-03-10  6:50 ` [Qemu-devel] [Bug 1555452] " Yorkwar
@ 2020-11-19 16:20 ` Thomas Huth
  2021-01-19  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2020-11-19 16:20 UTC (permalink / raw)
  To: qemu-devel

The QEMU project is currently considering to move its bug tracking to another system. For this we need to know which bugs are still valid and which could be closed already. Thus we are setting older bugs to "Incomplete" now.
If you still think this bug report here is valid, then please switch the state back to "New" within the next 60 days, otherwise this report will be marked as "Expired". Or mark it as "Fix Released" if the problem has been solved with a newer version of QEMU already. Thank you and sorry for the inconvenience.

** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1555452

Title:
  GDB server does not work in Windows

Status in QEMU:
  Incomplete

Bug description:
  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://www.mail-archive.com/qemu-devel@nongnu.org/msg357981.html.
  I've fixed the socket_error() problem.
  I see that qio_channel_create_socket_watch is called.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1555452/+subscriptions


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 1555452] Re: GDB server does not work in Windows
  2016-03-10  6:35 [Qemu-devel] [Bug 1555452] [NEW] GDB server does not work in Windows Yorkwar
  2016-03-10  6:50 ` [Qemu-devel] [Bug 1555452] " Yorkwar
  2020-11-19 16:20 ` Thomas Huth
@ 2021-01-19  4:17 ` Launchpad Bug Tracker
  2 siblings, 0 replies; 4+ messages in thread
From: Launchpad Bug Tracker @ 2021-01-19  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1555452

Title:
  GDB server does not work in Windows

Status in QEMU:
  Expired

Bug description:
  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://www.mail-archive.com/qemu-devel@nongnu.org/msg357981.html.
  I've fixed the socket_error() problem.
  I see that qio_channel_create_socket_watch is called.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1555452/+subscriptions


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-19  4:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-10  6:35 [Qemu-devel] [Bug 1555452] [NEW] GDB server does not work in Windows Yorkwar
2016-03-10  6:50 ` [Qemu-devel] [Bug 1555452] " Yorkwar
2020-11-19 16:20 ` Thomas Huth
2021-01-19  4:17 ` Launchpad Bug Tracker

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.