From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6693 invoked by alias); 18 Jun 2009 14:42:27 -0000 Received: (qmail 6684 invoked by uid 22791); 18 Jun 2009 14:42:26 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_37,SPF_PASS X-Spam-Check-By: sourceware.org Received: from fencepost.gnu.org (HELO fencepost.gnu.org) (140.186.70.10) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 18 Jun 2009 14:42:21 +0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MHIol-0006uX-QT; Thu, 18 Jun 2009 10:42:19 -0400 From: Eli Zaretskii To: Chris Genly CC: gdb-patches@sourceware.org In-reply-to: (message from Chris Genly on Wed, 17 Jun 2009 13:48:21 -0700) Subject: Re: gdb.texinfo patch for -var-list-children Reply-to: Eli Zaretskii References: Message-Id: Date: Thu, 18 Jun 2009 14:42:00 -0000 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/msg00472.txt.bz2 > Date: Wed, 17 Jun 2009 13:48:21 -0700 > From: Chris Genly > > The gdb documentation for the MI command -var-list-children does not > match what Eclipse DSF expects, nor what Cygwin gcc generates. This > patch corrects the documentation. Thanks, this patch is approved. But please format the ChangeLog entry according to our standards: it should mention the file name and the node name where you make the changes. See gdb/doc/ChangeLog for examples. Do you have write access to the GDB repository? If you do, please commit the changes after you fix the log entry. If not, I will commit this when I get back from traveling (if no one else beats me to it). Thanks again for working on this.