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 a7aba2668a7 gdb: remove arguments from inferior_created observable new 2554f6f5640 gdb: give names to event loop file handlers new db20ebdfae4 gdb: give names to async event/signal handlers new ba98841943b gdb: move debug_prefixed_vprintf here new 6b01403b25c gdb: add debug prints in event loop
The 4 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 | 49 +++++++++++++++++++++++++++++++++ gdb/async-event.c | 49 +++++++++++++++++++++++++++------ gdb/async-event.h | 15 ++++++++--- gdb/debug.c | 13 +-------- gdb/debug.h | 32 ---------------------- gdb/event-top.c | 67 ++++++++++++++++++++++++++++++++++++++++------ gdb/infrun.c | 5 ++-- gdb/linux-nat.c | 5 ++-- gdb/record-btrace.c | 2 +- gdb/record-full.c | 2 +- gdb/remote-notif.c | 2 +- gdb/remote.c | 3 ++- gdb/run-on-main-thread.c | 3 ++- gdb/ser-base.c | 6 ++--- gdb/top.c | 4 +++ gdb/top.h | 3 +++ gdb/tui/tui-io.c | 2 +- gdb/tui/tui-win.c | 3 ++- gdbserver/ChangeLog | 15 +++++++++++ gdbserver/linux-low.cc | 3 ++- gdbserver/remote-utils.cc | 10 ++++--- gdbserver/server.cc | 15 +++++++++++ gdbsupport/ChangeLog | 22 +++++++++++++++ gdbsupport/common-debug.cc | 11 ++++++++ gdbsupport/common-debug.h | 6 +++++ gdbsupport/event-loop.cc | 60 ++++++++++++++++++++++++++++++----------- gdbsupport/event-loop.h | 54 +++++++++++++++++++++++++++++++++++-- 27 files changed, 360 insertions(+), 101 deletions(-) delete mode 100644 gdb/debug.h