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 c29a37f7417 gdbserver: fix vFile:stat to actually use 'stat' new bd389c9515d gdb: implement linux namespace support for fileio_lstat and [...] new 56443763a83 gdb: query inferior's filesystem for build-id debug files
The 2 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/build-id.c | 6 ++-- gdb/linux-nat.c | 14 ++++++++++ gdb/linux-nat.h | 3 ++ gdb/nat/linux-namespaces.c | 69 ++++++++++++++++++++++++++++++++++++++++++++++ gdb/nat/linux-namespaces.h | 5 ++++ gdbserver/hostio.cc | 9 ++++-- gdbserver/linux-low.cc | 6 ++++ gdbserver/linux-low.h | 2 ++ gdbserver/target.cc | 7 +++++ gdbserver/target.h | 6 ++++ 10 files changed, 123 insertions(+), 4 deletions(-)