From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28356 invoked by alias); 29 Oct 2005 10:32:18 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 28302 invoked by uid 22791); 29 Oct 2005 10:32:15 -0000 Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Sat, 29 Oct 2005 10:32:15 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-228-251-213.inter.net.il [84.228.251.213]) by nitzan.inter.net.il (MOS 3.6.5-GR) with ESMTP id BUN53461 (AUTH halo1); Sat, 29 Oct 2005 12:32:11 +0200 (IST) Date: Sat, 29 Oct 2005 10:32:00 -0000 Message-Id: From: Eli Zaretskii To: gdb-patches@sources.redhat.com CC: gdb@sources.redhat.com In-reply-to: <20051028203836.GA3849@nevyn.them.org> (message from Daniel Jacobowitz on Fri, 28 Oct 2005 16:38:36 -0400) Subject: Re: RFC: GDB as a loader 1/3: silent batch mode Reply-to: Eli Zaretskii References: <4354DBFF.7000601@st.com> <43611474.7070609@st.com> <4361F3E3.9070701@st.com> <43622DED.8050401@st.com> <20051028203836.GA3849@nevyn.them.org> X-SW-Source: 2005-10/txt/msg00212.txt.bz2 > Date: Fri, 28 Oct 2005 16:38:36 -0400 > From: Daniel Jacobowitz > Cc: Andrew STUBBS , gdb@sources.redhat.com > > On Fri, Oct 28, 2005 at 07:23:18PM +0200, Eli Zaretskii wrote: > > > Date: Fri, 28 Oct 2005 14:55:57 +0100 > > > From: Andrew STUBBS > > > Cc: gdb@sources.redhat.com > > > > > > I was just using: make gdb.pdf > > > > > > The gdb.log file is attached. Maybe you can make more sense of it than I > > > can. > > > > I think I fixed the problem that caused this, but I cannot verify > > right now, since I don't have the necessary stuff installed where I > > type this. Could you please resync with the CVS repository and try > > "make gdb.pdf" again? > > Hi Eli, > > Could you please post the patch to gdb-patches? That's our standard > practice for every change, no matter how trivial. Sorry, forgot about that. Here it is. As you see, it was incorrect usage of @pxref. 2005-10-28 Eli Zaretskii * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under "The -var-update Command". Index: gdb/doc/gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.280 retrieving revision 1.281 diff -u -r1.280 -r1.281 --- gdb/doc/gdb.texinfo 3 Oct 2005 22:26:54 -0000 1.280 +++ gdb/doc/gdb.texinfo 28 Oct 2005 17:20:03 -0000 1.281 @@ -20636,9 +20636,9 @@ Update the value of the variable object @var{name} by evaluating its expression after fetching all the new values from memory or registers. A @samp{*} causes all existing variable objects to be updated. The -option @var{print-values} determines whether names and values, or just -names are printed in the manner described for -@code{@pxref{-var-list-children}}. +option @var{print-values} determines whether names both and values, or +just names are printed in the manner described for +@code{-var-list-children} (@pxref{-var-list-children}). @subsubheading Example