This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] NEWS: "info" commands now list in ascending order


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=be81798bb66a6f2d007983f466ba4fdeb7141578

commit be81798bb66a6f2d007983f466ba4fdeb7141578
Author: Pedro Alves <palves@redhat.com>
Date:   Tue Nov 24 18:11:23 2015 +0000

    NEWS: "info" commands now list in ascending order
    
    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.

Diff:
---
 gdb/ChangeLog | 5 +++++
 gdb/NEWS      | 4 ++++
 2 files changed, 9 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6035c49..fbc56ac 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/NEWS b/gdb/NEWS
index 78d1328..31072b7 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -24,6 +24,10 @@
 
 * 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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]