From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5458 invoked by alias); 8 Feb 2007 17:58:02 -0000 Received: (qmail 5444 invoked by uid 22791); 8 Feb 2007 17:58:01 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Thu, 08 Feb 2007 17:57:54 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1HFDWn-0004jb-IX; Thu, 08 Feb 2007 12:57:49 -0500 Date: Thu, 08 Feb 2007 17:58:00 -0000 From: Daniel Jacobowitz To: Nick Roberts Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] MI: Add value field to output of -var-create Message-ID: <20070208175749.GA17845@nevyn.them.org> Mail-Followup-To: Nick Roberts , gdb-patches@sources.redhat.com References: <17818.12006.696879.216415@kahikatea.snap.net.nz> <20070105150747.GD24554@nevyn.them.org> <17839.14615.772612.987502@kahikatea.snap.net.nz> <20070120190903.GA22153@nevyn.them.org> <17842.36650.58436.387233@kahikatea.snap.net.nz> <17860.5394.631978.403208@kahikatea.snap.net.nz> <20070204140955.GA8764@nevyn.them.org> <17862.21280.730210.678232@kahikatea.snap.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17862.21280.730210.678232@kahikatea.snap.net.nz> User-Agent: Mutt/1.5.13 (2006-08-11) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00089.txt.bz2 On Mon, Feb 05, 2007 at 10:41:52AM +1300, Nick Roberts wrote: Content-Description: message body and .signature > > Could you please post a full patch, including changelog? I'm finding > > that when you update just bits of a patch in each message, it is > > virtually impossible for me to find all of the current pieces. I think > > this patch will be fine, though. > > Sure. The code change is just one line (below). The testsuite changes are > in the attachment. Thanks. This is OK. > 2007-02-05 Nick Roberts > > * mi/mi-cmd-var.c (mi_cmd_var_create): Add value field. > > > 2007-02-05 Nick Roberts > > * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp, > * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp, > * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp, > * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp, > * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp, > * gdb.mi/gdb792.exp, gdb.mi/gdb792.exp, > * lib/mi-support.exp: > Update tests to include value field in output of -var-create. Please only put the * on the first line - a comma shouldn't be followed by a *. -- Daniel Jacobowitz CodeSourcery