This is the mail archive of the gdb-prs@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]

[Bug cli/17539] inferiors print in reverse order


https://sourceware.org/bugzilla/show_bug.cgi?id=17539

--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Pedro Alves <palves@sourceware.org>:

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

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

    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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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