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 7f1cdb3e37c Remove 'sys' import from frame_filters.py new 1ad8737b3c5 gdb: change inf_threads_iterator to yield references new 675a17a8a5c gdb: change all_threads_safe to yield references new f25e28c3fe3 gdb: change thread_step_over_list_iterator to yield references new e92df1d0eb6 gdb: make lwp_info_iterator yield references new f772ad29ab6 gdb: change objfiles_iterator to yield references new 99b6de03fe4 gdbsupport: remove variadicity from iterator_range constructor new ff20aab941b gdbsupport: remove variadicity from basic_safe_iterator con [...] new a65d188303c gdbsupport: remove variadicity from filtered_iterator constructor new 679acd561c1 gdbsupport: make reference_to_pointer_iterator's constructo [...]
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/aarch64-fbsd-nat.c | 6 +- gdb/ada-lang.c | 28 +-- gdb/agent.c | 4 +- gdb/amd-dbgapi-target.c | 32 +-- gdb/block.c | 9 +- gdb/block.h | 17 +- gdb/breakpoint.c | 45 ++-- gdb/btrace.c | 4 +- gdb/darwin-nat.c | 2 +- gdb/dwarf2/die.h | 4 +- gdb/dwarf2/frame.c | 16 +- gdb/dwarf2/index-write.c | 10 +- gdb/elf-none-tdep.c | 6 +- gdb/fbsd-nat.c | 4 +- gdb/fbsd-tdep.c | 6 +- gdb/gcore.c | 20 +- gdb/gdb_bfd.h | 9 +- gdb/gdbthread.h | 15 +- gdb/guile/scm-objfile.c | 4 +- gdb/guile/scm-pretty-print.c | 4 +- gdb/guile/scm-progspace.c | 6 +- gdb/hppa-tdep.c | 8 +- gdb/ia64-tdep.c | 8 +- gdb/infcmd.c | 32 +-- gdb/inferior.c | 6 +- gdb/inferior.h | 42 +++- gdb/inflow.c | 10 +- gdb/infrun.c | 318 ++++++++++++++-------------- gdb/infrun.h | 10 +- gdb/jit.c | 56 ++--- gdb/linespec.c | 12 +- gdb/linux-fork.c | 2 +- gdb/linux-nat.c | 50 ++--- gdb/linux-nat.h | 3 +- gdb/linux-tdep.c | 6 +- gdb/linux-thread-db.c | 26 +-- gdb/main.c | 4 +- gdb/maint.c | 20 +- gdb/mi/mi-interp.c | 4 +- gdb/mi/mi-main.c | 8 +- gdb/minsyms.c | 46 ++-- gdb/netbsd-nat.c | 8 +- gdb/objc-lang.c | 24 +-- gdb/objfiles.c | 42 ++-- gdb/objfiles.h | 4 +- gdb/printcmd.c | 8 +- gdb/probe.c | 36 ++-- gdb/progspace.c | 12 +- gdb/progspace.h | 14 +- gdb/psymtab.c | 60 +++--- gdb/psymtab.h | 4 +- gdb/python/py-prettyprint.c | 4 +- gdb/python/py-progspace.c | 4 +- gdb/python/py-symbol.c | 6 +- gdb/python/py-xmethods.c | 4 +- gdb/record-btrace.c | 54 ++--- gdb/record-full.c | 8 +- gdb/remote.c | 151 +++++++------ gdb/solib-svr4.c | 8 +- gdb/solib.c | 10 +- gdb/source.c | 12 +- gdb/symfile-debug.c | 10 +- gdb/symfile.c | 168 +++++++-------- gdb/symmisc.c | 90 ++++---- gdb/symtab.c | 98 ++++----- gdb/symtab.h | 4 +- gdb/target.c | 4 +- gdb/thread-iter.h | 32 +-- gdb/thread.c | 112 +++++----- gdb/tid-parse.c | 6 +- gdb/ui.h | 4 +- gdb/unittests/filtered_iterator-selftests.c | 17 +- gdb/windows-tdep.c | 6 +- gdb/x86-bsd-nat.c | 4 +- gdb/z80-tdep.c | 8 +- gdbsupport/filtered-iterator.h | 15 +- gdbsupport/iterator-range.h | 5 +- gdbsupport/reference-to-pointer-iterator.h | 5 +- gdbsupport/safe-iterator.h | 28 +-- 79 files changed, 1032 insertions(+), 979 deletions(-)