From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29711 invoked by alias); 15 Dec 2008 06:18:31 -0000 Received: (qmail 29694 invoked by uid 22791); 15 Dec 2008 06:18:31 -0000 X-Spam-Check-By: sourceware.org Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.23) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Dec 2008 06:17:36 +0000 Received: from kahikatea.snap.net.nz (132.63.255.123.dynamic.snap.net.nz [123.255.63.132]) by viper.snap.net.nz (Postfix) with ESMTP id 49D283DA847; Mon, 15 Dec 2008 19:17:33 +1300 (NZDT) Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id C0AE88FC6D; Mon, 15 Dec 2008 19:17:27 +1300 (NZDT) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18757.63095.124888.881086@kahikatea.snap.net.nz> Date: Mon, 15 Dec 2008 06:18:00 -0000 To: Vladimir Prus Cc: gdb@sources.redhat.com Subject: Re: Documentation issues In-Reply-To: References: <18700.57435.636298.708472@kahikatea.snap.net.nz> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-12/txt/msg00060.txt.bz2 On Sun, 02 Nov 2008, Vladimir Prus writes: > Nick Roberts wrote: > > > The manual says: > > > > The MI execution commands (*note > > GDB/MI Program Execution::) are always executed asynchronously in > > non-stop mode. > > > That does not appear to be true. It seems that you need to set target-async > > in this case too. > > I don't think you can enable non-stop mode if async is not enabled, ever. When I try it, it looks to me like you can: nickrob@kahikatea:~$ src-clean/gdb/gdb myprog GNU gdb (GDB) 6.8.50.20081215-cvs ... (gdb) set non-stop on (gdb) show non-stop Controlling the inferior in non-stop mode is on. (gdb) show target-async Controlling the inferior in asynchronous mode is off. -- Nick http://www.inet.net.nz/~nickrob