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-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from 89b085acaf Fix return type typo in obsd-nat.c that breaks build on OpenBSD adds c89f9f2a52 Automatic date update in version.in adds 567238c956 Prefer symtab symbol over minsym for function names in non-c [...] adds 2dc80cf8a5 Restrict use of minsym names when printing addresses in disa [...] adds 1aff717310 dwarf2-frame.c: Fix FDE processing bug involving non-contigu [...] adds 5c076da45c Improve test gdb.dwarf2/dw2-ranges-func.exp adds 98a617f8d5 Fix stepping bug associated with non-contiguous blocks adds 6bdfee8157 Fix gdb.python/py-thrhandle.exp failures for -m32 multilib adds 1c316af29f Automatic date update in version.in adds c3786b3aa3 A virtual terminal for the test suite adds d95fc6eec0 Add test for "layout asm" adds f790b310d2 Add "layout split" test adds fe1f56ee14 Add TUI register window test adds 58ac439d38 Add TUI test for "list" adds ded631d57d Add TUI resizing test adds 2b1d00c2b8 Add test case for empty TUI windows adds 52b75bf1dc Add test that "file" shows "main" adds 4538d1c7c4 PR24857, ld: error adding symbols: bad value
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 9 + bfd/elflink.c | 20 +- bfd/version.h | 2 +- gdb/ChangeLog | 35 + gdb/disasm.c | 12 +- gdb/dwarf2-frame.c | 8 +- gdb/infrun.c | 37 +- gdb/linux-thread-db.c | 19 +- gdb/printcmd.c | 29 +- gdb/stack.c | 71 +-- gdb/testsuite/ChangeLog | 58 ++ ...dw2-ranges-func.c => dw2-ranges-func-hi-cold.c} | 44 +- ...dw2-ranges-func.c => dw2-ranges-func-lo-cold.c} | 20 +- gdb/testsuite/gdb.dwarf2/dw2-ranges-func.exp | 704 +++++++++++---------- gdb/testsuite/gdb.tui/basic.exp | 55 ++ gdb/testsuite/gdb.tui/empty.exp | 103 +++ gdb/testsuite/gdb.tui/list.exp | 37 ++ gdb/testsuite/gdb.tui/main.exp | 34 + gdb/testsuite/gdb.tui/regs.exp | 48 ++ gdb/testsuite/gdb.tui/resize.exp | 42 ++ gdb/testsuite/lib/tuiterm.exp | 576 +++++++++++++++++ gdb/valprint.h | 13 +- 22 files changed, 1533 insertions(+), 443 deletions(-) copy gdb/testsuite/gdb.dwarf2/{dw2-ranges-func.c => dw2-ranges-func-hi-cold.c} (85%) rename gdb/testsuite/gdb.dwarf2/{dw2-ranges-func.c => dw2-ranges-func-lo-cold.c} (85%) create mode 100644 gdb/testsuite/gdb.tui/basic.exp create mode 100644 gdb/testsuite/gdb.tui/empty.exp create mode 100644 gdb/testsuite/gdb.tui/list.exp create mode 100644 gdb/testsuite/gdb.tui/main.exp create mode 100644 gdb/testsuite/gdb.tui/regs.exp create mode 100644 gdb/testsuite/gdb.tui/resize.exp create mode 100644 gdb/testsuite/lib/tuiterm.exp