From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3945 invoked by alias); 11 May 2006 10:48:51 -0000 Received: (qmail 3937 invoked by uid 22791); 11 May 2006 10:48:51 -0000 X-Spam-Check-By: sourceware.org Received: from eastrmmtao04.cox.net (HELO eastrmmtao04.cox.net) (68.230.240.35) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 11 May 2006 10:48:49 +0000 Received: from localhost.localdomain ([68.9.66.48]) by eastrmmtao04.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060511104847.UPGY9931.eastrmmtao04.cox.net@localhost.localdomain>; Thu, 11 May 2006 06:48:47 -0400 Received: from bob by localhost.localdomain with local (Exim 4.52) id 1Fe8jX-0007yF-5f; Thu, 11 May 2006 06:49:27 -0400 Date: Thu, 11 May 2006 10:54:00 -0000 From: Bob Rossi To: Nick Roberts Cc: gdb@sources.redhat.com Subject: Re: CLI commands in MI Message-ID: <20060511104927.GF3727@brasko.net> Mail-Followup-To: Nick Roberts , gdb@sources.redhat.com References: <20060511022650.GA3727@brasko.net> <17506.54099.147732.205664@farnswood.snap.net.nz> <20060511103132.GD3727@brasko.net> <17507.5582.938273.861795@farnswood.snap.net.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17507.5582.938273.861795@farnswood.snap.net.nz> User-Agent: Mutt/1.5.9i X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00131.txt.bz2 On Thu, May 11, 2006 at 10:45:34PM +1200, Nick Roberts wrote: > > > I don't how you can say that as directly entered CLI commands now > > > (implicitly) use -interpreter-exec console. AFAICS the only difference is > > > the extra &"r\n". > > > > Hmmm, that's not the case for me. Is this becase I'm using an older > > version of GDB? > > > > $ gdb --version > > GNU gdb 6.3-debian > > > Yes, this is the change: > > 2005-02-20 Andrew Cagney > > * mi/mi-main.c (captured_mi_execute_command): Use > mi_cmd_interpreter_exec. > > Let's keep the discussion relative to GDB in CVS. I see! Thanks Nick for the info. Bob Rossi