public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Improve alignment of "info threads" output, align "Target Id" column
@ 2018-06-14 16:28 Pedro Alves
  2018-06-14 16:28 ` [PATCH 1/2] remote & target_extra_thread_info, use cache w/ qThreadExtraInfo and qP too Pedro Alves
  2018-06-14 16:28 ` [PATCH 2/2] Improve alignment of "info threads" output, align "Target Id" column Pedro Alves
  0 siblings, 2 replies; 4+ messages in thread
From: Pedro Alves @ 2018-06-14 16:28 UTC (permalink / raw)
  To: gdb-patches

Another bit taken from the multi-target branch.

It's long annoyed me that "info threads"'s columns are misaligned.  In
the multi-target branch, I experimented with adding target info to
"info threads", and the misalignment only got worse.  So I finally bit
the bullet and decided to address the alignment issue.  See patch #2.
Patch #1 is preparatory work to that avoids adding remote protocol
traffic.

Pedro Alves (2):
  remote & target_extra_thread_info, use cache w/ qThreadExtraInfo and
    qP too
  Improve alignment of "info threads" output, align "Target Id" column

 gdb/remote.c                        | 51 ++++++++++++++-----------------
 gdb/testsuite/gdb.threads/names.exp |  2 +-
 gdb/thread.c                        | 61 ++++++++++++++++++++++++-------------
 3 files changed, 63 insertions(+), 51 deletions(-)

-- 
2.14.3

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-06-29 19:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-14 16:28 [PATCH 0/2] Improve alignment of "info threads" output, align "Target Id" column Pedro Alves
2018-06-14 16:28 ` [PATCH 1/2] remote & target_extra_thread_info, use cache w/ qThreadExtraInfo and qP too Pedro Alves
2018-06-14 16:28 ` [PATCH 2/2] Improve alignment of "info threads" output, align "Target Id" column Pedro Alves
2018-06-29 19:56   ` Pedro Alves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).