diff options
author | Tom Tromey <tom@tromey.com> | 2019-07-06 08:10:50 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-08-13 14:52:10 -0600 |
commit | 5216580d7a1134a9349ec045b475f5b40f499e5e (patch) | |
tree | 4c6a230c52ac2e2344d1d004ad0a1aa688fdb5d5 /sim/aarch64 | |
parent | 93858ad34ec1d2250d33365468c6721023786f51 (diff) | |
download | gdb-5216580d7a1134a9349ec045b475f5b40f499e5e.zip gdb-5216580d7a1134a9349ec045b475f5b40f499e5e.tar.gz gdb-5216580d7a1134a9349ec045b475f5b40f499e5e.tar.bz2 |
Don't track the contents of the execution info window
The curses library keeps track of the contents of each window, and can
redraw the screen as needed. This means that in most cases is no need
for the TUI windows to also keep track of their contents. This patch
removes content tracking from the execution window, leaving that to
curses.
gdb/ChangeLog
2019-08-13 Tom Tromey <tom@tromey.com>
* tui/tui-winsource.h (struct tui_exec_info_window)
<~tui_exec_info_window, maybe_allocate_content, get_content,
m_content>: Remove.
(struct tui_source_window_base) <set_exec_info_content,
show_exec_info_content>: Don't declare.
* tui/tui-winsource.c
(tui_exec_info_window::maybe_allocate_content): Remove.
(tui_source_window_base::update_exec_info): Rename from
set_exec_info_content.
(tui_source_window_base::show_exec_info_content)
(tui_source_window_base::update_exec_info): Remove.
Diffstat (limited to 'sim/aarch64')
0 files changed, 0 insertions, 0 deletions