From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5747 invoked by alias); 11 Nov 2002 17:12:45 -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 5737 invoked from network); 11 Nov 2002 17:12:41 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 11 Nov 2002 17:12:41 -0000 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id 0A4E4800019; Mon, 11 Nov 2002 12:12:41 -0500 (EST) Message-ID: <3DCFE508.D3ACB9AC@redhat.com> Date: Mon, 11 Nov 2002 09:12:00 -0000 From: "J. Johnston" Organization: Red Hat Inc. X-Accept-Language: en MIME-Version: 1.0 To: Eli Zaretskii Cc: ac131313@redhat.com, gdb-patches@sources.redhat.com Subject: Re: Patch for gdb/mi problem 702 References: <3DB7209F.B1AC2251@redhat.com> <3DB725FE.1000506@redhat.com> <3DCC2FB6.9FEC8C6@redhat.com> <9743-Sun10Nov2002000233+0200-eliz@is.elta.co.il> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00311.txt.bz2 Eli Zaretskii wrote: > > > Date: Fri, 08 Nov 2002 16:42:14 -0500 > > From: "J. Johnston" > > > > > > Just get an ok from Eli on this one. > > > > > > Andrew > > > > I have attached the requested doc change. Eli, ok to commit? > > Yes, thanks. Thanks. Patch committed. All changes for this PR are now checked in. I left out the ChangeLog entry in my last post, so I have included it here. gdb/mi/ChangeLog: 2002-11-11 Jeff Johnston * gdbmi.texinfo (-var-assign): Add comments about interaction with -var-update and add an example. Part of fix for gdb/702. -- Jeff J.