aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2015-11-24 18:11:22 +0000
committerPedro Alves <palves@redhat.com>2015-11-24 18:38:07 +0000
commit62147a2265e322c758743edf13a1377fdcb62479 (patch)
treed4334a278d93c27446b07f93319a86a235f919ba /gdb/ChangeLog
parent2f341b6e28e27fadd8160d95337c3aa854bcba3b (diff)
downloadgdb-62147a2265e322c758743edf13a1377fdcb62479.zip
gdb-62147a2265e322c758743edf13a1377fdcb62479.tar.gz
gdb-62147a2265e322c758743edf13a1377fdcb62479.tar.bz2
List displays in ascending order
Before: (gdb) info display Auto-display expressions now in effect: Num Enb Expression 3: y 1 2: y 1 1: y 1 After: (gdb) info display Auto-display expressions now in effect: Num Enb Expression 1: y 1 2: y 1 3: y 1 gdb/ChangeLog: 2015-11-24 Pedro Alves <palves@redhat.com> PR 17539 * printcmd.c (display_command): Append new display at the end of the list. gdb/testsuite/ChangeLog: 2015-11-24 Pedro Alves <palves@redhat.com> PR 17539 * gdb.base/display.exp: Expect displays to be sorted in ascending order. Use multi_line. * gdb.base/solib-display.exp: Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 760aa80..6035c49 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,12 @@
2015-11-24 Pedro Alves <palves@redhat.com>
PR 17539
+ * printcmd.c (display_command): Append new display at the end of
+ the list.
+
+2015-11-24 Pedro Alves <palves@redhat.com>
+
+ PR 17539
* printcmd.c (display_command): Append new display at the end of
the list.