From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3157 invoked by alias); 18 Feb 2014 15:07:50 -0000 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 Received: (qmail 3146 invoked by uid 89); 18 Feb 2014 15:07:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout21.012.net.il Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 18 Feb 2014 15:07:21 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0N1700L005Q47600@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Tue, 18 Feb 2014 17:07:17 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N1700LNO6047310@a-mtaout21.012.net.il>; Tue, 18 Feb 2014 17:07:17 +0200 (IST) Date: Tue, 18 Feb 2014 15:07:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 12/12] NEWS and Doc on --available-children-only In-reply-to: <530307EB.5070803@codesourcery.com> To: Yao Qi Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83ob24793m.fsf@gnu.org> References: <1392367471-13527-1-git-send-email-yao@codesourcery.com> <1392367471-13527-13-git-send-email-yao@codesourcery.com> <83ha82c9rf.fsf@gnu.org> <5301D9F4.5010306@codesourcery.com> <83zjlp93vz.fsf@gnu.org> <5302BE78.10400@codesourcery.com> <83ppml6m4r.fsf@gnu.org> <530307EB.5070803@codesourcery.com> X-IsSubscribed: yes X-SW-Source: 2014-02/txt/msg00566.txt.bz2 > Date: Tue, 18 Feb 2014 15:12:43 +0800 > From: Yao Qi > CC: > > On 02/18/2014 01:11 PM, Eli Zaretskii wrote: > > OK, thanks. I think I understand. I suggest, instead of this: > > > > If the @samp{--available-children-only} option is specified, then only > > value available or collected children of the varobj are considered. > > > > to say this: > > > > If the @samp{--available-children-only} option is specified, then > > @value(GDBN) considers only those children of the varobj whose > > values were collected. > > > > And in general, use "collected values" and "children whose values were > > collected" or "children with collected values" in other places. > > > > Does this correctly capture your intent? > > Yes, that is good to me. Here is the updated one. This version is OK. Thanks for persevering.