From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15407 invoked by alias); 1 Oct 2002 20:42: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 15397 invoked from network); 1 Oct 2002 20:42:26 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 1 Oct 2002 20:42:26 -0000 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by touchme.toronto.redhat.com (Postfix) with ESMTP id E74928000F4; Tue, 1 Oct 2002 16:42:25 -0400 (EDT) Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 702293DD5; Tue, 1 Oct 2002 16:42:28 -0400 (EDT) Message-ID: <3D9A08B4.9020306@redhat.com> Date: Tue, 01 Oct 2002 13:42: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/rfc] create gdb.mi/mi1-*.exp tests References: <3D98BD2D.5080502@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00017.txt.bz2 > Hello, > > As part of part of rolling onto "mi2", this patch (ok all the files are missing ...) clones each mi-*.exp into an mi1-*.exp with an explicit -i=mi1 option. > > I'll commit tomorrow, > Andrew I just went to pull this into the 5.3 branch. Oops! Problem is, mi1-*.exp on the trunk and mi-*.exp on the branch are different. I'm left considering the option of taking the 5.3 branch mi-*.exp tests and using them to replace the existing mi1-*.exp tests on the trunk. Ulgh. Andrew > 2002-09-30 Andrew Cagney > > * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1". > * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto. > * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto. > * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto. > * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto. > * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto. > * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto. >