Remove a call to update_exec_info
authorTom Tromey <tom@tromey.com>
Wed, 13 Nov 2019 07:16:39 +0000 (00:16 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 20 Dec 2019 16:15:55 +0000 (09:15 -0700)
commitae4393e22cee036eddfa19287cfe774d5f01bb7c
treeb60a489d109300db5f8d1e8fc5f1979c186640bb
parent77b97e006217ed089b588e6799a59334bd216c43
Remove a call to update_exec_info

tui_show_frame_info calls update_exec_info after calling
erase_source_content, but there's no need to do this, as
erase_source_content already clears the exec info.

gdb/ChangeLog
2019-12-20  Tom Tromey  <tom@tromey.com>

* tui/tui-stack.c (tui_show_frame_info): Don't call
update_exec_info.

Change-Id: I63d658561028ac1bc0a0a2b7ac17da1b9c6134fe
gdb/ChangeLog
gdb/tui/tui-stack.c
This page took 0.024052 seconds and 4 git commands to generate.