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

Re: [PATCH 0/6] PR 17539 - inferiors/threads etc. print in reverse order


On 10/22/2015 10:58 AM, Pedro Alves wrote:
> PR 17539 points out that "info inferiors" lists inferiors in
> decreasing order.  I audited the "info" sub commands, and GDB is
> inconsistent on this issue in several places.  Some commands list in
> ascending order, while others in descending order.
> 

...

> This patch series switches all "descending order" commands I found to
> ascending order, and adjusts manual and testsuite accordingly.
> 
> Pedro Alves (6):
>   Make gdb.python/py-inferior.exp test names unique
>   Linux: dump the signalled thread first
>   List inferiors/threads/pspaces in ascending order
>   List checkpoints in ascending order
>   List displays in ascending order
>   NEWS: "info" commands now list in ascending order

This is now pushed.

Thanks,
Pedro Alves


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