From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6621 invoked by alias); 20 Jun 2009 08:45:21 -0000 Received: (qmail 6609 invoked by uid 22791); 20 Jun 2009 08:45:19 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_37,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 20 Jun 2009 08:45:08 +0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1MHwC6-0006Wj-IA for gdb-patches@sources.redhat.com; Sat, 20 Jun 2009 08:45:02 +0000 Received: from h86-62-88-129.ln.rinet.ru ([86.62.88.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Jun 2009 08:45:02 +0000 Received: from vladimir by h86-62-88-129.ln.rinet.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 20 Jun 2009 08:45:02 +0000 To: gdb-patches@sources.redhat.com From: Vladimir Prus Subject: Re: gdb.texinfo patch for -var-list-children (2) Date: Sat, 20 Jun 2009 08:45:00 -0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.9 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-06/txt/msg00529.txt.bz2 Chris Genly wrote: > Description > > 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. > > Sorry I didn't document this with the last patch. But my > understanding of MI commands is still increasing. > > Change log > > 2009-06-19 Chris Genly > * doc/gdb.texinfo (GDB/MI Variable Objects): Document child > definition in -var-list-children. Added exp result for child. > > Patch > > Index: gdb.texinfo > =================================================================== > RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v > retrieving revision 1.600 > diff -c -p -r1.600 gdb.texinfo > *** gdb.texinfo 15 Jun 2009 12:11:36 -0000 1.600 > --- gdb.texinfo 20 Jun 2009 04:07:54 -0000 > *************** Returns the format used to display the v I suggest you use unified diffs for patches (cvs diff -u). The default "context" format is some historically-inflicted thing that is hard to read. - Volodya