From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4241 invoked by alias); 2 Oct 2002 22:54:34 -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 4234 invoked from network); 2 Oct 2002 22:54:34 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 2 Oct 2002 22:54:34 -0000 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 9A8138000E1; Wed, 2 Oct 2002 18:54:33 -0400 (EDT) Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id CD0BA3ED5; Wed, 2 Oct 2002 18:54:37 -0400 (EDT) Message-ID: <3D9B792D.3000108@redhat.com> Date: Wed, 02 Oct 2002 15:54: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: Keith Seitz , gdb-patches@sources.redhat.com Subject: Re: Patch for gdb/mi problem 672 References: <3D9B31B9.A80FD9A@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-10/txt/msg00083.txt.bz2 > mi/ChangeLog: > > 2002-10-02 Jeff Johnston > > * mi-cmd-var.c (mi_cmd_var_update): Fix for PR gdb/672. For m2, output > list begin and end for "changelist" rather than tuple begin/end. > (varobj_update_one): For m2, add tuple begin and end for varobj update output. > > > testsuite/gdb.mi/ChangeLog: > > 2002-10-02 Jeff Johnston > > * mi-var-block.exp: Change expected output from -var-update > command to expect list format for "changelist". Fix for > PR gdb/672. > * mi-var-cmd.exp: Ditto. > * mi-var-child: Ditto. Yes, ok. The example that is part of the MI documentation (I'm assuming that there is an example :-) will also need to be changed. Again, this should be mentioned in the NEWS file. Hmm, suggest something like adding to the ``Default MI output changed'' section with: Fixed PR gdb/672: ..... So that the news file ends up with a list of changes so far included in mi2. Andrew