aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-11-12 17:26:50 -0700
committerTom Tromey <tom@tromey.com>2019-12-20 09:15:52 -0700
commit61c33f105c71d27386e5b3cc6e1c5f71efe7ed01 (patch)
tree3d61884a4c61df3cb404f931731d617fc4fe6060 /gdb/breakpoint.c
parent469b073133fa35b54ab4f1bc3dee42ccede84689 (diff)
downloadgdb-61c33f105c71d27386e5b3cc6e1c5f71efe7ed01.zip
gdb-61c33f105c71d27386e5b3cc6e1c5f71efe7ed01.tar.gz
gdb-61c33f105c71d27386e5b3cc6e1c5f71efe7ed01.tar.bz2
Change tui_source_window_base::set_contents to return bool
This changes tui_source_window_base::set_contents to return bool, rather than tui_status. It also changes one implementation of set_contents to use early returns rather than a variable, which IMO makes it easier to follow. gdb/ChangeLog 2019-12-20 Tom Tromey <tom@tromey.com> * tui/tui-winsource.h (struct tui_source_window_base) <set_contents>: Return bool. * tui/tui-winsource.c (tui_source_window_base::update_source_window_as_is): Update. * tui/tui-source.h (struct tui_source_window) <set_contents>: Return bool. * tui/tui-source.c (tui_source_window::set_contents): Return bool. Simplify. * tui/tui-disasm.h (struct tui_disasm_window) <set_contents>: Return bool. * tui/tui-disasm.c (tui_disasm_window::set_contents): Return bool. Change-Id: I8c5212400cd7aadf35760c22d5344cd3b9435674
Diffstat (limited to 'gdb/breakpoint.c')
0 files changed, 0 insertions, 0 deletions