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-defconfig in repository toolchain/ci/binutils-gdb.
from 34ef62f465 [GAS, Arm] CLI with architecture sensitive extensions adds 9d1447e09d Destroy allocated values when exiting GDB adds 05caa1d236 Handle DW_AT_ranges when reading partial symtabs adds c29705b71a Fix internal error and improve 'set debug infrun 1'/target w [...] adds 8bdc16587e gdb: Add $_cimag and $_creal internal functions adds d7df654955 gdb/fortran: Handle internal function calls adds 4c7c79dd98 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 38 ++++++++ gdb/NEWS | 4 +- gdb/doc/ChangeLog | 5 + gdb/doc/gdb.texinfo | 11 +++ gdb/dwarf2read.c | 55 ++++++++++- gdb/eval.c | 12 ++- gdb/gnu-nat.c | 10 +- gdb/infrun.c | 78 ++++----------- gdb/target/waitstatus.c | 3 +- gdb/testsuite/ChangeLog | 18 ++++ gdb/testsuite/gdb.base/complex-parts.c | 50 ++++++++++ gdb/testsuite/gdb.base/complex-parts.exp | 62 ++++++++++++ gdb/testsuite/gdb.base/default.exp | 2 + gdb/testsuite/gdb.dwarf2/dw2-ranges-main.c | 19 ++++ gdb/testsuite/gdb.dwarf2/dw2-ranges-psym.c | 46 +++++++++ gdb/testsuite/gdb.dwarf2/dw2-ranges-psym.exp | 138 +++++++++++++++++++++++++++ gdb/testsuite/gdb.python/py-function.exp | 8 +- gdb/testsuite/lib/gdb.exp | 8 ++ gdb/top.c | 6 ++ gdb/value.c | 60 ++++++++++++ gdb/value.h | 4 + 22 files changed, 559 insertions(+), 80 deletions(-) create mode 100644 gdb/testsuite/gdb.base/complex-parts.c create mode 100644 gdb/testsuite/gdb.base/complex-parts.exp create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-ranges-main.c create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-ranges-psym.c create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-ranges-psym.exp