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.
This commit is contained in:
Pedro Alves 2015-11-24 18:11:23 +00:00
parent 62147a2265
commit be81798bb6
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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)