From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24027 invoked by alias); 9 Apr 2008 17:36:03 -0000 Received: (qmail 24011 invoked by uid 22791); 9 Apr 2008 17:36:02 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 09 Apr 2008 17:35:42 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id E21BA983A1; Wed, 9 Apr 2008 17:35:40 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id C51969829E; Wed, 9 Apr 2008 17:35:40 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1JjeCy-0005Mm-01; Wed, 09 Apr 2008 13:35:40 -0400 Date: Wed, 09 Apr 2008 17:48:00 -0000 From: Daniel Jacobowitz To: Marc Khouzam Cc: gdb@sourceware.org Subject: Re: -nowindows (-nw) option cancels MI interpreter Message-ID: <20080409173539.GA20430@caradoc.them.org> Mail-Followup-To: Marc Khouzam , gdb@sourceware.org References: <6D19CA8D71C89C43A057926FE0D4ADAA04291048@ecamlmw720.eamcs.ericsson.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6D19CA8D71C89C43A057926FE0D4ADAA04291048@ecamlmw720.eamcs.ericsson.se> User-Agent: Mutt/1.5.17 (2007-12-11) 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-04/txt/msg00074.txt.bz2 On Wed, Apr 09, 2008 at 01:24:29PM -0400, Marc Khouzam wrote: > Hi, > > the -nowindows option to GDB caused the interpreter to be forced to be CONSOLE. > This means that something like > gdb -i=mi -nw > is equivalent to > gdb -i=console -nw > > I would expect that the MI interpreter would not be affected by the -nw option... -nw is completely equivalent to -i=console. So it's sensitive to where you put it on the command line. I think it's easier to improve the manual... -- Daniel Jacobowitz CodeSourcery