From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30596 invoked by alias); 25 Jan 2008 09:59:46 -0000 Received: (qmail 30588 invoked by uid 22791); 25 Jan 2008 09:59:45 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 25 Jan 2008 09:59:20 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-250-87.inter.net.il [80.230.250.87]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id IYW32381 (AUTH halo1); Fri, 25 Jan 2008 11:56:45 +0200 (IST) Date: Fri, 25 Jan 2008 10:38:00 -0000 Message-Id: From: Eli Zaretskii To: "Marc Khouzam" CC: gdb-patches@sourceware.org In-reply-to: <6D19CA8D71C89C43A057926FE0D4ADAA04290E62@ecamlmw720.eamcs.ericsson.se> (marc.khouzam@ericsson.com) Subject: Re: [PATCH]: MI -var-set-format Reply-to: Eli Zaretskii References: <6D19CA8D71C89C43A057926FE0D4ADAA04290E62@ecamlmw720.eamcs.ericsson.se> 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: 2008-01/txt/msg00605.txt.bz2 > Date: Thu, 24 Jan 2008 16:35:19 -0500 > From: "Marc Khouzam" > > Index: doc/gdb.texinfo > =================================================================== > RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v > retrieving revision 1.459 > diff -u -r1.459 gdb.texinfo > --- doc/gdb.texinfo 23 Jan 2008 11:26:29 -0000 1.459 > +++ doc/gdb.texinfo 24 Jan 2008 21:32:51 -0000 > @@ -20058,6 +20058,9 @@ > recommended to use the @samp{--all-values} option, to reduce the > number of MI commands needed on each program stop. > > +To know if a variable object or any of its children has changed value in any > +format instead of only the current one, the variable object and all its children > +should be in the natural format before issuing the @code{-var-update} command. Sorry, I don't understand what this sentence is trying to say. What does it mean ``the object should be in the natural format before issuing the command''? How can an object ``be'' in some format? And how would its format help me know that it changed its value? What am I missing here?