From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1865 invoked by alias); 11 May 2006 03:41:18 -0000 Received: (qmail 1857 invoked by uid 22791); 11 May 2006 03:41:17 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Thu, 11 May 2006 03:41:16 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1Fe238-0006hh-6f for gdb@sources.redhat.com; Wed, 10 May 2006 23:41:14 -0400 Date: Thu, 11 May 2006 06:08:00 -0000 From: Daniel Jacobowitz To: gdb@sources.redhat.com Subject: Re: CLI commands in MI Message-ID: <20060511034114.GA25755@nevyn.them.org> Mail-Followup-To: gdb@sources.redhat.com References: <20060511022650.GA3727@brasko.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060511022650.GA3727@brasko.net> User-Agent: Mutt/1.5.8i 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/msg00121.txt.bz2 On Wed, May 10, 2006 at 10:26:50PM -0400, Bob Rossi wrote: > I'm thinking it would be a good idea to remove the ability to enter CLI > commands into the MI interpreter. Does anyone disagree? No way. The fact is, the MI command set is not complete, and -interpreter-exec is still recent. I would expect most front ends to still require this support, for the indefinite future. Now, if we look at the command set someday (around mi4 maybe), and find that it's become complete, then perhaps we can disable the CLI hack. -- Daniel Jacobowitz CodeSourcery