Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] Use check-mark for current row of CLI table
@ 2025-05-09 20:18 Tom Tromey
  2025-05-09 20:18 ` [PATCH 1/2] Introduce ui_out::field_check_mark Tom Tromey
  2025-05-09 20:18 ` [PATCH 2/2] Allow check-mark to be changed for CLI Tom Tromey
  0 siblings, 2 replies; 27+ messages in thread
From: Tom Tromey @ 2025-05-09 20:18 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

This series changes CLI table output to use a check mark or other
string instead of the current "*" when emoji output is enabled.  The
default in this case is now a Unicode check mark symbol.

Regression tested on x86-64 Fedora 41.

Signed-off-by: Tom Tromey <tromey@adacore.com>
---
Tom Tromey (2):
      Introduce ui_out::field_check_mark
      Allow check-mark to be changed for CLI

 gdb/NEWS                         |  6 ++++++
 gdb/ada-tasks.c                  |  5 +----
 gdb/cli-out.c                    |  8 ++++++++
 gdb/cli-out.h                    |  2 ++
 gdb/cli/cli-style.c              | 32 ++++++++++++++++++++++++++++++++
 gdb/cli/cli-style.h              |  3 +++
 gdb/doc/gdb.texinfo              | 10 ++++++++++
 gdb/inferior.c                   |  6 +-----
 gdb/linux-fork.c                 |  5 +----
 gdb/progspace.c                  |  6 +-----
 gdb/target-connection.c          |  6 ++----
 gdb/testsuite/gdb.base/style.exp |  4 ++++
 gdb/thread.c                     |  6 +-----
 gdb/ui-out.c                     |  9 +++++++++
 gdb/ui-out.h                     | 13 +++++++++++++
 15 files changed, 94 insertions(+), 27 deletions(-)
---
base-commit: 3fabf85b5cb0271fcd70047489a6513362cb4ea9
change-id: 20250509-emoji-check-mark-36415e813a85

Best regards,
-- 
Tom Tromey <tromey@adacore.com>


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

end of thread, other threads:[~2025-06-30 23:59 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-09 20:18 [PATCH 0/2] Use check-mark for current row of CLI table Tom Tromey
2025-05-09 20:18 ` [PATCH 1/2] Introduce ui_out::field_check_mark Tom Tromey
2025-05-14  2:10   ` Kevin Buettner
2025-05-09 20:18 ` [PATCH 2/2] Allow check-mark to be changed for CLI Tom Tromey
2025-05-10  6:23   ` Eli Zaretskii
2025-05-10  6:32   ` Eli Zaretskii
2025-05-16 14:18     ` Tom Tromey
2025-05-16 16:09       ` Eli Zaretskii
2025-05-23 15:00         ` Kévin Le Gouguec
2025-05-23 15:42           ` Eli Zaretskii
2025-06-11 13:53           ` Tom Tromey
2025-05-14 15:41   ` Andrew Burgess
2025-05-16 14:20     ` Tom Tromey
2025-05-16 16:16       ` Eli Zaretskii
2025-06-25 19:11         ` Pedro Alves
2025-06-26  5:51           ` Eli Zaretskii
2025-06-26 10:35             ` Pedro Alves
2025-06-26 12:32               ` Eli Zaretskii
2025-06-30 23:51                 ` Pedro Alves
2025-06-30 23:58                   ` Pedro Alves
2025-05-19 12:54       ` Andrew Burgess
2025-06-20 16:22   ` Pedro Alves
2025-06-24 16:58     ` Tom Tromey
2025-06-25 10:05       ` Pedro Alves
2025-06-25 15:43         ` Tom Tromey
2025-06-25 17:21           ` Pedro Alves
2025-06-27 16:17             ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox