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 1c66b8a0398 Another fix for EFI generation with LTO enabled. new efe1b6507b7 gdb/testsuite: fix line feed scrolling in tuiterm.exp new 58c6d2ac109 gdb/tui: improve errors from tui focus command new a4f8f290270 gdb/tui: disable tui mode when an assert triggers new 9bea9aa7d29 gdb/tui: make m_horizontal_offset private new 6acafdaef76 gdb/tui: rewrite of tui_source_window_base to handle very l [...] new d2a5ea5622e gdb/tui: avoid extra refresh_window on horizontal scroll new 99c15700fd4 gdb/tui: avoid extra refresh_window on vertical scroll new 2d46b103a52 gdb/tui: more debug output
The 8 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/event-top.c | 8 + gdb/testsuite/gdb.tui/tui-disasm-long-lines.exp | 6 +- gdb/testsuite/gdb.tui/tui-focus.exp | 85 +++++++++- gdb/testsuite/lib/tuiterm.exp | 18 +- gdb/tui/tui-layout.c | 15 +- gdb/tui/tui-layout.h | 49 ++++++ gdb/tui/tui-win.c | 40 ++++- gdb/tui/tui-winsource.c | 216 +++++++++++++++++++++--- gdb/tui/tui-winsource.h | 69 +++++++- gdb/tui/tui.h | 3 + gdb/utils.c | 7 +- 11 files changed, 470 insertions(+), 46 deletions(-)