diff options
author | Tom Tromey <tom@tromey.com> | 2019-06-23 10:25:03 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-06-25 07:48:49 -0600 |
commit | 02c28df011542448e99041e32bec331c92b39945 (patch) | |
tree | cbcb4d98a9179e83fa769c8c200664a510d61aee /gdb/cli | |
parent | 6658b1bf6c2d8d9383826bdfd4068b77d38b3b94 (diff) | |
download | binutils-02c28df011542448e99041e32bec331c92b39945.zip binutils-02c28df011542448e99041e32bec331c92b39945.tar.gz binutils-02c28df011542448e99041e32bec331c92b39945.tar.bz2 |
Use bool for is_exec_point
This changes tui_source_element::is_exec_point to be a bool. I looked
at also changing "has_break", but it turns out that this field is used
inconsistently (sometimes as flags and sometimes as a bool), and so
needs more invesstigation before it can be changed.
gdb/ChangeLog
2019-06-25 Tom Tromey <tom@tromey.com>
* tui/tui-winsource.c (tui_clear_source_content)
(tui_source_window_base::set_is_exec_point_at): Update.
* tui/tui-source.c (tui_set_source_content_nil): Update.
* tui/tui-data.h (struct tui_source_element) <is_exec_point>: Now
a bool.
* tui/tui-data.c (init_content_element): Update.
Diffstat (limited to 'gdb/cli')
0 files changed, 0 insertions, 0 deletions