diff -r 70ccc05e6c8c -r 3bc1a978be44 symbian-qemu-0.9.1-12/qemu-symbian-svp/gdbstub.c --- 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; }