From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22567 invoked by alias); 16 May 2002 21:17:06 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 22540 invoked from network); 16 May 2002 21:17:04 -0000 Received: from unknown (HELO zwingli.cygnus.com) (208.245.165.35) by sources.redhat.com with SMTP; 16 May 2002 21:17:04 -0000 Received: by zwingli.cygnus.com (Postfix, from userid 442) id E9FB85EA11; Thu, 16 May 2002 16:17:03 -0500 (EST) To: gdb-patches@sources.redhat.com Subject: Re: RFA: add macro commands References: <20020509235822.DC4F95EA11@zwingli.cygnus.com> From: Jim Blandy Date: Thu, 16 May 2002 14:17:00 -0000 In-Reply-To: <20020509235822.DC4F95EA11@zwingli.cygnus.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-05/txt/msg00667.txt.bz2 I've committed this patch. This is the first user-visible change, so tests will be coming soon. Jim Blandy writes: > 2002-05-09 Jim Blandy > > Add commands for manually expanding macros and showing their > definitions. > * macrocmd.c, macroscope.c, macroscope.h: New files. > * Makefile.in (SFILES): Add macrocmd.c, macroscope.c. > (macroscope_h): New variable. > (HFILES_NO_SRCDIR): Add macroscope.h. > (COMMON_OBS): Add macrocmd.o, macroscope.o. > (macroscope.o, macrocmd.o): New rules.