diff options
author | Tom Tromey <tom@tromey.com> | 2019-07-14 08:27:34 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-08-30 12:57:02 -0600 |
commit | 18bb55c7225dfd07ec8d75226a83da1872db8b90 (patch) | |
tree | b7a56d031345a4a8eed81b4aace4b6983b5c3105 /gdb/tui/tui-win.h | |
parent | 1f6d2f100ae6de462f1e81b5de17de059f6b17ef (diff) | |
download | gdb-18bb55c7225dfd07ec8d75226a83da1872db8b90.zip gdb-18bb55c7225dfd07ec8d75226a83da1872db8b90.tar.gz gdb-18bb55c7225dfd07ec8d75226a83da1872db8b90.tar.bz2 |
Remove tui_data_window::display_all_data
tui_data_window::rerender clears the data item windows, and then calls
display_all_data. However, that method only does anything if the
contents are not empty. So, display_all_data can be renamed and the
wrapper removed.
gdb/ChangeLog
2019-08-30 Tom Tromey <tom@tromey.com>
* tui/tui-regs.h (struct tui_data_window) <display_all_data>:
Don't declare.
* tui/tui-regs.c (tui_data_window::show_registers): Call
rerender.
(tui_data_window::rerender): Rename from display_all_data.
(tui_data_window::rerender): Remove old implementation.
Diffstat (limited to 'gdb/tui/tui-win.h')
0 files changed, 0 insertions, 0 deletions