aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorYao Qi <yao@codesourcery.com>2012-12-15 04:06:40 +0000
committerYao Qi <yao@codesourcery.com>2012-12-15 04:06:40 +0000
commitc9b6281a3613cf8ac8f5d2e05c4c73e73f8d5fe7 (patch)
tree3ce61e19baa6bd389375444f82e02dd2105b94f9 /gdb/ChangeLog
parent722247f1cb9ab5678ad078ba0ba02070cb03a34b (diff)
downloadgdb-c9b6281a3613cf8ac8f5d2e05c4c73e73f8d5fe7.zip
gdb-c9b6281a3613cf8ac8f5d2e05c4c73e73f8d5fe7.tar.gz
gdb-c9b6281a3613cf8ac8f5d2e05c4c73e73f8d5fe7.tar.bz2
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/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e985645..ea24d83 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
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.
+
+2012-12-15 Yao Qi <yao@codesourcery.com>
+
* Makefile.in (REMOTE_OBS): Add "remote-notif.o".
(SFILES): Add "remote-notif.c".
(HFILES_NO_SRCDIR): Add "remote-notif.h" and "common/queue.h".