From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5577 invoked by alias); 15 Jul 2005 09:42:51 -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 5552 invoked by uid 22791); 15 Jul 2005 09:42:48 -0000 Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 15 Jul 2005 09:42:48 +0000 Received: from farnswood.snap.net.nz (p162-tnt2.snap.net.nz [202.124.108.162]) by viper.snap.net.nz (Postfix) with ESMTP id 6AA2D5E422A; Fri, 15 Jul 2005 21:42:45 +1200 (NZST) Received: by farnswood.snap.net.nz (Postfix, from userid 501) id AEB7F62A99; Fri, 15 Jul 2005 10:44:15 +0100 (BST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17111.34158.924213.986532@farnswood.snap.net.nz> Date: Fri, 15 Jul 2005 09:42:00 -0000 To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH: gdb/mi + doco] -var-update In-Reply-To: References: <16929.8147.933720.246602@farnswood.snap.net.nz> <16955.41017.161288.832646@farnswood.snap.net.nz> <20050401024942.GA2179@white> <17013.35649.62745.226730@farnswood.snap.net.nz> <20050502040526.GA10023@nevyn.them.org> <17013.54662.20554.239976@farnswood.snap.net.nz> <20050617034329.GH17013@nevyn.them.org> <20050617140410.GA24575@nevyn.them.org> <20050703195630.GM13811@nevyn.them.org> <17097.42837.514419.9496@farnswood.snap.net.nz> <17097.64927.197634.566992@farnswood.snap.net.nz> X-SW-Source: 2005-07/txt/msg00132.txt.bz2 Eli Zaretskii writes: > > 2005-07-05 Nick Roberts > > > > * gdb.texinfo (GDB/MI Variable Objects): Describe print-values > > option for -var-list-children and -var-update. > > (GDB/MI Stack Manipulation): Simplify description of > > print-values option for -stack-list-locals. Say that > > -stack-select-frame changes selected frame, not current one. > > (GDB/MI Command Description Format): Clarify. > > (Mode Options): Spelling of superseded. > > Thanks, this is fine. Committed. Nick