]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add commands for manually expanding macros and showing their
authorJim Blandy <jimb@codesourcery.com>
Thu, 9 May 2002 23:58:46 +0000 (23:58 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 9 May 2002 23:58:46 +0000 (23:58 +0000)
commit106a5ba80a6e084b7c2feff30e6f7ee0b821111a
tree9551f6f405be76fbb153f92aa95a994dc728532e
parent964c421091a7ffa9970d8368d5f83d9b1c00949c
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.
gdb/ChangeLog
gdb/Makefile.in
gdb/macrocmd.c [new file with mode: 0644]
gdb/macroscope.c [new file with mode: 0644]
gdb/macroscope.h [new file with mode: 0644]