diff options
author | Tom Tromey <tom@tromey.com> | 2023-12-08 10:14:41 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-12-21 16:43:02 -0700 |
commit | cf2ef009cd6921018b51e5e4a5cd7888ceca8db9 (patch) | |
tree | 3b5bd58675d767151bd650ca251978b21426dc92 /gdb/tui/tui-location.c | |
parent | 333a6b1a6399992cc98ac34727acf38136b770e6 (diff) | |
download | gdb-cf2ef009cd6921018b51e5e4a5cd7888ceca8db9.zip gdb-cf2ef009cd6921018b51e5e4a5cd7888ceca8db9.tar.gz gdb-cf2ef009cd6921018b51e5e4a5cd7888ceca8db9.tar.bz2 |
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".
Diffstat (limited to 'gdb/tui/tui-location.c')
-rw-r--r-- | gdb/tui/tui-location.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tui/tui-location.c b/gdb/tui/tui-location.c index 9d6d29b..da41d63 100644 --- a/gdb/tui/tui-location.c +++ b/gdb/tui/tui-location.c @@ -17,7 +17,7 @@ #include "defs.h" #include "tui/tui.h" -#include "tui/tui-stack.h" +#include "tui/tui-status.h" #include "tui/tui-data.h" #include "tui/tui-location.h" #include "symtab.h" |