Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-07-17 | * macrocmd.c (info_macro_command): Remove newline from error | Jim Blandy | 1 | -1/+1 | |
message. | |||||
2002-06-11 | Call the command `info macro', not `show macro'. | Jim Blandy | 1 | -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-16 | Add commands for manually expanding macros and showing their | Jim Blandy | 1 | -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. |