This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from bf4985257d Document define-prefix command and the use of . in command names. adds 425124817e Automatic date update in version.in adds 489dbda6a8 Correctly compute length of DW_TAG_variant_part union new d1da6b0160 Allow using less horizontal space in TUI source window new a2a7af0c33 Add TUI border colors new 484c9b643c Re-highlight windows when needed during TUI startup new 517d261dfa Fix latent bug in tui_copy_source_line new 82e3b5645f Treat inactive TUI specially in "info win"
The 5 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: bfd/version.h | 2 +- gdb/ChangeLog | 61 ++++++++++++++++++ gdb/Makefile.in | 1 + gdb/NEWS | 16 +++++ gdb/cli/cli-style.c | 81 +++++++++++++++++------- gdb/cli/cli-style.h | 17 ++++- gdb/doc/ChangeLog | 9 +++ gdb/doc/gdb.texinfo | 22 +++++++ gdb/dwarf2read.c | 11 +++- gdb/tui/tui-disasm.c | 2 +- gdb/tui/tui-io.c | 8 +-- gdb/tui/tui-io.h | 3 + gdb/tui/tui-source.c | 15 ++++- gdb/tui/tui-win.c | 43 +++++++++++++ gdb/tui/tui-win.h | 3 + gdb/tui/tui-wingeneral.c | 8 +++ gdb/tui/tui-winsource.c | 17 +++-- gdb/tui/tui-winsource.h | 10 ++- gdb/tui/tui.c | 5 +- gdb/{test-target.c => unittests/tui-selftests.c} | 37 +++++++---- 20 files changed, 313 insertions(+), 58 deletions(-) copy gdb/{test-target.c => unittests/tui-selftests.c} (55%)