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 in repository toolchain/ci/binutils-gdb.
from ae9150ce9e Automatic date update in version.in adds 334381ea46 Style the "XXX" text in ptype/o adds 184ea2f731 Remove defaulted 'tid' parameter to ptid_t constructor adds 96bbe3ef96 Change ptid_t::tid to ULONGEST adds c80e29dba9 Change get_ada_task_ptid parameter type adds 9b8efa2cd1 Test that frame info/IDs are stable/consistent new 04739cc7ce [gdb/testsuite] Use early-out style in gdb.base/break-probes.exp new 108e60844c [gdb/testsuite] Handle failing probe detection in gdb.base/b [...] new d264c39e8b [gdb/testsuite] Improve probe detection in gdb.base/break-pr [...] new 508109612f [gdb/testsuite] Fix probe test in gdb.base/break-interp.exp new 6ef69a3ff3 [gdb/testsuite] Use pie instead of -fPIE -pie new 0086a91cee [gdb/testsuite] Support -fPIE/-fno-PIE/-pie/-no-pie in gdb_c [...]
The 6 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: gdb/ada-tasks.c | 5 +- gdb/aix-thread.c | 4 +- gdb/bsd-uthread.c | 5 +- gdb/darwin-nat.c | 2 +- gdb/darwin-nat.h | 2 +- gdb/fbsd-nat.c | 10 +- gdb/infrun.c | 10 +- gdb/linux-fork.c | 2 +- gdb/linux-nat.c | 15 ++- gdb/linux-thread-db.c | 8 +- gdb/nat/linux-osdata.c | 4 +- gdb/nat/linux-procfs.c | 2 +- gdb/python/py-infthread.c | 5 +- gdb/ravenscar-thread.c | 11 +- gdb/remote.c | 19 ++-- gdb/sol-thread.c | 6 +- gdb/target-delegates.c | 12 +- gdb/target.c | 6 +- gdb/target.h | 4 +- gdb/testsuite/gdb.base/attach-pie-misread.exp | 8 +- gdb/testsuite/gdb.base/attach-pie-noexec.exp | 2 +- gdb/testsuite/gdb.base/break-interp.exp | 34 +++++- gdb/testsuite/gdb.base/break-probes.exp | 90 ++++++++------- gdb/testsuite/gdb.base/frame-info-consistent.exp | 136 +++++++++++++++++++++++ gdb/testsuite/gdb.base/jit-attach-pie.exp | 2 +- gdb/testsuite/gdb.base/jit-elf.exp | 3 +- gdb/testsuite/gdb.base/pie-execl.exp | 2 +- gdb/testsuite/gdb.base/pie-fork.exp | 2 +- gdb/testsuite/gdb.base/reread.exp | 17 +-- gdb/testsuite/gdb.base/style.c | 7 ++ gdb/testsuite/gdb.base/style.exp | 18 +++ gdb/testsuite/gdb.threads/tls-nodebug-pie.exp | 2 +- gdb/testsuite/lib/rust-support.exp | 47 +++++++- gdb/typeprint.c | 14 ++- gdb/windows-nat.c | 4 +- gdbserver/linux-low.cc | 12 +- gdbserver/remote-utils.cc | 4 +- gdbserver/target.cc | 4 +- gdbserver/thread-db.cc | 2 +- gdbsupport/agent.cc | 2 +- gdbsupport/ptid.cc | 3 +- gdbsupport/ptid.h | 7 +- 42 files changed, 401 insertions(+), 153 deletions(-) create mode 100644 gdb/testsuite/gdb.base/frame-info-consistent.exp