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 951dbdfeec4 gdb: remove mi_parse::make functions new 604fe2d97f7 gdb: make inferior::clear_thread_list always silent new 9324bfeab9b gdb: remove the silent parameter from exit_inferior_1 and cleanup new 9d7d58e7262 gdb: centralize "[Thread ...exited]" notifications
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/annotate.c | 4 +- gdb/breakpoint.c | 4 +- gdb/bsd-kvm.c | 2 +- gdb/corelow.c | 2 +- gdb/fbsd-nat.c | 3 -- gdb/gdbthread.h | 22 ++++++++-- gdb/inferior.c | 35 +++++----------- gdb/inferior.h | 12 +++--- gdb/infrun.c | 2 +- gdb/interps.c | 6 ++- gdb/interps.h | 8 +++- gdb/linux-nat.c | 8 +--- gdb/mi/mi-interp.c | 4 +- gdb/mi/mi-interp.h | 3 +- gdb/netbsd-nat.c | 3 -- gdb/observable.h | 11 +++-- gdb/procfs.c | 6 --- gdb/python/py-inferior.c | 4 +- gdb/testsuite/gdb.mi/mi-thread-bp-deleted.exp | 14 ++----- gdb/testsuite/gdb.threads/thread-bp-deleted.exp | 12 +----- gdb/thread.c | 56 ++++++++++++++++++------- gdb/tracectf.c | 2 +- gdb/tracefile-tfile.c | 2 +- gdb/windows-nat.c | 20 +++------ 24 files changed, 121 insertions(+), 124 deletions(-)