From: Pedro Alves Date: Tue, 24 Nov 2015 18:11:23 +0000 (+0000) Subject: NEWS: "info" commands now list in ascending order X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=be81798bb66a6f2d007983f466ba4fdeb7141578;p=deliverable%2Fbinutils-gdb.git NEWS: "info" commands now list in ascending order gdb/ChangeLog: 2015-11-24 Pedro Alves * NEWS: Mention that a few "info" commands now list the corresponding items in ascending ID order. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6035c49497..fbc56ac13f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2015-11-24 Pedro Alves + + * NEWS: Mention that a few "info" commands now list the + corresponding items in ascending ID order. + 2015-11-24 Pedro Alves PR 17539 diff --git a/gdb/NEWS b/gdb/NEWS index 78d132800c..31072b7fd3 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)