This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-O3_LTO_VECT in repository toolchain/ci/binutils-gdb.
from 62df62b230 gdb/testsuite: Make it possible to use TCL variables in DWAR [...] adds 85a0bae983 [gdb/testsuite] Factor out dump_info in gdb.testsuite/dump-s [...] adds 66484acafd [gdb/testsuite] Use pie instead of -fpie/-pie adds fbd6ddfdbf [gdb/testsuite] Don't leave gdb instance running after funct [...] adds 6ad036d703 Fix handling of DW_AT_data_bit_offset adds d8767a720e Fix all DUPLICATE problems in testsuite/gdb.perf/ adds fbfdbdab95 Fix all PATH problems in testsuite/gdb.perf/ adds a13af434cf Fix 'FAIL: gdb.perf/disassemble.exp: python Disassemble().run()' adds 604386598d Make dcache multi-target-safe adds 7ebaa5f782 Move value_true to value.h adds 25558938d0 gdb: change thread_info::name to unique_xmalloc_ptr, add hel [...] adds 97caaa905a gas/testsuite/ld-elf/dwarf2-21.d: Pass -W adds ef7639ccb7 Automatic date update in version.in adds 99d0d99649 PR28346, segfault attempting to disassemble raw binary adds 98bf5c02cf [gdb/testsuite] Minimize gdb restarts adds 4d5d5d4689 PowerPC: Enable mfppr mfppr32, mtppr and mtppr32 extended mn [...] adds 9a6abcc83c Automatic date update in version.in adds bf86d80dd2 Automatic date update in version.in adds c11f01dbbd gdb: fix indentation in gdbtypes.c adds 203a982434 [gdb/testsuite] Test sw watchpoint in gdb.threads/process-di [...] adds ee2ff2eaa5 [gdb/testsuite] Fix gdb.base/dcache-flush.exp adds 275ee935b3 gdb: prevent an assertion when computing the frame_id for an [...] adds 5cf3b30948 gdb: remove duplicate cmd_list_element declarations adds fde1a9a3ee gdb: add setting to disable reading source code files
No new revisions were added by this update.
Summary of changes: bfd/elf32-xtensa.c | 3 +- bfd/version.h | 2 +- gas/ChangeLog | 9 ++ gas/testsuite/gas/elf/dwarf2-21.d | 2 +- gas/testsuite/gas/ppc/power5.d | 14 ++ gas/testsuite/gas/ppc/power5.s | 6 + gas/testsuite/gas/ppc/power7.d | 4 - gas/testsuite/gas/ppc/power7.s | 4 - gas/testsuite/gas/ppc/ppc.exp | 1 + gdb/NEWS | 9 ++ gdb/ada-lang.c | 10 +- gdb/breakpoint.c | 3 +- gdb/cli/cli-cmds.c | 4 + gdb/cli/cli-cmds.h | 40 ++++++ gdb/cli/cli-script.c | 3 +- gdb/dcache.c | 14 +- gdb/doc/gdb.texinfo | 26 ++++ gdb/dwarf2/read.c | 49 ++++--- gdb/eval.c | 4 +- gdb/frame.c | 60 +++++++-- gdb/gdbcmd.h | 105 +-------------- gdb/gdbthread.h | 30 ++++- gdb/gdbtypes.c | 2 +- gdb/infrun.c | 4 +- gdb/inline-frame.c | 5 +- gdb/language.c | 17 --- gdb/language.h | 4 - gdb/opencl-lang.c | 2 +- gdb/python/py-infthread.c | 9 +- gdb/source.c | 66 +++++++++- gdb/target.h | 5 +- gdb/testsuite/gdb.ada/packed_record.exp | 47 +++++++ gdb/testsuite/gdb.ada/packed_record/pr.adb | 35 +++++ gdb/testsuite/gdb.arch/amd64-init-x87-values.exp | 2 +- gdb/testsuite/gdb.base/access-mem-running.exp | 2 +- gdb/testsuite/gdb.base/attach-pie-noexec.exp | 1 - gdb/testsuite/gdb.base/bp-cmds-continue-ctrl-c.exp | 2 +- gdb/testsuite/gdb.base/bt-selected-frame.exp | 2 +- gdb/testsuite/gdb.base/catch-syscall.exp | 1 - gdb/testsuite/gdb.base/condbreak.exp | 3 - gdb/testsuite/gdb.base/cvexpr.exp | 2 - gdb/testsuite/gdb.base/dcache-flush.exp | 4 +- gdb/testsuite/gdb.base/dprintf-bp-same-addr.exp | 2 +- gdb/testsuite/gdb.base/dprintf-detach.exp | 2 +- gdb/testsuite/gdb.base/duplicate-bp.exp | 2 +- .../gdb.base/fork-print-inferior-events.exp | 2 +- gdb/testsuite/gdb.base/frameapply.exp | 3 - gdb/testsuite/gdb.base/gcore-relro-pie.exp | 3 +- gdb/testsuite/gdb.base/gcore-tls-pie.exp | 3 +- gdb/testsuite/gdb.base/index-cache.exp | 2 +- gdb/testsuite/gdb.base/info_minsym.exp | 2 - gdb/testsuite/gdb.base/info_qt.exp | 2 - gdb/testsuite/gdb.base/inline-frame-cycle-unwind.c | 58 +++++++++ .../gdb.base/inline-frame-cycle-unwind.exp | 145 +++++++++++++++++++++ .../gdb.base/inline-frame-cycle-unwind.py | 85 ++++++++++++ gdb/testsuite/gdb.base/killed-outside.exp | 2 +- gdb/testsuite/gdb.base/list.exp | 2 +- gdb/testsuite/gdb.base/many-headers.exp | 2 +- gdb/testsuite/gdb.base/msym-lang.exp | 2 - gdb/testsuite/gdb.base/noreturn-finish.exp | 2 - gdb/testsuite/gdb.base/noreturn-return.exp | 2 - gdb/testsuite/gdb.base/pie-fork.exp | 2 +- gdb/testsuite/gdb.base/random-signal.exp | 2 +- gdb/testsuite/gdb.base/reread-readsym.exp | 3 - .../gdb.base/share-env-with-gdbserver.exp | 2 +- gdb/testsuite/gdb.base/source-open.c | 25 ++++ gdb/testsuite/gdb.base/source-open.exp | 44 +++++++ gdb/testsuite/gdb.base/stack-protector.exp | 2 - gdb/testsuite/gdb.base/startup-with-shell.exp | 2 +- gdb/testsuite/gdb.base/step-over-exit.exp | 2 - gdb/testsuite/gdb.base/watchpoint-hw-attach.exp | 2 - gdb/testsuite/gdb.base/whatis.exp | 2 - gdb/testsuite/gdb.cp/cplusfuncs.exp | 2 - gdb/testsuite/gdb.cp/rvalue-ref-params.exp | 2 +- gdb/testsuite/gdb.cp/static-typedef-print.exp | 2 - gdb/testsuite/gdb.cp/typedef-base.exp | 2 - gdb/testsuite/gdb.dwarf2/dw2-bad-elf.exp | 11 +- gdb/testsuite/gdb.dwarf2/dw2-icycle.exp | 2 +- gdb/testsuite/gdb.dwarf2/enqueued-cu-base-addr.exp | 8 -- gdb/testsuite/gdb.dwarf2/fission-absolute-dwo.exp | 4 - gdb/testsuite/gdb.dwarf2/fission-relative-dwo.exp | 4 - gdb/testsuite/gdb.fortran/array-slices.exp | 2 +- gdb/testsuite/gdb.fortran/nested-funcs-2.exp | 2 +- gdb/testsuite/gdb.fortran/subarray.exp | 5 - gdb/testsuite/gdb.gdb/unittest.exp | 2 +- gdb/testsuite/gdb.mi/mi-fortran-modules.exp | 2 +- gdb/testsuite/gdb.mi/mi-info-sources.exp | 2 +- gdb/testsuite/gdb.mi/mi-linespec-err-cp.exp | 2 +- gdb/testsuite/gdb.mi/mi-sym-info.exp | 2 +- gdb/testsuite/gdb.multi/info-threads.exp | 2 - gdb/testsuite/gdb.multi/multi-arch.exp | 4 +- gdb/testsuite/gdb.multi/multi-re-run.exp | 4 +- gdb/testsuite/gdb.multi/run-only-second-inf.exp | 2 +- gdb/testsuite/gdb.multi/tids-gid-reset.exp | 3 +- gdb/testsuite/gdb.multi/tids.exp | 2 - gdb/testsuite/gdb.perf/disassemble.py | 7 +- gdb/testsuite/gdb.perf/skip-command.exp | 9 +- gdb/testsuite/gdb.python/py-infthread.exp | 3 - .../gdb.server/connect-stopped-target.exp | 2 +- gdb/testsuite/gdb.server/exit-multiple-threads.exp | 2 +- .../gdb.server/run-without-local-binary.exp | 2 +- gdb/testsuite/gdb.testsuite/dump-system-info.exp | 42 +++--- .../gdb.threads/access-mem-running-thread-exit.exp | 2 +- .../attach-many-short-lived-threads.exp | 5 +- gdb/testsuite/gdb.threads/break-while-running.exp | 2 +- gdb/testsuite/gdb.threads/clone-attach-detach.exp | 2 - gdb/testsuite/gdb.threads/next-bp-other-thread.exp | 3 +- .../gdb.threads/process-dies-while-detaching.exp | 41 ++++-- gdb/testsuite/gdb.threads/signal-sigtrap.exp | 3 +- .../gdb.threads/step-bg-decr-pc-switch-thread.exp | 2 - gdb/testsuite/gdb.threads/tid-reuse.exp | 2 - gdb/testsuite/gdb.trace/qtro.exp | 1 - gdb/testsuite/lib/dwarf.exp | 1 + gdb/testsuite/lib/perftest.exp | 12 +- gdb/thread.c | 36 +++-- gdb/valarith.c | 4 +- gdb/value.h | 10 +- opcodes/ChangeLog | 5 + opcodes/ppc-opc.c | 8 +- 119 files changed, 925 insertions(+), 382 deletions(-) create mode 100644 gas/testsuite/gas/ppc/power5.d create mode 100644 gas/testsuite/gas/ppc/power5.s create mode 100644 gdb/testsuite/gdb.ada/packed_record.exp create mode 100644 gdb/testsuite/gdb.ada/packed_record/pr.adb create mode 100644 gdb/testsuite/gdb.base/inline-frame-cycle-unwind.c create mode 100644 gdb/testsuite/gdb.base/inline-frame-cycle-unwind.exp create mode 100644 gdb/testsuite/gdb.base/inline-frame-cycle-unwind.py create mode 100644 gdb/testsuite/gdb.base/source-open.c create mode 100644 gdb/testsuite/gdb.base/source-open.exp