This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from b4c555cfc4 Fix detection of missing plugin for LTO objects. new d4ab829a24 Remove m_has_locator new 2d83e710a1 Remove separate visibility flag new 20149b6b20 Remove "noerror" parameter from some TUI functions new ed8358e949 Change tui_update_source_window_as_is to be a method new 017f982820 Change tui_update_source_window to be a method new 2ddaf61443 Change tui_update_breakpoint_info to be a method new 81c82c4b90 Introduce tui_source_window_base::set_contents method new bb01dbfc04 Change tui_show_symtab_source to be a method new e699d33164 Remove useless assignment from tui_remove_hooks
The 9 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/ChangeLog | 118 +++++++++++++++++++++++++++++++++++++++++++++++ gdb/tui/tui-data.c | 6 +-- gdb/tui/tui-data.h | 8 +++- gdb/tui/tui-disasm.c | 35 +++++++------- gdb/tui/tui-disasm.h | 7 ++- gdb/tui/tui-hooks.c | 1 - gdb/tui/tui-layout.c | 7 --- gdb/tui/tui-regs.c | 9 ++-- gdb/tui/tui-source.c | 67 +++++++++++---------------- gdb/tui/tui-source.h | 16 +++---- gdb/tui/tui-win.c | 14 +++--- gdb/tui/tui-wingeneral.c | 8 ++-- gdb/tui/tui-winsource.c | 78 +++++++++++++------------------ gdb/tui/tui-winsource.h | 39 ++++++++-------- gdb/tui/tui.c | 2 +- 15 files changed, 253 insertions(+), 162 deletions(-)