qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [RESEND][PATCH] gdbstub: listen on ipv4 address


From: Sebastian Herbszt
Subject: [Qemu-devel] Re: [RESEND][PATCH] gdbstub: listen on ipv4 address
Date: Tue, 27 Jan 2009 23:32:57 +0100

Anthony Liguori wrote:
Sebastian Herbszt wrote:
Make gdbstub listen on ipv4 address like before r5697.

Any reason to make it explicit?

There seems to be no support for IPv6 in gdb.

BTW, the patch needs a signed-off-by.

Signed-off-by: Sebastian Herbszt <address@hidden>

- Sebastian

Regards,

Anthony Liguori

- Sebastian

--- qemu-r6133/gdbstub.c.orig Sat Dec 27 15:57:16 2008
+++ qemu-r6133/gdbstub.c Sat Dec 27 15:57:29 2008
@@ -2276,7 +2276,7 @@
    if (*p == 0) {
        /* A numeric value is interpreted as a port number.  */
        snprintf(gdbstub_port_name, sizeof(gdbstub_port_name),
-                 "tcp::%d,nowait,nodelay,server", port_num);
+                 "tcp::%d,nowait,nodelay,server,ipv4", port_num);
        port = gdbstub_port_name;
    }












reply via email to

[Prev in Thread] Current Thread [Next in Thread]