Add commands for manually expanding macros and showing their
authorJim Blandy <jimb@codesourcery.com>
Thu, 16 May 2002 21:15:53 +0000 (21:15 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 16 May 2002 21:15:53 +0000 (21:15 +0000)
commit6821892ed4f6f609e09b137d7163c712ded7a0be
tree74686f27cbf4aff713fd491778b2f4c8055dee3f
parent2e2761252bc9d29d6b96fce80d677991ef5c4e75
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]
This page took 0.024738 seconds and 4 git commands to generate.