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-stable-allyesconfig in repository toolchain/ci/binutils-gdb.
from 6a25e8a290 Mark guile_{extension_,}script_ops as static adds cff32449e8 [gdb/target] Fix pretty-printer for MPX bnd registers adds a50faaf620 [gdb/testsuite] Add XFAILs in gdb.rust/simple.exp for incorr [...] adds d2dd1084c1 Remove two TUI comments adds 6d7fd9aa47 Remove tui_default_win_viewport_height adds 5c45899e28 Remove tui_win_is_auxiliary adds a7798e7f7d Remove declaration from tui-wingeneral.h adds 7523da63ca Make TUI window handle a unique_ptr adds a31bff9d2d Don't call erase_data_content from tui_data_window::show_registers adds 61f0556832 Automatic date update in version.in adds abcf2cc85a [gdb/testsuite] Fix ada tests with -fPIE/-pie adds 6dfc004112 gdb/testsuite: Fix typos in infcall-nested-structs.c new c2c440a903 Move declaration of varobjdebug to header new 26344e0c53 Include gdbtk.h to avoid declarations
The 2 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 | 73 +++++++++++++++++++++++++ gdb/main.c | 7 +-- gdb/mi/mi-cmd-var.c | 2 - gdb/python/lib/gdb/printer/bound_registers.py | 2 +- gdb/testsuite/ChangeLog | 19 +++++++ gdb/testsuite/gdb.base/infcall-nested-structs.c | 20 +++---- gdb/testsuite/gdb.rust/simple.exp | 56 +++++++++++++++++-- gdb/testsuite/lib/ada.exp | 25 +++++++++ gdb/tui/tui-command.c | 8 +-- gdb/tui/tui-data.c | 11 ---- gdb/tui/tui-data.h | 17 ++++-- gdb/tui/tui-disasm.c | 10 +++- gdb/tui/tui-io.c | 23 ++++---- gdb/tui/tui-layout.c | 69 ++--------------------- gdb/tui/tui-layout.h | 2 - gdb/tui/tui-regs.c | 34 ++++++------ gdb/tui/tui-stack.c | 14 ++--- gdb/tui/tui-win.c | 6 +- gdb/tui/tui-wingeneral.c | 22 ++------ gdb/tui/tui-wingeneral.h | 2 - gdb/tui/tui-winsource.c | 22 ++++---- gdb/tui/tui.c | 6 +- gdb/tui/tui.h | 2 - gdb/varobj.c | 2 +- gdb/varobj.h | 5 ++ 26 files changed, 274 insertions(+), 187 deletions(-)