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 835e063d3a0 gprofng: assertion in gprofng/src/Expression.cc:139 new 2f9ee862bca Move "catch load" to a new file new 4e9e993a7e7 Boolify print_solib_event new 16922ea6adf Add an assertion to clone_momentary_breakpoint new 6689579725c Delete some unnecessary wrapper functions new c01e038bd26 Return bool from breakpoint_ops::print_one new 4c6a92b11dd Add a vtable-based breakpoint ops new c3ee64d0d81 Convert break-catch-sig to use vtable ops new 3aca48d3b44 Convert break-catch-syscall to vtable ops new 021443b5f3d Convert break-catch-exec to vtable ops new 54485252a9d Convert break-catch-fork to vtable ops new 89e57567f5f Convert break-catch-load to vtable ops new 3a29292356c Convert watchpoints to vtable ops new 779dcceba7e Convert tracepoints to vtable ops new 098f12723d5 Add some new subclasses of breakpoint new 2b5ab5b8514 Convert base breakpoints to vtable ops new 5bd3caf1b2f Convert break-catch-throw to vtable ops new c359fff502a Convert internal breakpoints to vtable ops new 1fd30a47303 Convert momentary breakpoints to vtable ops new 5ad71d67aef Change inheritance of dprintf new 7dd8e7ae28c Convert ordinary breakpoints to vtable ops new ae72050b7f8 Convert Ada catchpoints to vtable ops new f293a0b5d6b Convert dprintf to vtable ops new ec45bb676c9 Convert ranged breakpoints to vtable ops new 7b572efb48e Add bp_static_marker_tracepoint new 6d7a8c568bf Convert static marker tracepoints to vtable ops new 823b50f3857 Remove bkpt_base_breakpoint_ops new 5d926615e96 Merge probe and ordinary breakpoints new 8d89123dc22 Merge probe and ordinary tracepoints new a48ddc0d6ab Remove breakpoint_ops from init_ada_exception_breakpoint new b3316ff1532 Remove breakpoint_ops from init_catchpoint new c47614fef9f Remove most fields from breakpoint_ops new a0cd5f080b0 Remove vtable_breakpoint_ops new 8613a476b19 Remove breakpoint ops initialization new a678887d09c Constify breakpoint_ops new ee89d0a4e82 Remove allocate_bp_location new eee031e253a Remove create_breakpoints_sal_default
The 36 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/Makefile.in | 1 + gdb/ada-lang.c | 157 ++-- gdb/break-catch-exec.c | 102 +-- gdb/break-catch-fork.c | 145 ++-- gdb/break-catch-load.c | 282 +++++++ gdb/break-catch-sig.c | 152 ++-- gdb/break-catch-syscall.c | 158 ++-- gdb/break-catch-throw.c | 143 ++-- gdb/breakpoint.c | 1710 +++++++++++++------------------------- gdb/breakpoint.h | 275 +++--- gdb/mi/mi-cmd-break.c | 8 +- gdb/python/py-finishbreakpoint.c | 2 +- gdb/remote.c | 3 +- 13 files changed, 1410 insertions(+), 1728 deletions(-) create mode 100644 gdb/break-catch-load.c