From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26102 invoked by alias); 23 Oct 2002 22:39:00 -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 25972 invoked from network); 23 Oct 2002 22:38:57 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 23 Oct 2002 22:38:57 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D20AA3E32; Wed, 23 Oct 2002 18:38:55 -0400 (EDT) Message-ID: <3DB724FF.7040906@redhat.com> Date: Wed, 23 Oct 2002 15:39: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: "J. Johnston" Cc: gdb-patches@sources.redhat.com Subject: Re: Patch for gdb/mi problem 702 References: <3DB7209F.B1AC2251@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00485.txt.bz2 > I have added test scenarios to gdb.mi testsuite to verify the new assign/update > behavior. > > gdb/testsuite/gdb.mi/ChangeLog > > 2002-10-23 Jeff Johnston > > * mi-var-cmd.exp: Add tests to verify that a -var-assign that changes > a value shows up in the changelist of a -var-update. > * mi1-var-cmd.exp: Ditto. > > Andrew, are you satisfied with my answer to your previous question Yep. > and may I commit > the original patch plus these changes? Yep, but. Can you just quickly check that, within each MI file, the new test messages are unique. Please also add something to the NEWS file. Andrew