summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS2
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a1cb4ba06a8..a75f83191ed 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-21 Matt Rice <ratmice@gmail.com>
+
+ * NEWS: Add info macros and info definitions commands.
+
2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
* NEWS: Document Python prompt substitution hook.
diff --git a/gdb/NEWS b/gdb/NEWS
index 8d15cec7962..263b70b5539 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -45,6 +45,8 @@
the first connection is made. The listening port used by GDBserver will
become available after that.
+* New commands "info macros", and "info definitions" have been added.
+
* Changed commands
watch EXPRESSION mask MASK_VALUE