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 54904d818b4 Enable multi-process mode in the FreeBSD native target. new 96118d114e3 Fix spurious unhandled remote %Stop notifications new 43667cc6f65 Fix latent bug in target_pass_ctrlc new 42bd97a6b1e Avoid constant stream of TARGET_WAITKIND_NO_RESUMED new 7d3badc6a88 Fix handle_no_resumed w/ multiple targets new d6cc5d980a9 Make handle_no_resumed transfer terminal new 4fdba23df6d Testcase for previous handle_no_resumed fixes new b3e3a4c1149 Fix GDB busy loop when interrupting non-stop program (PR 26199) new 6d7aa592703 Fix crash if connection drops in scoped_restore_current_thr [...] new cce20f10740 Fix crash if connection drops in scoped_restore_current_thr [...]
The 9 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 | 65 +++++++++++++++++ gdb/dwarf2/frame-tailcall.c | 18 ++++- gdb/gdbthread.h | 14 ++-- gdb/infrun.c | 116 +++++++++++++++++++++---------- gdb/remote.c | 15 +++- gdb/target.c | 2 +- gdb/testsuite/ChangeLog | 8 +++ gdb/testsuite/gdb.multi/multi-target.c | 4 +- gdb/testsuite/gdb.multi/multi-target.exp | 76 ++++++++++++++++++++ gdb/thread.c | 25 +++---- gdb/value.c | 13 +++- 11 files changed, 294 insertions(+), 62 deletions(-)