From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DdXU9-00041l-Mj for qemu-devel@nongnu.org; Wed, 01 Jun 2005 13:58:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DdXU3-0003xu-3X for qemu-devel@nongnu.org; Wed, 01 Jun 2005 13:58:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DdXU0-0003pN-G3 for qemu-devel@nongnu.org; Wed, 01 Jun 2005 13:58:24 -0400 Received: from [194.251.242.241] (helo=fep16.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DdXPN-0007uM-Fs for qemu-devel@nongnu.org; Wed, 01 Jun 2005 13:53:37 -0400 Received: from co.inet.fi ([80.220.124.133]) by fep16.inet.fi with ESMTP id <20050601175129.LVBH2488.fep16.inet.fi@co.inet.fi> for ; Wed, 1 Jun 2005 20:51:29 +0300 Message-ID: <429DF5A0.3000405@co.inet.fi> Date: Wed, 01 Jun 2005 20:51:28 +0300 From: Tero Kaarlela MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] problems with gdb connection 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 I am having problems with using GNU debugger with qemu. when I use option -s qith qemu qemu gives: waiting for gdb connection on port 1234 but it doesnt wait just goes on. System is latest Debian with loopback networking only. resolv.conf has following : nameserver 127.0.0.1 So any ideas what causes this? Tero