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 2a3a749 Revert "bison warning fixes" new 7b68ffb gdb: Clean up remote.c:remote_resume new ef4a339 gdb: Free inferior->priv when inferior exits new ca6eff5 gdb/doc: Clarify vCont packet description new 5a04c4c gdbserver: Leave already-vCont-resumed threads as they were new 85ad3aa gdb: Coalesce/aggregate (async) vCont packets/actions
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/ChangeLog | 57 +++++ gdb/doc/ChangeLog | 6 + gdb/doc/gdb.texinfo | 32 ++- gdb/gdbserver/ChangeLog | 13 ++ gdb/gdbserver/linux-low.c | 59 +++++ gdb/gdbserver/linux-low.h | 6 + gdb/gdbserver/server.c | 33 ++- gdb/gdbserver/server.h | 4 + gdb/inferior.c | 3 + gdb/inferior.h | 6 + gdb/infrun.c | 8 + gdb/record-btrace.c | 11 + gdb/record-full.c | 11 + gdb/remote.c | 565 ++++++++++++++++++++++++++++++++++++++++------ gdb/target-delegates.c | 26 +++ gdb/target.c | 28 +++ gdb/target.h | 47 +++- 17 files changed, 818 insertions(+), 97 deletions(-)