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 86c6b807f5 Require readline 7 or newer adds 5067f530c3 Automatic date update in version.in adds 74c2c1f45f Fixes for gdb.python tests on remote Windows host. adds abc6c00fb6 [gdb/testsuite] Fix gdb.gdb/selftest.exp regexp adds 29c9291108 Don't include readline headers from tracepoint.c new 0111684298 [readline] Fix compilation on MinGW new a3504e9654 clear_detail can only be called on TUI source windows new 2afade5dbe Remove struct tui_layout_def new 62cf57fee7 Move current_layout to tui-layout.c new 6925809176 Remove tui_make_all_visible new 3f3ffe54e2 Simplify tui_make_all_invisible new cc0c3ffbc9 Two simplifications in tui-layout.c new 16cb7910b9 Make tui_default_win_height static new 22c3f4909a Simplify tui_show_disassem new fede52738f Delete invisible TUI windows new b4ef5aeb3a Change tui_check_and_display_highlight_if_needed to be a method new 0bd27e079a Change tui_show_source_content to be a method new 37a4a13104 Change tui_set_exec_info_content to be a method new 7ba913dcdf Change tui_update_exec_info to be a method new 7b56485db5 Move code to tui-winsource.h new 8270ac6229 Turn tui_show_exec_info_content into a method new e321e7ce75 Remove tui_erase_exec_info_content new 93858ad34e Remove tui_clear_exec_info_content new 5216580d7a Don't track the contents of the execution info window new 6405cd73c0 Remove tui_gen_win_info::last_visible_line
The 20 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 | 186 +++++++++++++++ gdb/testsuite/ChangeLog | 33 +++ gdb/testsuite/gdb.gdb/selftest.exp | 2 +- gdb/testsuite/gdb.python/py-completion.exp | 84 +++---- gdb/testsuite/gdb.python/py-events.exp | 2 +- gdb/testsuite/gdb.python/py-evsignal.exp | 2 +- gdb/testsuite/gdb.python/py-evthreads.exp | 2 +- .../gdb.python/py-framefilter-invalidarg.exp | 2 +- gdb/testsuite/gdb.python/py-framefilter.exp | 14 +- .../gdb.python/py-mi-var-info-path-expression.exp | 3 +- gdb/testsuite/gdb.python/py-objfile-script.exp | 2 +- gdb/testsuite/gdb.python/py-objfile.exp | 21 +- gdb/testsuite/gdb.python/py-pp-maint.exp | 2 +- gdb/testsuite/gdb.python/py-pp-registration.exp | 2 +- gdb/testsuite/gdb.python/py-section-script.exp | 21 +- gdb/testsuite/gdb.python/py-symtab.exp | 4 +- gdb/tracepoint.c | 7 - gdb/tui/tui-command.c | 8 - gdb/tui/tui-command.h | 2 - gdb/tui/tui-data.c | 53 ++--- gdb/tui/tui-data.h | 61 +---- gdb/tui/tui-disasm.c | 3 +- gdb/tui/tui-layout.c | 256 ++++++++++----------- gdb/tui/tui-layout.h | 2 - gdb/tui/tui-regs.c | 16 +- gdb/tui/tui-regs.h | 1 - gdb/tui/tui-stack.c | 4 +- gdb/tui/tui-win.c | 19 +- gdb/tui/tui-wingeneral.c | 29 +-- gdb/tui/tui-wingeneral.h | 6 +- gdb/tui/tui-winsource.c | 119 +++------- gdb/tui/tui-winsource.h | 57 +++-- readline/ChangeLog.gdb | 5 + readline/colors.c | 2 +- 35 files changed, 564 insertions(+), 470 deletions(-)