This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap_profiled in repository toolchain/ci/binutils-gdb.
from 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 adds 7f92ed6b41 [gdb/build] Fix build with g++-4.8
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/NEWS | 9 ++ gdb/cli/cli-cmds.c | 4 + gdb/cli/cli-cmds.h | 40 ++++++ gdb/doc/gdb.texinfo | 26 ++++ gdb/dwarf2/read.c | 8 +- gdb/frame.c | 60 +++++++-- gdb/gdbcmd.h | 105 +-------------- gdb/gdbtypes.c | 2 +- gdb/inline-frame.c | 5 +- gdb/source.c | 66 +++++++++- gdb/testsuite/gdb.base/dcache-flush.exp | 4 +- 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/source-open.c | 25 ++++ gdb/testsuite/gdb.base/source-open.exp | 44 +++++++ .../gdb.threads/process-dies-while-detaching.exp | 41 ++++-- 18 files changed, 596 insertions(+), 133 deletions(-) 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