This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Os in repository toolchain/ci/binutils-gdb.
from 462cac5884 x86: Define GNU_PROPERTY_X86_ISA_1_AVX512_BF16 adds 3d6c62048d Introduce target_ops method thread_info_to_thread_handle adds cf63b0162b Add python method InferiorThread.handle adds 50a82723c4 Support buffer objects as handles in Inferior.thread_from_th [...] adds 947210e569 Tests for gdb.InferiorThread.handle adds c369f8f0fa Documentation for python method InferiorThread.handle adds 2b0c8b0199 Rename python function thread_from_thread_handle to thread_f [...] adds 7e96e219a4 [MIPS] Add RDHWR with the SEL field for MIPS R6. adds e242fd1249 Use -qualified flag when setting temporary breakpoint in sta [...] adds 9ca1957fcb Fix typo in latest ChangeLog entry adds 9ab8741a48 Consistently use bool for fake_pid_p adds b0319eaaf9 Use find_thread_in_random in select_event_lwp adds 8dc433a0fb Fix Rust lexer buglet new 789ce185ac Automatic date update in version.in
The 1 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: bfd/version.h | 2 +- gas/ChangeLog | 7 +++ gas/testsuite/gas/mips/hwr-names.s | 11 ++++ gas/testsuite/gas/mips/mips.exp | 2 + .../{hwr-names-mips64r2.d => mipsr6@hwr-names.d} | 14 ++++- gdb/ChangeLog | 63 ++++++++++++++++++++ gdb/corelow.c | 4 +- gdb/doc/ChangeLog | 11 ++++ gdb/doc/python.texi | 17 +++++- gdb/gdbserver/ChangeLog | 4 ++ gdb/gdbserver/linux-low.c | 35 ++--------- gdb/gdbthread.h | 4 +- gdb/infcmd.c | 5 +- gdb/inferior.c | 2 +- gdb/linux-thread-db.c | 19 ++++++ gdb/python/py-inferior.c | 37 ++++++++++-- gdb/python/py-infthread.c | 33 +++++++++++ gdb/remote.c | 24 +++++--- gdb/rust-exp.y | 6 +- gdb/target-debug.h | 2 + gdb/target-delegates.c | 28 +++++++++ gdb/target.c | 8 +++ gdb/target.h | 9 +++ gdb/testsuite/ChangeLog | 15 +++++ .../py-rbreak-func2.c => gdb.base/start-cpp.cc} | 17 +++--- .../gdb.base/{start.exp => start-cpp.exp} | 11 ++-- gdb/testsuite/gdb.python/py-thrhandle.exp | 68 +++++++++++++++++----- gdb/thread.c | 10 ++-- opcodes/ChangeLog | 4 ++ opcodes/mips-opc.c | 1 + 30 files changed, 381 insertions(+), 92 deletions(-) copy gas/testsuite/gas/mips/{hwr-names-mips64r2.d => mipsr6@hwr-names.d} (75%) copy gdb/testsuite/{gdb.python/py-rbreak-func2.c => gdb.base/start-cpp.cc} (85%) copy gdb/testsuite/gdb.base/{start.exp => start-cpp.exp} (72%)