summaryrefslogtreecommitdiff
path: root/gdb/macrocmd.c
Commit message (Collapse)AuthorAgeFilesLines
* * macrocmd.c (info_macro_command): Remove newline from errorJim Blandy2002-07-171-1/+1
| | | | message.
* Call the command `info macro', not `show macro'.Jim Blandy2002-06-111-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'.
* Add commands for manually expanding macros and showing theirJim Blandy2002-05-161-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.