From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8727 invoked by alias); 7 Aug 2003 17:49:27 -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 8716 invoked from network); 7 Aug 2003 17:49:26 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.131) by sources.redhat.com with SMTP; 7 Aug 2003 17:49:26 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id E5A942B7F; Thu, 7 Aug 2003 13:49:22 -0400 (EDT) Message-ID: <3F329122.5080304@redhat.com> Date: Thu, 07 Aug 2003 17:49:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch,6.0,rfc,rfa:doco] Finish "mi2"/"mi3" rollover References: <3F2EB6E8.3060100@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00101.txt.bz2 I've checked this in to 6.0 and mainline. Andrew > Index: doc/ChangeLog > 2003-08-04 Andrew Cagney > > * gdb.texinfo (Mode Options): Mention that "mi2" was included in > GDB 6.0. > > Index: mi/ChangeLog > 2003-08-04 Andrew Cagney > > * mi-interp.c (_initialize_mi_interp): Register "mi2" and "mi3". > Make "mi" select "mi2". > > Index: ChangeLog > 2003-08-04 Andrew Cagney > > * interps.h (INTERP_MI2, INTERP_MI3): Define. > > Index: testsuite/gdb.mi/ChangeLog > 2003-08-04 Andrew Cagney > > * mi2-basics.exp: Copy base MI .exp file, set MIFLAGS to -i=mi2. > * mi2-break.exp, mi2-cli.exp, mi2-console.exp: Ditto. > * mi2-disassemble.exp, mi2-eval.exp, mi2-file.exp: Ditto. > * mi2-hack-cli.exp, mi2-pthreads.exp, mi2-read-memory.exp: Ditto. > * mi2-regs.exp, mi2-return.exp, mi2-simplerun.exp: Ditto. > * mi2-stack.exp, mi2-stepi.exp, mi2-syn-frame.exp: Ditto. > * mi2-until.exp, mi2-var-block.exp, mi2-var-child.exp: Ditto. > * mi2-var-cmd.exp, mi2-var-display.exp, mi2-watch.exp: Ditto. >