diff options
author | Pedro Alves <palves@redhat.com> | 2015-11-24 18:11:23 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2015-11-24 18:38:42 +0000 |
commit | be81798bb66a6f2d007983f466ba4fdeb7141578 (patch) | |
tree | 97fceb1b1dc081c5e9e39e914a9ffa8520024769 /gdb/NEWS | |
parent | 62147a2265e322c758743edf13a1377fdcb62479 (diff) | |
download | gdb-be81798bb66a6f2d007983f466ba4fdeb7141578.zip gdb-be81798bb66a6f2d007983f466ba4fdeb7141578.tar.gz gdb-be81798bb66a6f2d007983f466ba4fdeb7141578.tar.bz2 |
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.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |