diff options
Diffstat (limited to 'gdb/tui/tui-stack.h')
-rw-r--r-- | gdb/tui/tui-stack.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/tui/tui-stack.h b/gdb/tui/tui-stack.h index 86239b0..b6ffa98 100644 --- a/gdb/tui/tui-stack.h +++ b/gdb/tui/tui-stack.h @@ -63,6 +63,14 @@ struct tui_locator_window : public tui_gen_win_info CORE_ADDR addr = 0; /* Architecture associated with code at this location. */ struct gdbarch *gdbarch = nullptr; + +private: + + /* Create the status line to display as much information as we can + on this single line: target name, process number, current + function, current line, current PC, SingleKey mode. */ + + std::string make_status_line () const; }; extern void tui_update_locator_fullname (const char *); |