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-aarch64-next-defconfig in repository toolchain/ci/binutils-gdb.
from 425124817e Automatic date update in version.in adds 489dbda6a8 Correctly compute length of DW_TAG_variant_part union adds d1da6b0160 Allow using less horizontal space in TUI source window adds a2a7af0c33 Add TUI border colors adds 484c9b643c Re-highlight windows when needed during TUI startup adds 517d261dfa Fix latent bug in tui_copy_source_line adds 82e3b5645f Treat inactive TUI specially in "info win" adds 5bbd8269fa gdb/fortran: array stride support adds 11a8b1641e gdb/dwarf: Introduce dwarf2_per_cu_int_type function adds 216a7e6b9e gdb: Dynamic string length support new 6dc4379b0d Automatic date update in version.in
The 1 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 | 105 +++++++++++ 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 | 192 +++++++++++++++++---- gdb/f-valprint.c | 10 +- gdb/gdbtypes.c | 104 +++++++++-- gdb/gdbtypes.h | 27 +++ gdb/testsuite/ChangeLog | 12 ++ gdb/testsuite/gdb.fortran/array-slices.exp | 67 +++++++ gdb/testsuite/gdb.fortran/array-slices.f90 | 70 ++++++++ .../gdb.fortran/derived-type-striding.exp | 37 ++++ .../gdb.fortran/derived-type-striding.f90 | 43 +++++ 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/unittests/tui-selftests.c | 48 ++++++ gdb/valarith.c | 11 ++ 29 files changed, 899 insertions(+), 89 deletions(-) create mode 100644 gdb/testsuite/gdb.fortran/array-slices.exp create mode 100644 gdb/testsuite/gdb.fortran/array-slices.f90 create mode 100644 gdb/testsuite/gdb.fortran/derived-type-striding.exp create mode 100644 gdb/testsuite/gdb.fortran/derived-type-striding.f90 create mode 100644 gdb/unittests/tui-selftests.c