From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22431 invoked by alias); 4 Jul 2009 12:13:21 -0000 Received: (qmail 22421 invoked by uid 22791); 4 Jul 2009 12:13:20 -0000 X-SWARE-Spam-Status: No, hits=3.2 required=5.0 tests=AWL,BAYES_00,BOTNET,J_CHICKENPOX_37,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 04 Jul 2009 12:13:10 +0000 Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KM900M00B2R0400@i-mtaout1.012.net.il> for gdb-patches@sourceware.org; Sat, 04 Jul 2009 15:12:50 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.194.175]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KM900KB0B9CD0G0@i-mtaout1.012.net.il>; Sat, 04 Jul 2009 15:12:49 +0300 (IDT) Date: Sat, 04 Jul 2009 12:13:00 -0000 From: Eli Zaretskii Subject: Re: gdb.texinfo patch for -var-list-children (2) In-reply-to: To: Chris Genly Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83skhc1wam.fsf@gnu.org> References: 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: 2009-07/txt/msg00103.txt.bz2 > Date: Sat, 20 Jun 2009 14:33:02 -0700 > From: Chris Genly > Cc: gdb-patches@sourceware.org > > The gdb documentation for the MI command -var-list-children does not > define the exp result for a child. Exp and other child results documented. > > Change log > > 2009-06-20 Chris Genly > * doc/gdb.texinfo (GDB/MI Variable Objects): Document child > definition in -var-list-children. Added exp result for child. > > Patch > > Attached. Sorry for the delay. I committed this patch. Thanks.