public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Style related fixes
@ 2021-01-14  9:56 Andrew Burgess
  2021-01-14  9:56 ` [PATCH 1/2] gdb: don't print escape characters when a style is disabled Andrew Burgess
  2021-01-14  9:56 ` [PATCH 2/2] gdb: add new version style Andrew Burgess
  0 siblings, 2 replies; 13+ messages in thread
From: Andrew Burgess @ 2021-01-14  9:56 UTC (permalink / raw)
  To: gdb-patches

Patch #1 - fixes some places where GDB would print escape characters
           even when it was not going to change colour.

Patch #2 - Adds a new 'version' style, for styling the GDB version
           number.

Thanks,
Andrew

---

Andrew Burgess (2):
  gdb: don't print escape characters when a style is disabled
  gdb: add new version style

 gdb/ChangeLog                    |  19 ++
 gdb/NEWS                         |   5 +
 gdb/cli/cli-style.c              |  17 +-
 gdb/cli/cli-style.h              |   6 +-
 gdb/doc/ChangeLog                |   4 +
 gdb/doc/gdb.texinfo              |  12 +
 gdb/testsuite/ChangeLog          |  16 ++
 gdb/testsuite/gdb.base/style.exp | 449 +++++++++++++++++++------------
 gdb/testsuite/lib/gdb-utils.exp  |   1 +
 gdb/top.c                        |  11 +-
 gdb/utils.c                      |  18 +-
 11 files changed, 371 insertions(+), 187 deletions(-)

-- 
2.25.4


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

end of thread, other threads:[~2021-01-22 15:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-14  9:56 [PATCH 0/2] Style related fixes Andrew Burgess
2021-01-14  9:56 ` [PATCH 1/2] gdb: don't print escape characters when a style is disabled Andrew Burgess
2021-01-20 19:34   ` Tom Tromey
2021-01-21 12:06     ` Andrew Burgess
2021-01-21 16:08       ` Andrew Burgess
2021-01-22 15:26         ` Tom Tromey
2021-01-22 15:21       ` Tom Tromey
2021-01-14  9:56 ` [PATCH 2/2] gdb: add new version style Andrew Burgess
2021-01-14 10:35   ` Andrew Burgess
2021-01-14 11:15   ` Lancelot SIX
2021-01-20 19:39     ` Tom Tromey
2021-01-14 14:08   ` Eli Zaretskii
2021-01-20 19:39   ` Tom Tromey

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).