This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 462cac5884 x86: Define GNU_PROPERTY_X86_ISA_1_AVX512_BF16 new 3d6c62048d Introduce target_ops method thread_info_to_thread_handle new cf63b0162b Add python method InferiorThread.handle new 50a82723c4 Support buffer objects as handles in Inferior.thread_from_th [...] new 947210e569 Tests for gdb.InferiorThread.handle new c369f8f0fa Documentation for python method InferiorThread.handle new 2b0c8b0199 Rename python function thread_from_thread_handle to thread_f [...]
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/ChangeLog | 40 ++++++++++++++++++ gdb/doc/ChangeLog | 11 +++++ gdb/doc/python.texi | 17 +++++++- gdb/gdbthread.h | 4 +- gdb/linux-thread-db.c | 19 +++++++++ gdb/python/py-inferior.c | 37 ++++++++++++++--- gdb/python/py-infthread.c | 33 +++++++++++++++ gdb/remote.c | 10 +++++ gdb/target-debug.h | 2 + gdb/target-delegates.c | 28 +++++++++++++ gdb/target.c | 8 ++++ gdb/target.h | 9 ++++ gdb/testsuite/ChangeLog | 10 +++++ gdb/testsuite/gdb.python/py-thrhandle.exp | 68 +++++++++++++++++++++++-------- gdb/thread.c | 10 ++--- 15 files changed, 275 insertions(+), 31 deletions(-)