public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Rename TUI status code to follow the docs
@ 2023-12-13 20:03 Tom Tromey
  2023-12-13 20:03 ` [PATCH v2 1/2] Rename tui-stack -> tui-status Tom Tromey
  2023-12-13 20:03 ` [PATCH v2 2/2] Rename TUI locator window -> status Tom Tromey
  0 siblings, 2 replies; 6+ messages in thread
From: Tom Tromey @ 2023-12-13 20:03 UTC (permalink / raw)
  To: gdb-patches

The TUI status window is called the "locator" in the code and appears
in tui-stack.[ch].  This has always confused me, and so I finally got
around to writing this series to rename both the files and the class.

---
Changes in v2:
- Rebased and fixed up a couple minor issues that this introduced
- Link to v1: https://inbox.sourceware.org/gdb-patches/20231208-tui-status-rename-v1-0-db019efd7483@tromey.com

---
Tom Tromey (2):
      Rename tui-stack -> tui-status
      Rename TUI locator window -> status

 gdb/Makefile.in                       |  4 ++--
 gdb/tui/tui-data.c                    |  4 ++--
 gdb/tui/tui-data.h                    |  2 +-
 gdb/tui/tui-disasm.c                  |  2 +-
 gdb/tui/tui-hooks.c                   |  2 +-
 gdb/tui/tui-layout.c                  |  6 +++---
 gdb/tui/tui-location.c                |  6 +++---
 gdb/tui/tui-location.h                |  6 +++---
 gdb/tui/tui-source.c                  |  2 +-
 gdb/tui/{tui-stack.c => tui-status.c} | 28 ++++++++++++++--------------
 gdb/tui/{tui-stack.h => tui-status.h} | 14 +++++++-------
 gdb/tui/tui-win.c                     |  2 +-
 gdb/tui/tui-wingeneral.c              |  2 +-
 gdb/tui/tui-winsource.c               |  2 +-
 gdb/tui/tui.c                         |  4 ++--
 15 files changed, 43 insertions(+), 43 deletions(-)
---
base-commit: 63fc64a8d0ea8cb0bce0137db68503a75a6ecfe4
change-id: 20231208-tui-status-rename-ec68ef88991e

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


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

end of thread, other threads:[~2023-12-21 23:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-13 20:03 [PATCH v2 0/2] Rename TUI status code to follow the docs Tom Tromey
2023-12-13 20:03 ` [PATCH v2 1/2] Rename tui-stack -> tui-status Tom Tromey
2023-12-21 13:24   ` Alexandra Petlanova Hajkova
2023-12-13 20:03 ` [PATCH v2 2/2] Rename TUI locator window -> status Tom Tromey
2023-12-21 15:37   ` Alexandra Petlanova Hajkova
2023-12-21 23:41     ` 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).