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

Message ID 20231208-tui-status-rename-v1-0-db019efd7483@tromey.com
Headers
Series Rename TUI status code to follow the docs |

Message

Tom Tromey Dec. 8, 2023, 5:43 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.

---
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,