NEWS: "info" commands now list in ascending order
authorPedro Alves <palves@redhat.com>
Tue, 24 Nov 2015 18:11:23 +0000 (18:11 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 24 Nov 2015 18:38:42 +0000 (18:38 +0000)
gdb/ChangeLog:
2015-11-24  Pedro Alves  <palves@redhat.com>

* NEWS: Mention that a few "info" commands now list the
corresponding items in ascending ID order.

gdb/ChangeLog
gdb/NEWS

index 6035c49..fbc56ac 100644 (file)
@@ -1,5 +1,10 @@
 2015-11-24  Pedro Alves  <palves@redhat.com>
 
+       * NEWS: Mention that a few "info" commands now list the
+       corresponding items in ascending ID order.
+
+2015-11-24  Pedro Alves  <palves@redhat.com>
+
        PR 17539
        * printcmd.c (display_command): Append new display at the end of
        the list.
index 78d1328..31072b7 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
 
 * GDB now supports displaced stepping on AArch64 GNU/Linux.
 
+* "info threads", "info inferiors", "info display", "info checkpoints"
+  and "maint info program-spaces" now list the corresponding items in
+  ascending ID order, for consistency with all other "info" commands.
+
 * New commands
 
 maint set target-non-stop (on|off|auto)