From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ME6Wv-00020q-Uz for qemu-devel@nongnu.org; Tue, 09 Jun 2009 14:58:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ME6Wu-00020P-Qh for qemu-devel@nongnu.org; Tue, 09 Jun 2009 14:58:41 -0400 Received: from [199.232.76.173] (port=41160 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ME6Wu-00020M-I5 for qemu-devel@nongnu.org; Tue, 09 Jun 2009 14:58:40 -0400 Received: from ey-out-1920.google.com ([74.125.78.144]:2230) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ME6Wu-0004bL-2T for qemu-devel@nongnu.org; Tue, 09 Jun 2009 14:58:40 -0400 Received: by ey-out-1920.google.com with SMTP id 3so30615eyh.18 for ; Tue, 09 Jun 2009 11:58:39 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4A2E66EF.2080000@siemens.com> References: <7c85e0b50906090612r77562e66n81322ab191ba7c6c@mail.gmail.com> <4A2E66EF.2080000@siemens.com> Date: Tue, 9 Jun 2009 21:58:38 +0300 Message-ID: <7c85e0b50906091158k5d9443b5p756d9798f2a86f04@mail.gmail.com> From: bahadir balban Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] Remove the default "nowait" option from gdb stubs tcp connection List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: qemu-devel@nongnu.org On Tue, Jun 9, 2009 at 4:43 PM, Jan Kiszka wrote: > > The patch is wrong as Paul stated, but your remark about the > documentation is valid. So please post a clarifying doc patch against > qemu.git. > > Thanks, > Jan > Hmm, OK. Is there any use case where -s is used without -S? GDB connecting at an arbitrary time during execution did not make sense to me. If I created a small patch with "nowait" as an option would you consider it? Most tcp connection options seem to have it. As per the docs, -S requires user to press 'c' to continue whereas with a waiting -s I can use a .gdbinit script to automate debugging. Thanks, Bahadir