Simplify tui_source_window_base::maybe_update method
authorTom Tromey <tom@tromey.com>
Wed, 13 Nov 2019 00:08:25 +0000 (17:08 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 20 Dec 2019 16:15:50 +0000 (09:15 -0700)
commit1ae58f0c640ccef6ae9cc9b349547bb552274b69
tree9aba4df958f67834977290f5b9177f1e74bb41d2
parent039298ec451ecf1fa1b9ff1771168b0a5b3a6f68
Simplify tui_source_window_base::maybe_update method

tui_source_window_base::maybe_update takes a symtab_and_line, plus a
separate line number and PC.  Because a symtab_and_line already holds
a line number and a PC, it is possible to remove these extra
parameters.

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

* tui/tui-winsource.h (struct tui_source_window_base)
<maybe_update>: Remove line_no and addr parameters.
* tui/tui-stack.c (tui_show_frame_info): Set PC on sal.  Update.
* tui/tui-source.h (struct tui_source_window) <maybe_update>:
Update.
* tui/tui-source.c (tui_source_window::maybe_update): Remove
line_no and addr parameters.
* tui/tui-disasm.h (struct tui_disasm_window) <maybe_update>:
Update.
* tui/tui-disasm.c (tui_disasm_window::maybe_update): Remove
line_no and addr parameters.

Change-Id: I33d8e1a669a179544edb4197f5f7c5429dfc368e
gdb/ChangeLog
gdb/tui/tui-disasm.c
gdb/tui/tui-disasm.h
gdb/tui/tui-source.c
gdb/tui/tui-source.h
gdb/tui/tui-stack.c
gdb/tui/tui-winsource.h
This page took 0.025243 seconds and 4 git commands to generate.