From cf2ef009cd6921018b51e5e4a5cd7888ceca8db9 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 8 Dec 2023 10:14:41 -0700 Subject: 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". --- gdb/tui/tui-win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/tui/tui-win.c') diff --git a/gdb/tui/tui-win.c b/gdb/tui/tui-win.c index 9219c1f..28d894b 100644 --- a/gdb/tui/tui-win.c +++ b/gdb/tui/tui-win.c @@ -44,7 +44,7 @@ #include "tui/tui-data.h" #include "tui/tui-layout.h" #include "tui/tui-wingeneral.h" -#include "tui/tui-stack.h" +#include "tui/tui-status.h" #include "tui/tui-regs.h" #include "tui/tui-disasm.h" #include "tui/tui-source.h" -- cgit v1.1