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 12cf8b93da0 Re: PR26656, power10 libstdc++.so segfault in __cxxabiv1::_ [...] new 5f278258cca Remove test duplicate from gdb.tui new 149830c137f Use an inner window in tui_py_window new c15c15c8d99 Remove a call to show_source_line from TUI new 9e820dec13e Use a curses pad for source and disassembly windows new 35a982372fd Use ISCNTRL in tui_copy_source_line new 2c72d5e58a5 Rewrite tui_puts
The 6 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 | 54 +++++++++++++++++++++ gdb/python/py-tui.c | 59 ++++++++++++----------- gdb/testsuite/ChangeLog | 4 ++ gdb/testsuite/gdb.tui/new-layout.exp | 10 ++-- gdb/tui/tui-disasm.c | 9 ++-- gdb/tui/tui-io.c | 75 ++++++++++++++++++++++++----- gdb/tui/tui-io.h | 3 +- gdb/tui/tui-source.c | 29 ++++++++---- gdb/tui/tui-source.h | 11 +++++ gdb/tui/tui-winsource.c | 92 ++++++++++++++++++------------------ gdb/tui/tui-winsource.h | 41 +++++++++++----- gdb/unittests/tui-selftests.c | 6 +-- 12 files changed, 275 insertions(+), 118 deletions(-)