From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11053 invoked by alias); 1 Oct 2002 21:26:48 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 11044 invoked from network); 1 Oct 2002 21:26:46 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 1 Oct 2002 21:26:46 -0000 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 75A1F8000F4; Tue, 1 Oct 2002 17:26:46 -0400 (EDT) Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 00C043DD5; Tue, 1 Oct 2002 17:26:48 -0400 (EDT) Message-ID: <3D9A1318.1000708@redhat.com> Date: Tue, 01 Oct 2002 14:26:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch rfa:doco rfc:NEWS] mi1 -> mi2; rm mi0 References: <3D974315.2050201@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00019.txt.bz2 Just FYI, I've checked in the attatched. Unless it's in it isn't possible to test that an MI change works with the new mi2 syntax but doesn't break the mi1 syntax. It still leaves unresolved, the issue of when mi2 should be frozen. Andrew > Index: ChangeLog > 2002-09-29 Andrew Cagney > > * NEWS: Mention that MI syntax changed to "mi2" and that "mi0" > syntax has been removed. > > Index: doc/ChangeLog > 2002-09-29 Andrew Cagney > > * gdb.texinfo (Mode Options): Update --interpreter option. "mi2" > and "mi1" instead of "mi1" and "mi0". > > Index: mi/ChangeLog > 2002-09-29 Andrew Cagney > > * mi-main.c (mi2_command_loop): New function. > (mi0_command_loop): Delete function. > (_initialize_mi_main): Recognize, and default to, "mi2". Do not > recognize "mi0". > * mi-out.c (mi_table_begin): Remove mi0 code. > (mi_table_body, mi_table_end): Ditto. > (mi_table_header, mi_open, mi_close): Ditto. >