On Thu, 15 Jan 2015 20:29:07 +0100, Doug Evans wrote: > On Thu, Jan 15, 2015 at 10:33 AM, Jan Kratochvil wrote: > > I find maybe as good enough and with no risk of UI change flamewar to just > > sort the threads by their number. Currently they are printed as they happen > > in the internal GDB list which has no advantage. Printing thread #1 as the > > first one with assumed 'thread apply all bt' (after the core file is loaded) > > should make the complaint resolved I guess. > > > > No regressions on {x86_64,x86_64-m32,i686}-fedora22pre-linux-gnu. > > No objection to sorting the list, but if thread #1 is the important one, > then a concern could be it'll have scrolled off the screen (such a > concern has been voiced in another thread in another context), > and if not lost (say it's in an emacs buffer) one would still have > to scroll back to see it. > So one *could* still want #1 to be last. > Do we want an option to choose the sort direction? > [I wouldn't make it a global parameter, just an option to > thread apply.] Done. Thanks, Jan