aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 7db94e7..e157df8 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,17 @@
+2013-12-23 Joel Brobecker <brobecker@adacore.com>
+
+ * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
+ in menu.
+ (GDB/MI Variable Objects): Adjust reference to "-list-features"
+ command, now in a new node.
+ (GDB/MI Support Commands): New node, with its contents being
+ extracted from the "GDB/MI Miscellaneous Commands" node.
+ A small paragraph introducing the section is also added at
+ the start.
+ (GDB/MI Miscellaneous Commands): Delete the description of the
+ -info-gdb-mi-command, -list-features and -list-target-features
+ commands, now hosted in the "GDB/MI Support Commands" node.
+
2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
PR python/16113