From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ME1Ph-0005TW-8V for qemu-devel@nongnu.org; Tue, 09 Jun 2009 09:30:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ME1Pc-0005Q9-BX for qemu-devel@nongnu.org; Tue, 09 Jun 2009 09:30:52 -0400 Received: from [199.232.76.173] (port=51489 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ME1Pc-0005Pu-4d for qemu-devel@nongnu.org; Tue, 09 Jun 2009 09:30:48 -0400 Received: from mx20.gnu.org ([199.232.41.8]:21569) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1ME1Pb-0004yv-Qi for qemu-devel@nongnu.org; Tue, 09 Jun 2009 09:30:47 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ME1Pa-0001kr-SM for qemu-devel@nongnu.org; Tue, 09 Jun 2009 09:30:47 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] Remove the default "nowait" option from gdb stubs tcp connection Date: Tue, 9 Jun 2009 14:30:43 +0100 References: <7c85e0b50906090612r77562e66n81322ab191ba7c6c@mail.gmail.com> In-Reply-To: <7c85e0b50906090612r77562e66n81322ab191ba7c6c@mail.gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906091430.44321.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: bahadir balban On Tuesday 09 June 2009, bahadir balban wrote: > Remove the default "nowait" option from gdb stubs tcp connection > > The tcp connection in gdb stubs has "nowait" option set by default, > which causes QEMU to continue without waiting for a gdb connection as > opposed to the documented: "-s Wait gdb connection to port 1234." > behaviour. No. The current behavior is correct. If you want qemu to stop guest execution then use the -S option. Paul