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 26522e34802 gdb/disasm: fix demangling when disassembling the current function new 658a03e9e85 [gdbsupport] Add gdb::{waitpid,read,write,close} new a9791f1438a [gdb] Use gdb::waitpid more often new 4e4dfc47286 [gdb] Add gdb::wait new 2af94d6c929 [gdb] Handle EINTR in ser-event.c new e031f02db3a [gdbsupport] Handle EINTR in event-pipe.cc
The 5 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/cli/cli-cmds.c | 2 +- gdb/darwin-nat.c | 3 ++- gdb/fbsd-nat.c | 5 +++-- gdb/inf-ptrace.c | 13 +++++-------- gdb/linux-fork.c | 7 ++++--- gdb/nat/linux-namespaces.c | 3 ++- gdb/nat/linux-ptrace.c | 3 ++- gdb/nat/linux-waitpid.c | 2 +- gdb/netbsd-nat.c | 9 +++------ gdb/obsd-nat.c | 3 ++- gdb/procfs.c | 11 ++++++----- gdb/rs6000-aix-nat.c | 9 +++------ gdb/ser-event.c | 20 ++++++++------------ gdb/utils.c | 5 +++-- gdbserver/netbsd-low.cc | 10 +++++----- gdbsupport/eintr.h | 46 ++++++++++++++++++++++++++++++++++++++++++++++ gdbsupport/event-pipe.cc | 21 ++++++++------------- 17 files changed, 104 insertions(+), 68 deletions(-)