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 bab287cdcfb Avoid some pointer chasing in DWARF reader new e5b9b39f887 target_is_non_stop_p and sync targets new 1192f124a30 gdb: generalize commit_resume, avoid commit-resuming when t [...] new b4b1a226df8 gdb: defer commit resume until all available events are consumed
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/ChangeLog | 75 ++++++++++++++ gdb/async-event.c | 8 ++ gdb/async-event.h | 3 + gdb/infcmd.c | 16 +++ gdb/infrun.c | 238 +++++++++++++++++++++++++++++++++++++++---- gdb/infrun.h | 98 ++++++++++++++++++ gdb/mi/mi-main.c | 4 + gdb/process-stratum-target.h | 32 ++++++ gdb/record-full.c | 10 +- gdb/remote.c | 170 +++++++++++++++++++++++++------ gdb/target-delegates.c | 45 ++++++-- gdb/target.c | 34 ++++--- gdb/target.h | 43 ++++---- gdb/top.c | 7 ++ 14 files changed, 687 insertions(+), 96 deletions(-)