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-allyesconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 0111684298 [readline] Fix compilation on MinGW adds a3504e9654 clear_detail can only be called on TUI source windows adds 2afade5dbe Remove struct tui_layout_def adds 62cf57fee7 Move current_layout to tui-layout.c adds 6925809176 Remove tui_make_all_visible adds 3f3ffe54e2 Simplify tui_make_all_invisible adds cc0c3ffbc9 Two simplifications in tui-layout.c adds 16cb7910b9 Make tui_default_win_height static adds 22c3f4909a Simplify tui_show_disassem adds fede52738f Delete invisible TUI windows adds b4ef5aeb3a Change tui_check_and_display_highlight_if_needed to be a method adds 0bd27e079a Change tui_show_source_content to be a method adds 37a4a13104 Change tui_set_exec_info_content to be a method adds 7ba913dcdf Change tui_update_exec_info to be a method adds 7b56485db5 Move code to tui-winsource.h adds 8270ac6229 Turn tui_show_exec_info_content into a method adds e321e7ce75 Remove tui_erase_exec_info_content adds 93858ad34e Remove tui_clear_exec_info_content adds 5216580d7a Don't track the contents of the execution info window adds 6405cd73c0 Remove tui_gen_win_info::last_visible_line adds 414b840430 Automatic date update in version.in
No new revisions were added by this update.
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(-)