aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b601cbb..7a1e58d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+2011-11-12 Matt Rice <ratmice@gmail.com>
+
+ * macrocmd.c (macro_no_macro_info): New function.
+ (macro_expand_command): Use macro_no_macro_info.
+ (macro_expand_once_command): Ditto.
+ (info_macro_command): Add argument processing,
+ move info_definitions_command here.
+ (_initialize_macrocmd): Remove info definitions command.
+ Add arguments to info macro help text.
+ * NEWS: Replace info definitions command with new info macro options.
+
2011-11-11 Keith Seitz <keiths@redhat.com>
PR gdb/12843