From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22881 invoked by alias); 15 Apr 2007 10:32:08 -0000 Received: (qmail 22872 invoked by uid 22791); 15 Apr 2007 10:32:08 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 15 Apr 2007 11:32:06 +0100 Received: (qmail 11605 invoked from network); 15 Apr 2007 10:32:04 -0000 Received: from unknown (HELO ?172.16.64.38?) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 15 Apr 2007 10:32:04 -0000 From: Vladimir Prus To: Nick Roberts Subject: Re: Ping: frozen variable objects Date: Sun, 15 Apr 2007 10:35:00 -0000 User-Agent: KMail/1.9.1 Cc: Daniel Jacobowitz , Eli Zaretskii , gdb-patches@sources.redhat.com References: <200703251351.43195.vladimir@codesourcery.com> <20070414161353.GA24574@caradoc.them.org> <17953.23395.177793.84085@farnswood.snap.net.nz> In-Reply-To: <17953.23395.177793.84085@farnswood.snap.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704151431.58128.vladimir@codesourcery.com> 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-04/txt/msg00234.txt.bz2 On Sunday 15 April 2007 02:53, Nick Roberts wrote: > > > The range of values for fields with specified values, e.g., > > > -@code{in_scope} (@pxref{-var-update}) may be extended. > > > +@code{in_scope} (@pxref{-var-update-fields}) may be extended. > > > > Doesn't that read a little odd to you? I'd think '-var-update fields' > > at least. > > Also the name that is displayed shouldn't change, so pxref needs to be > called with two arguments: > > > @code{in_scope} (@pxref{-var-update fields, -var-update}) may be extended. That does not seem to work in a sensible way. In PDF, you get "-var-update fields" only, and info has: (*note -var-update: -var-update fields.) which makes no sense whatsoever. - Volodya