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 7529ff1fcdb PR29189, dlltool delaylibs corrupt float/double arguments new 26a69f095f1 gdb: get gdbarch from syscall_catchpoint instead of location new dbaa3bf6406 gdb: make some breakpoint methods use `this` new 5e632eca05f gdb: constify breakpoint::print_it parameter new 9dc1523b573 gdb: add breakpoint "has locations" methods new f5951b9ff8a gdb: add breakpoint::first_loc methods new 774d21c10b9 gdbsupport: add missing increment/decrement operators to re [...] new 20afe380e8c gdb: use intrusive_list for breakpoint locations new b00b30b2981 gdb: remove bp_location_pointer_iterator new e2a1578868a gdb: link breakpoints with intrusive_list new 679a4e92b31 gdbsupport: make basic_safe_iterator::operator* return the [...] new 410f4d7a76f gdbsupport: make filtered_iterator::operator* return the sa [...] new a1decfc1df5 gdb: remove breakpoint_pointer_iterator
The 12 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/ada-lang.c | 20 +- gdb/break-catch-exec.c | 4 +- gdb/break-catch-fork.c | 4 +- gdb/break-catch-load.c | 25 +- gdb/break-catch-sig.c | 4 +- gdb/break-catch-syscall.c | 21 +- gdb/break-catch-throw.c | 10 +- gdb/breakpoint.c | 1209 ++++++++++++++-------------- gdb/breakpoint.h | 105 ++- gdb/dummy-frame.c | 4 +- gdb/elfread.c | 8 +- gdb/guile/scm-breakpoint.c | 4 +- gdb/infrun.c | 11 +- gdb/jit.c | 6 +- gdb/python/py-breakpoint.c | 8 +- gdb/python/py-finishbreakpoint.c | 8 +- gdb/remote.c | 4 +- gdb/solib-svr4.c | 10 +- gdb/tracectf.c | 4 +- gdb/tracefile-tfile.c | 4 +- gdb/tracefile.c | 6 +- gdb/tracepoint.c | 108 ++- gdb/tui/tui-winsource.c | 16 +- gdbsupport/filtered-iterator.h | 7 +- gdbsupport/reference-to-pointer-iterator.h | 18 + gdbsupport/safe-iterator.h | 6 +- 26 files changed, 833 insertions(+), 801 deletions(-)