From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LSDRY-0001jL-Lj for qemu-devel@nongnu.org; Wed, 28 Jan 2009 11:39:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LSDRV-0001fK-VG for qemu-devel@nongnu.org; Wed, 28 Jan 2009 11:39:12 -0500 Received: from [199.232.76.173] (port=51430 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LSDRV-0001f7-NT for qemu-devel@nongnu.org; Wed, 28 Jan 2009 11:39:09 -0500 Received: from mail2.shareable.org ([80.68.89.115]:46306) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LSDRV-0007ma-Bc for qemu-devel@nongnu.org; Wed, 28 Jan 2009 11:39:09 -0500 Received: from jamie by mail2.shareable.org with local (Exim 4.63) (envelope-from ) id 1LSDRR-0003vh-1V for qemu-devel@nongnu.org; Wed, 28 Jan 2009 16:39:05 +0000 Date: Wed, 28 Jan 2009 16:39:04 +0000 From: Jamie Lokier Subject: Re: [Qemu-devel] Re: [RESEND][PATCH] gdbstub: listen on ipv4 address Message-ID: <20090128163904.GA14860@shareable.org> References: <6DF473C7837D4A31A3A6AF10F70F0F63@FSCPC> <497E350B.6080003@codemonkey.ws> <60118371B6BE4B52AEAE1C778543354A@FSCPC> <497F9177.6050008@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <497F9177.6050008@codemonkey.ws> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Anthony Liguori wrote: > Sebastian Herbszt wrote: > >There seems to be no support for IPv6 in gdb. Even though GDB itself cannot connect over IPv6, it can be run over a tunnel which may route to IPv6. > Are you unable to connect without the ipv4 option? My understanding was > that we shouldn't explicitly need this option. It should. (I gather some OSes (possibly old versions) don't listen to IPv4 and IPv6 on the same socket; you need two sockets. I don't know any of the hosts QEMU works with need that.) -- Jamie