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 b3f4f211e28 gdb/dwarf: rename get_cu -> get_unit new 5d56040293f gdb: rename target_fileio_stat to target_fileio_lstat new 2c91540aff8 gdbserver: add vFile:lstat packet support new c29a37f7417 gdbserver: fix vFile:stat to actually use 'stat'
The 3 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 | 10 ++ gdb/build-id.c | 4 +- gdb/doc/gdb.texinfo | 28 +++- gdb/inf-child.c | 6 +- gdb/inf-child.h | 4 +- gdb/remote.c | 35 ++--- gdb/target.c | 12 +- gdb/target.h | 8 +- gdb/testsuite/gdb.server/build-id-seqno.exp | 6 +- gdb/testsuite/gdb.server/fileio-packets.exp | 66 +++++++++ gdb/testsuite/gdb.server/fileio-packets.py | 207 ++++++++++++++++++++++++++++ gdbserver/hostio.cc | 38 +++++ 12 files changed, 384 insertions(+), 40 deletions(-) create mode 100644 gdb/testsuite/gdb.server/fileio-packets.exp create mode 100644 gdb/testsuite/gdb.server/fileio-packets.py