public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] [gdb/tui] Add tui border-kind active-ascii
@ 2023-05-08 14:10 Tom de Vries
  2023-05-08 14:10 ` [PATCH 1/3] [gdb/tui] Make tui_update_variables more readable Tom de Vries
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Tom de Vries @ 2023-05-08 14:10 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tom Tromey

I wrote a patch that adds a new tui border-kind: active-ascii.

That patch makes changes in function tui_update_variables, and I ended up
writing a patch that simplifies it by factoring out some functions, to make
subsequent changes in the function easier.

While factoring out one of the functions, I noticed a pre-existing buglet in
one of them, so I wrote a separate patch to fix this.

Tested on x86_64-linux, by rebuilding and running test-cases gdb.tui/*.exp and
gdb.python/tui*.exp for each patch.

Tom de Vries (3):
  [gdb/tui] Make tui_update_variables more readable
  [gdb/tui] Fix buglet in set_border_kind_item
  [gdb/tui] Add tui border-kind active-ascii

 gdb/doc/gdb.texinfo                 |   4 +
 gdb/testsuite/gdb.tui/tui-focus.exp |   7 +-
 gdb/testsuite/lib/tuiterm.exp       |  49 +++++-----
 gdb/tui/tui-win.c                   | 139 +++++++++++++++++++++-------
 gdb/tui/tui-win.h                   |   6 ++
 gdb/tui/tui-wingeneral.c            |  17 +++-
 6 files changed, 163 insertions(+), 59 deletions(-)


base-commit: c239019c9f649867c686204d1ac8947a963784d8
-- 
2.35.3


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

end of thread, other threads:[~2023-12-15 20:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-08 14:10 [PATCH 0/3] [gdb/tui] Add tui border-kind active-ascii Tom de Vries
2023-05-08 14:10 ` [PATCH 1/3] [gdb/tui] Make tui_update_variables more readable Tom de Vries
2023-12-15 19:48   ` Tom Tromey
2023-05-08 14:10 ` [PATCH 2/3] [gdb/tui] Fix buglet in set_border_kind_item Tom de Vries
2023-05-22 14:47   ` [pushed] [gdb/tui] Fix buglet in tui_update_variables Tom de Vries
2023-05-08 14:10 ` [PATCH 3/3] [gdb/tui] Add tui border-kind active-ascii Tom de Vries
2023-12-15 19:50   ` Tom Tromey
2023-12-15 20:04     ` Eli Zaretskii

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