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 3ca6c047a42 X86: Update gas/NEWS for Intel APX. new 08a115cc1c4 gdb: add target_fileio_stat, but no implementations yet new 3055e3d2f13 gdb: add GDB side target_ops::fileio_stat implementation new 6d45af96ea5 gdbserver: add gdbserver support for vFile::stat packet new 22836ca8859 gdb: check for multiple matching build-id files
The 4 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/NEWS | 5 + gdb/build-id.c | 174 ++++++++++++++---- gdb/doc/gdb.texinfo | 11 ++ gdb/inf-child.c | 15 ++ gdb/inf-child.h | 2 + gdb/remote.c | 83 +++++++-- gdb/target.c | 31 ++++ gdb/target.h | 16 ++ .../build-id-seqno.c} | 2 +- gdb/testsuite/gdb.base/build-id-seqno.exp | 133 ++++++++++++++ gdb/testsuite/gdb.base/sysroot-debug-lookup.exp | 13 +- .../{remote-read-msgs.c => build-id-seqno.c} | 2 +- gdb/testsuite/gdb.server/build-id-seqno.exp | 198 +++++++++++++++++++++ gdbserver/hostio.cc | 38 ++++ 14 files changed, 664 insertions(+), 59 deletions(-) copy gdb/testsuite/{gdb.server/remote-read-msgs.c => gdb.base/build-id-seqno.c} (98%) create mode 100644 gdb/testsuite/gdb.base/build-id-seqno.exp copy gdb/testsuite/gdb.server/{remote-read-msgs.c => build-id-seqno.c} (98%) create mode 100644 gdb/testsuite/gdb.server/build-id-seqno.exp