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 bdef5723041 Add optional full_window argument to TuiWindow.write new 43892fdfa1a gdb: add all_breakpoints function new 1428b37afbd gdb: add all_breakpoints_safe function new f6d17b2b1c0 gdb: add all_tracepoints function new 40cb8ca5396 gdb: add breakpoint::locations method new 5d51cd5d14d gdb: make bp_locations an std::vector new 48d7020b7fe gdb: add all_bp_locations function new e0d9a270407 gdb: add all_bp_locations_at_addr function new 240edef62f0 gdb: remove iterate_over_breakpoints function new 055c879fcf2 gdb: remove iterate_over_bp_locations function
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/ChangeLog | 79 ++++ gdb/ada-lang.c | 4 +- gdb/breakpoint.c | 866 ++++++++++++++------------------------- gdb/breakpoint.h | 69 +++- gdb/dummy-frame.c | 7 +- gdb/guile/scm-breakpoint.c | 10 +- gdb/jit.c | 2 +- gdb/python/py-breakpoint.c | 27 +- gdb/python/py-finishbreakpoint.c | 17 +- gdb/record-full.c | 26 +- gdb/remote.c | 3 +- gdb/solib-svr4.c | 7 +- gdb/tracepoint.c | 31 +- gdb/tui/tui-winsource.c | 9 +- 14 files changed, 499 insertions(+), 658 deletions(-)