This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/binutils-gdb.
from 7a9bd3b4e2 sim: erc32/m32c/rl78: add sim_memory_map stub for gdb adds c0e5674584 [gdb/testsuite] Fix gdb.tui/tui-layout-asm.exp with -m32 adds cca043e071 Automatic date update in version.in adds de8d420310 asan: unwind-ia64.c: stack buffer overflow adds 83962f8340 Also compare frame_id_is_next in frapy_richcompare adds 5fc2d6aa06 Refresh regs window in display_registers_from adds 3537bc23d9 Don't fill regs window with a negative number of spaces adds 4cf28e918a Don't draw register sub windows outside the visible area adds 38a143aa8c ld: Remove x86 ISA level run-time tests adds d6f2700b48 Automatic date update in version.in adds 5fb9763991 gdb/testsuite: fix implementation of delete line in tuiterm.exp adds cd074e0415 gdb/tui: fix issue with handling the return character adds 0309f9549d sim/rx: define sim_memory_map adds 93a01471f3 sim/rx: fix an issue where we try to modify a const string adds 1c3e93a41f sim/rx: fill in missing 'void' for empty argument lists adds 73d4725f21 sim/rx: mark some functions as static adds 4b42639636 sim/rx: delete an unused function adds b9fe995797 sim/rx: provide a format string for printf adds 783a7b12d3 sim/rx: move some variable declarations to the start of the block adds ae41b4ce9f sim/rx: use PRIx64 in printf format string adds fab2b376e3 sim/rx: add some missing includes adds da9ecd6085 sim/rx: avoid pointer arithmetic on void * pointers adds 6bf99988c6 sim/rx: enable build with warnings adds 2708dbbd58 gdb/python: reformat an error string adds a53a265752 gdb/tui: restore delete of window objects adds 1cf2399651 gdb/tui: don't add windows to global list from tui_layout:wi [...] adds e0c23e11da gdb/python: don't allow the user to delete window title attributes adds 29db1eb339 gdb: return true in TuiWindow.is_valid only if TUI is enabled adds 9b3e4b5d74 gdb: Do not interrupt atomic sequences for ARC adds 4001d90dde [gdb/testsuite] Use DW_FORM_ref_addr in gdb.dwarf2/enqueued- [...] new 80b652efa2 Fix an illegal memory access when parsing a corrupt assembler file.
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 +- binutils/ChangeLog | 5 + binutils/unwind-ia64.c | 4 + gas/ChangeLog | 6 + gas/dwarf2dbg.c | 12 +- gdb/ChangeLog | 76 +++++++++ gdb/arc-linux-tdep.c | 77 ++++++++- gdb/doc/ChangeLog | 5 + gdb/doc/python.texi | 5 + gdb/python/py-frame.c | 7 +- gdb/python/py-tui.c | 35 +++- gdb/python/python.c | 2 +- gdb/testsuite/ChangeLog | 47 +++++ gdb/testsuite/gdb.dwarf2/enqueued-cu-base-addr.exp | 2 +- gdb/testsuite/gdb.python/py-framefilter.exp | 2 +- gdb/testsuite/gdb.python/python.exp | 2 +- .../tui-window-disabled.c} | 24 ++- gdb/testsuite/gdb.python/tui-window-disabled.exp | 189 +++++++++++++++++++++ gdb/testsuite/gdb.python/tui-window-disabled.py | 89 ++++++++++ gdb/testsuite/gdb.python/tui-window.exp | 6 + gdb/testsuite/gdb.python/tui-window.py | 10 +- gdb/testsuite/gdb.tui/scroll.exp | 72 ++++++++ .../gdb.tui/tui-layout-asm-short-prog.exp | 4 +- gdb/testsuite/gdb.tui/tui-layout-asm.exp | 7 +- gdb/testsuite/gdb.tui/winheight.exp | 14 ++ gdb/testsuite/lib/tuiterm.exp | 49 ++++-- gdb/tui/tui-data.h | 2 +- gdb/tui/tui-interp.c | 23 ++- gdb/tui/tui-io.c | 73 ++++---- gdb/tui/tui-io.h | 5 + gdb/tui/tui-layout.c | 28 ++- gdb/tui/tui-layout.h | 16 ++ gdb/tui/tui-regs.c | 19 ++- gdb/tui/tui.c | 22 ++- ld/ChangeLog | 7 + ld/testsuite/ld-i386/i386.exp | 63 ------- ld/testsuite/ld-x86-64/x86-64.exp | 63 ------- sim/rx/ChangeLog | 65 +++++++ sim/rx/configure | 3 + sim/rx/configure.ac | 1 - sim/rx/cpu.h | 2 +- sim/rx/err.c | 11 +- sim/rx/fpu.c | 2 +- sim/rx/gdb-if.c | 14 +- sim/rx/load.c | 3 +- sim/rx/mem.c | 18 +- sim/rx/mem.h | 4 +- sim/rx/reg.c | 14 +- sim/rx/rx.c | 6 +- sim/rx/syscalls.c | 7 +- sim/rx/trace.c | 4 +- 51 files changed, 955 insertions(+), 273 deletions(-) copy gdb/testsuite/{gdb.mi/mi-stepn.c => gdb.python/tui-window-disabled.c} (71%) create mode 100644 gdb/testsuite/gdb.python/tui-window-disabled.exp create mode 100644 gdb/testsuite/gdb.python/tui-window-disabled.py create mode 100644 gdb/testsuite/gdb.tui/scroll.exp