From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32296 invoked by alias); 9 Apr 2008 17:48:13 -0000 Received: (qmail 32287 invoked by uid 22791); 9 Apr 2008 17:48:12 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 09 Apr 2008 17:47:40 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id 2262E3C1A0; Wed, 9 Apr 2008 10:47:37 -0700 (PDT) Subject: Re: -nowindows (-nw) option cancels MI interpreter From: Michael Snyder To: Daniel Jacobowitz Cc: Marc Khouzam , gdb@sourceware.org In-Reply-To: <20080409173539.GA20430@caradoc.them.org> References: <6D19CA8D71C89C43A057926FE0D4ADAA04291048@ecamlmw720.eamcs.ericsson.se> <20080409173539.GA20430@caradoc.them.org> Content-Type: text/plain Date: Wed, 09 Apr 2008 20:29:00 -0000 Message-Id: <1207763256.31772.407.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) Content-Transfer-Encoding: 7bit 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/msg00076.txt.bz2 On Wed, 2008-04-09 at 13:35 -0400, Daniel Jacobowitz wrote: > 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... I suppose, back in the day, we thought of MI as loosely equivalent to "windowing interface". But there could be present or future MI clients that aren't windowing interfaces. Maybe calls for a re-think.