symbian-qemu-0.9.1-12/qemu-symbian-svp/gdbstub.c
changeset 107 3bc1a978be44
parent 1 2fb8b9db1c86
--- a/symbian-qemu-0.9.1-12/qemu-symbian-svp/gdbstub.c	Tue Sep 07 23:21:20 2010 +0100
+++ b/symbian-qemu-0.9.1-12/qemu-symbian-svp/gdbstub.c	Mon Sep 06 16:25:43 2010 +0100
@@ -2291,7 +2291,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:127.0.0.1:%d,nowait,nodelay,server", port_num);
         port = gdbstub_port_name;
     }