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 22a2ab04f5 Disable dw2-dir-file-name.exp on remote and/or Windows host. new 65962b20b6 Simplify TUI boxing new ed4a1084d7 Remove FIXMEs from tui-layout.c new f2dda47784 Move locator code to tui-stack.c new e2a678a557 Avoid string_file in tui_make_status_line new a54700c6c4 Move contents of tui_show_frame_info to new method new 088f37dd90 Change tui_addr_is_displayed into a method new c9033fe839 Change tui_line_is_displayed to be a method new 002f15c277 Remove tui_alloc_source_buffer new e25d200487 Turn tui_erase_source_content into a method new c398c3d0b5 Remove tui_clear_source_content new f4ce562c7f Minor simplification in tui_default_win_viewport_height new 46f438e3d5 Remove tui_initialize_static_data new ee556432c4 Rename the "reset" method to "resize" new 3891b65efe Change TUI source window iteration new db502012fc TUI window resize should not need invisibility
The 15 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 | 160 +++++++++++++++++++++++++++++++++++++++++++++++ gdb/tui/tui-command.c | 35 +++++++++++ gdb/tui/tui-command.h | 16 +++-- gdb/tui/tui-data.c | 56 ----------------- gdb/tui/tui-data.h | 53 +++++----------- gdb/tui/tui-disasm.c | 51 ++++++++++++++- gdb/tui/tui-disasm.h | 14 +++++ gdb/tui/tui-interp.c | 2 - gdb/tui/tui-layout.c | 133 +++++++++++++++++---------------------- gdb/tui/tui-regs.c | 2 +- gdb/tui/tui-source.c | 46 +++++++++++++- gdb/tui/tui-source.h | 13 ++++ gdb/tui/tui-stack.c | 78 +++++------------------ gdb/tui/tui-stack.h | 27 ++++++++ gdb/tui/tui-win.c | 24 +++---- gdb/tui/tui-wingeneral.c | 8 +-- gdb/tui/tui-wingeneral.h | 2 +- gdb/tui/tui-winsource.c | 150 +++++++------------------------------------- gdb/tui/tui-winsource.h | 108 ++++++++++++++++++++++++++++---- 19 files changed, 580 insertions(+), 398 deletions(-)