From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10371 invoked by alias); 29 Apr 2009 07:55:58 -0000 Received: (qmail 10363 invoked by uid 22791); 29 Apr 2009 07:55:57 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_37,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 29 Apr 2009 07:55:47 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n3T7tMYt004159; Wed, 29 Apr 2009 03:55:22 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n3T7tLHJ019290; Wed, 29 Apr 2009 03:55:21 -0400 Received: from host0.dyn.jankratochvil.net (sebastian-int.corp.redhat.com [172.16.52.221]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n3T7tHIY024304; Wed, 29 Apr 2009 03:55:20 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id n3T7tGha029227; Wed, 29 Apr 2009 09:55:16 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id n3T7tEe4029220; Wed, 29 Apr 2009 09:55:14 +0200 Date: Wed, 29 Apr 2009 07:55:00 -0000 From: Jan Kratochvil To: Joel Brobecker , Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [patch] Better display command-line macros + doc addon [Re: [patch] doc: Document macros defined from command-line] Message-ID: <20090429075514.GA27382@host0.dyn.jankratochvil.net> References: <20090306204631.GA27092@host0.dyn.jankratochvil.net> <20090309001422.GA29150@host0.dyn.jankratochvil.net> <20090428201659.GD31821@adacore.com> <83ab60dj42.fsf@gnu.org> <20090306204631.GA27092@host0.dyn.jankratochvil.net> <20090309001422.GA29150@host0.dyn.jankratochvil.net> <20090428201659.GD31821@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090428201659.GD31821@adacore.com> User-Agent: Mutt/1.5.19 (2009-01-05) 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-04/txt/msg00784.txt.bz2 On Tue, 28 Apr 2009 22:16:59 +0200, Joel Brobecker wrote: > > gdb/ > > 2009-03-09 Jan Kratochvil > > > > * macrocmd.c (info_macro_command): Print -Dname=value if LINE is zero. > > > gdb/testsuite/ > > 2009-03-09 Jan Kratochvil > > > > * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'. > > (info_macro): Remova `decimal' declaration. New variable `nonzero'. > > Replace all uses of `decimal' by `nonzero'. > > (info macro FROM_COMMANDLINE): New test. > > GDB and testsuite parts look OK to me. Thanks for doing this. > > > gdb/doc/ > > 2009-03-09 Jan Kratochvil > > > > * gdb.texinfo (Macros): Note command-line for `info macro'. Append > > a new part on command-line defined macros. > > I can't remember whether Eli approved the doco change or not, though. On Wed, 29 Apr 2009 09:17:17 +0200, Eli Zaretskii wrote: > Yes, I did, on March 6th and again on the 9th. http://sourceware.org/ml/gdb-patches/2009-03/msg00108.html Checked it in in its original form. http://sourceware.org/ml/gdb-cvs/2009-04/msg00203.html Thanks, Jan