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 040b4a9eb8 Add --gc-sections test checking removal of __start/__stop symbols. new 9c3a5d9319 linux-nat: Eliminate custom target_terminal_{inferior,ours}, [...] new e671cd59d7 Per-inferior target_terminal state, fix PR gdb/13211, more
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/ChangeLog | 83 +++++ gdb/config.in | 3 + gdb/configure | 2 +- gdb/configure.ac | 2 +- gdb/gdbserver/ChangeLog | 6 + gdb/gdbserver/target.c | 4 +- gdb/go32-nat.c | 6 + gdb/inf-child.c | 3 + gdb/inf-ptrace.c | 14 - gdb/infcmd.c | 2 +- gdb/inferior.h | 10 + gdb/inflow.c | 408 ++++++++++++++++----- gdb/inflow.h | 5 - gdb/linux-nat.c | 78 ++-- gdb/nto-procfs.c | 4 +- gdb/procfs.c | 12 - gdb/remote.c | 6 +- gdb/target-delegates.c | 38 +- gdb/target.c | 123 ++++++- gdb/target.h | 20 +- gdb/target/target.h | 67 ++-- gdb/testsuite/ChangeLog | 8 + .../interrupt-daemon.c} | 63 ++-- gdb/testsuite/gdb.base/interrupt-daemon.exp | 89 +++++ .../multi-term-settings.c} | 44 ++- gdb/testsuite/gdb.multi/multi-term-settings.exp | 242 ++++++++++++ 26 files changed, 1038 insertions(+), 304 deletions(-) copy gdb/testsuite/{gdb.multi/watchpoint-multi-exit.c => gdb.base/interrupt-daemon [...] create mode 100644 gdb/testsuite/gdb.base/interrupt-daemon.exp copy gdb/testsuite/{gdb.python/py-sync-interp.c => gdb.multi/multi-term-settings.c} (61%) create mode 100644 gdb/testsuite/gdb.multi/multi-term-settings.exp