From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11425 invoked by alias); 1 Apr 2008 13:23:54 -0000 Received: (qmail 11407 invoked by uid 22791); 1 Apr 2008 13:23:53 -0000 X-Spam-Check-By: sourceware.org Received: from imr2.ericy.com (HELO imr2.ericy.com) (198.24.6.3) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 01 Apr 2008 13:23:32 +0000 Received: from eusrcmw750.eamcs.ericsson.se (eusrcmw750.exu.ericsson.se [138.85.77.50]) by imr2.ericy.com (8.13.1/8.13.1) with ESMTP id m31DNUQi006930; Tue, 1 Apr 2008 08:23:31 -0500 Received: from ecamlmw720.eamcs.ericsson.se ([142.133.1.72]) by eusrcmw750.eamcs.ericsson.se with Microsoft SMTPSVC(6.0.3790.1830); Tue, 1 Apr 2008 08:23:30 -0500 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: -var-update @ Date: Tue, 01 Apr 2008 13:56:00 -0000 Message-ID: <6D19CA8D71C89C43A057926FE0D4ADAA04290FF9@ecamlmw720.eamcs.ericsson.se> In-Reply-To: <200804011517.48261.apoenitz@trolltech.com> From: "Marc Khouzam" To: =?iso-8859-1?Q?Andr=E9_P=F6nitz?= , 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-04/txt/msg00007.txt.bz2 > As an example I don't need the 'intermediate level' of public/protected/p= rivate > information for C++ objects, since I do not want to display that anyway. > Yet I have to ask for --all-children, wait for the response, parse it, on= ly to > discover that it cointains a, say, private and a public block, and ask ag= ain > for the 'real' children now. So that's two full roundtrips for what could= be one... That is good example of something that would be nice to improve. Maybe having a -depth option to the var-list-children command? In DSF, we always go to a full depth, so we have no real use for having to separately query at each level of children. Marc