public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Rename TUI status code to follow the docs
@ 2023-12-08 17:43 Tom Tromey
  2023-12-08 17:43 ` [PATCH 1/2] Rename tui-stack -> tui-status Tom Tromey
  2023-12-08 17:43 ` [PATCH 2/2] Rename TUI locator window -> status Tom Tromey
  0 siblings, 2 replies; 5+ messages in thread
From: Tom Tromey @ 2023-12-08 17:43 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.

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

 gdb/Makefile.in                       |  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 ++--
 14 files changed, 41 insertions(+), 41 deletions(-)
---
base-commit: 7543c960b00ddea23f6105eff4358ec214a7f93c
change-id: 20231208-tui-status-rename-ec68ef88991e

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


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-08 17:43 [PATCH 0/2] Rename TUI status code to follow the docs Tom Tromey
2023-12-08 17:43 ` [PATCH 1/2] Rename tui-stack -> tui-status Tom Tromey
2023-12-13 13:35   ` Alexandra Petlanova Hajkova
2023-12-13 20:00     ` Tom Tromey
2023-12-08 17:43 ` [PATCH 2/2] Rename TUI locator window -> status 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).