aboutsummaryrefslogtreecommitdiff
path: root/gdb/macrocmd.c
AgeCommit message (Collapse)AuthorFilesLines
2002-07-17* macrocmd.c (info_macro_command): Remove newline from errorJim Blandy1-1/+1
message.
2002-06-11Call the command `info macro', not `show macro'.Jim Blandy1-4/+4
* gdb/macrocmd.c (info_macro_command): Renamed from `show_macro_command'. Fix error message. (_initialize_macrocmd): Register `info_macro_command' in `infolist', not `showlist'. * gdb/doc/gdb.texinfo (Macros): Call the command `info macro', not `show macro'.
2002-05-16Add commands for manually expanding macros and showing theirJim Blandy1-0/+287
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.