]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Remove a call to show_source_line from TUI
authorTom Tromey <tom@tromey.com>
Mon, 28 Sep 2020 02:30:30 +0000 (20:30 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 28 Sep 2020 02:30:31 +0000 (20:30 -0600)
commitc15c15c8d998af6676562d15b9a1f1dcac1fa3ea
tree98bd517cd4da26b2a654cb854a546456d0ad2eb9
parent149830c137f351cb41888f87493cc42a72dbeac7
Remove a call to show_source_line from TUI

This removes a call to show_source_line from tui_source_window_base.
This call isn't needed because this function already calls the
'refill' method if the state changed.

gdb/ChangeLog
2020-09-27  Tom Tromey  <tom@tromey.com>

* tui/tui-winsource.c
(tui_source_window_base::set_is_exec_point_at): Don't call
show_source_line.
gdb/ChangeLog
gdb/tui/tui-winsource.c