diff options
author | matt rice <ratmice@gmail.com> | 2011-07-21 17:23:55 +0000 |
---|---|---|
committer | matt rice <ratmice@gmail.com> | 2011-07-21 17:23:55 +0000 |
commit | edc849905405c3c77b7655f669f874e8b0d227e0 (patch) | |
tree | 33a266fc747f143133db072acf8ecb26e00895a1 /gdb | |
parent | 3a7bf607dafb0fb44581e94f47d4eecc26881ed1 (diff) | |
download | gdb-edc849905405c3c77b7655f669f874e8b0d227e0.zip gdb-edc849905405c3c77b7655f669f874e8b0d227e0.tar.gz gdb-edc849905405c3c77b7655f669f874e8b0d227e0.tar.bz2 |
* NEWS: Add info macros and info definitions commands.
Diffstat (limited to 'gdb')
-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 a1cb4ba..a75f831 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 |