]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Remove some explicit re-rendering from the TUI
authorTom Tromey <tom@tromey.com>
Tue, 23 Jul 2019 23:14:37 +0000 (17:14 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 20 Sep 2019 19:49:06 +0000 (13:49 -0600)
commitb3b1bde658c97fbccc1e49b79cc45e434591533e
tree90ed20063de66962b1f1fff770caa5735e59d5fb
parent71a25ed2e77fd72e01d38aa84f5a0fbe5f081474
Remove some explicit re-rendering from the TUI

A couple of spots in tui-layout.c still call the show_source_content
method.  However, now that re-rendering is done by the resize method,
these calls are no longer needed.

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

* tui/tui-layout.c (show_source_disasm_command)
(show_source_or_disasm_and_command): Don't call
show_source_content.
gdb/ChangeLog
gdb/tui/tui-layout.c