This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: GDB as a loader 1/3: silent batch mode


> Date: Fri, 28 Oct 2005 16:38:36 -0400
> From: Daniel Jacobowitz <drow@false.org>
> Cc: Andrew STUBBS <andrew.stubbs@st.com>, 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 <andrew.stubbs@st.com>
> > > 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  <eliz@gnu.org>

	* 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
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]