aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-07-06 07:37:39 -0600
committerTom Tromey <tom@tromey.com>2019-08-13 14:52:10 -0600
commit93858ad34ec1d2250d33365468c6721023786f51 (patch)
tree657fb60d2ec33cb724b1b8049bec8771c40db487 /gdb/ChangeLog
parente321e7ce753f27ca9664ca08a8314924b5771d61 (diff)
downloadgdb-93858ad34ec1d2250d33365468c6721023786f51.zip
gdb-93858ad34ec1d2250d33365468c6721023786f51.tar.gz
gdb-93858ad34ec1d2250d33365468c6721023786f51.tar.bz2
Remove tui_clear_exec_info_content
After the previous patch, all calls to tui_clear_exec_info_content come just after a call to tui_clear_source_content. Because these two windows are linked, I think it makes sense to have tui_clear_source_content simply do the work. So, this patch removes tui_clear_exec_info_content. gdb/ChangeLog 2019-08-13 Tom Tromey <tom@tromey.com> * tui/tui-winsource.h (tui_clear_exec_info_content): Don't declare. * tui/tui-winsource.c (tui_update_source_window_as_is) (tui_update_source_windows_with_addr, tui_erase_source_content): Update. (tui_clear_exec_info_content): Remove.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4f5231f..281aa55 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
2019-08-13 Tom Tromey <tom@tromey.com>
+ * tui/tui-winsource.h (tui_clear_exec_info_content): Don't
+ declare.
+ * tui/tui-winsource.c (tui_update_source_window_as_is)
+ (tui_update_source_windows_with_addr, tui_erase_source_content):
+ Update.
+ (tui_clear_exec_info_content): Remove.
+
+2019-08-13 Tom Tromey <tom@tromey.com>
+
* tui/tui-winsource.h (tui_erase_exec_info_content): Don't
declare.
* tui/tui-winsource.c (tui_source_window_base::refresh_all): Don't