[v2,0/2] Rename TUI status code to follow the docs

Message ID 20231213-tui-status-rename-v2-0-e87cbf6d1d2b@tromey.com
Headers
Series Rename TUI status code to follow the docs |

Message

Tom Tromey Dec. 13, 2023, 8:03 p.m. UTC
  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,