From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28170 invoked by alias); 23 Oct 2002 22:43:13 -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 28161 invoked from network); 23 Oct 2002 22:43:12 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 23 Oct 2002 22:43:12 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 9B79A3D4A; Wed, 23 Oct 2002 18:43:10 -0400 (EDT) Message-ID: <3DB725FE.1000506@redhat.com> Date: Wed, 23 Oct 2002 15:43: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/msg00486.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 and may I commit > the original patch plus these changes? Er, oops, PS: Can you please (separate) update the doco so that -var-assign has: - an example (steal something from your test case) - a note mentioning that the assigned object is intentionally included with a very brief rationale. Just get an ok from Eli on this one. Andrew