diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 2 |
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. @@ -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 |