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 #5 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=2f341b6e28e27fadd8160d95337c3aa854bcba3b

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

    List checkpoints in ascending order

    Before:
         (gdb) info checkpoints
           3 process 29132 at 0x4008ad, file foo.c, line 81
           2 process 29131 at 0x4008ad, file foo.c, line 81
           1 process 29130 at 0x4008ad, file foo.c, line 81
         * 0 Thread 0x7ffff7fc5740 (LWP 29128) (main process) at 0x4008ad, file
foo.c, line 81

    After:
         (gdb) info checkpoints
         * 0 Thread 0x7ffff7fc5740 (LWP 29128) (main process) at 0x4008ad, file
foo.c, line 81
           1 process 29130 at 0x4008ad, file foo.c, line 81
           2 process 29131 at 0x4008ad, file foo.c, line 81
           3 process 29132 at 0x4008ad, file foo.c, line 81

    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]