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 c39ebbf43fa [gdb] Fix assert in remote_async_get_pending_events_handler new 27d0790a58e gdb/infcmd: remove the unused parameter 'args' in 'attach_p [...] new 6fee5eee88a gdb/infcmd: update the comment for 'attach_post_wait' new 35682f0a641 gdb/continuations: remove the 'err' from 'do_all_inferior_c [...] new 1194676e0be gdb/continuations: do minor cleanup new c4c493de2bb gdb/continuations: use lambdas instead of function pointers new 4efeb0d3e8e gdb/continuations: turn continuation functions into inferio [...]
The 6 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 | 71 ++++++++++++++++++++++++++++ gdb/Makefile.in | 1 - gdb/continuations.c | 134 ---------------------------------------------------- gdb/continuations.h | 55 --------------------- gdb/event-top.c | 1 - gdb/inf-loop.c | 3 +- gdb/infcmd.c | 65 ++++++------------------- gdb/inferior.c | 20 +++++++- gdb/inferior.h | 18 ++++--- gdb/interps.c | 1 - 10 files changed, 116 insertions(+), 253 deletions(-) delete mode 100644 gdb/continuations.c delete mode 100644 gdb/continuations.h