summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorqiyao <qiyao>2012-12-15 04:06:38 +0000
committerqiyao <qiyao>2012-12-15 04:06:38 +0000
commitc978718d0359f330421b037c26b8000350c2f762 (patch)
treeb72ff58e164cf84b490e4a3ac7af42ab1a056e5d /gdb/NEWS
parent529a26c810b9adbba5756cd381e06fe8d6705565 (diff)
downloadgdb-c978718d0359f330421b037c26b8000350c2f762.tar.gz
gdb/
2012-12-15 Yao Qi <yao@codesourcery.com> * remote-notif.c (_initialize_notif): Add new commands 'set debug notification' and 'show debug notification'. * NEWS: Mention these new commands. gdb/doc/ 2012-12-15 Yao Qi <yao@codesourcery.com> * gdb.texinfo (Debugging Output): Document 'set debug notification' and 'show debug notification'.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 52662fc459d..9912dc8ed00 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -71,6 +71,10 @@ enable type-printer [name]...
disable type-printer [name]...
Enable or disable type printers.
+set debug notification
+show debug notification
+ Control display of debugging info for async remote notification.
+
* Removed commands
** For the Renesas Super-H architecture, the "regs" command has been removed