Rename tui-stack -> tui-status
authorTom Tromey <tom@tromey.com>
Fri, 8 Dec 2023 17:14:41 +0000 (10:14 -0700)
committerTom Tromey <tom@tromey.com>
Thu, 21 Dec 2023 23:43:02 +0000 (16:43 -0700)
commitcf2ef009cd6921018b51e5e4a5cd7888ceca8db9
tree3b5bd58675d767151bd650ca251978b21426dc92
parent333a6b1a6399992cc98ac34727acf38136b770e6
Rename tui-stack -> tui-status

The TUI status line is called the "status" window in the
documentation, but not in the source.  There, the relevant files are
named "tui-stack", which to me makes it sound like they have something
to do with backtraces.  This patch renames them to "tui-status".
13 files changed:
gdb/Makefile.in
gdb/tui/tui-data.c
gdb/tui/tui-disasm.c
gdb/tui/tui-hooks.c
gdb/tui/tui-layout.c
gdb/tui/tui-location.c
gdb/tui/tui-source.c
gdb/tui/tui-status.c [moved from gdb/tui/tui-stack.c with 99% similarity]
gdb/tui/tui-status.h [moved from gdb/tui/tui-stack.h with 100% similarity]
gdb/tui/tui-win.c
gdb/tui/tui-wingeneral.c
gdb/tui/tui-winsource.c
gdb/tui/tui.c