From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IokMS-0007f6-71 for qemu-devel@nongnu.org; Sun, 04 Nov 2007 13:38:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IokMQ-0007eu-Mf for qemu-devel@nongnu.org; Sun, 04 Nov 2007 13:38:14 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IokMQ-0007er-Gk for qemu-devel@nongnu.org; Sun, 04 Nov 2007 13:38:14 -0500 Received: from relay01.mx.bawue.net ([193.7.176.67]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IokMQ-0005an-3P for qemu-devel@nongnu.org; Sun, 04 Nov 2007 13:38:14 -0500 Date: Sun, 4 Nov 2007 18:38:09 +0000 From: Thiemo Seufer Subject: Re: [Qemu-devel] qemu does not wait for gdb Message-ID: <20071104183809.GC9363@networkno.de> References: <425730.47279.qm@web33806.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <425730.47279.qm@web33806.mail.mud.yahoo.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pawel K Cc: qemu-devel@nongnu.org Pawel K wrote: > Hello > > I'm trying to connect gdb to qemu and it seems not to > work correctly. > I mean it does not wait for gdb to connect. > I perform the following command to do that: > > qemu -s -kernel arch/i386/boot/bzImage -hda > root-2.4.20.img -append "root=/dev/hda" > > It just runs like this option hasn't been specified. > No error message is displayed. You need to add an uppercase "-S" as well if you want it to wait for gdb. Thiemo