OSDN Git Service

Add commands for manually expanding macros and showing their
authorjimb <jimb>
Thu, 16 May 2002 21:15:50 +0000 (21:15 +0000)
committerjimb <jimb>
Thu, 16 May 2002 21:15:50 +0000 (21:15 +0000)
commitc981ca6eca163eef784ed7f2f5e6a316aba51daf
tree5839fab6686d0690a2e727ed6141cf1c77f8426d
parent527600ceff778ffe384faf011ad086c4d85a8766
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]