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 f9a8785566f PowerPC: Make test gdb.arch/powerpc-power10.exp Endian inde [...] new 06615628294 add_location_to_breakpoint -> breakpoint::add_location new 1c2cbcf1de2 Make structs breakpoint/base_breakpoint/catchpoint be abstract new f317d1eb2a7 ranged_breakpoint: don't use init_raw_breakpoint new 27a62b4359a ranged_breakpoint: use install_breakpoint new b925bf21e07 ranged_breakpoint: move initialization to ctor new ff733ec228e Make a few functions work with base_breakpoint instead of b [...] new ef4848c75f8 More breakpoint_ops parameter elimination new d837fd813d9 Remove "internal" parameter from a couple functions new 3b003a61266 init_breakpoint_sal -> base_breakpoint::base_breakpoint new 8cd0bf5e7ef Make ada_catchpoint_location's owner ctor parameter be ada_ [...] new bd21b6c9cf3 Convert init_ada_exception_catchpoint to a ctor new 752a2291b12 Refactor set_internal_breakpoint / internal_breakpoint ctor new 7a3e3265ed4 Refactor momentary breakpoints, eliminate set_raw_breakpoin [...] new 249dfeafc96 Make exception_catchpoint inherit base_breakpoint instead o [...] new 6e14e4412b6 Make breakpoint_address_bits look at the location kind new acd0955bc11 Make catchpoint inherit breakpoint, eliminate init_raw_breakpoint new 92bb0228c82 Move common bits of catchpoint/exception_catchpoint to brea [...] new 960bc2bd140 Move add_location(sal) to base_breakpoint new 9a71ed14cb3 Add/tweak intro comments of struct breakpoint and several s [...] new f9703051465 Momentary breakpoints should have no breakpoint number new 7ab979957c6 Make sure momentary breakpoints are always thread-specific new 46f0aab1435 Test "set multiple-symbols on" creating multiple breakpoints new 74421c0bc85 Rename base_breakpoint -> code_breakpoint
The 23 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 | 81 ++-- gdb/break-catch-syscall.c | 6 +- gdb/break-catch-throw.c | 14 +- gdb/breakpoint.c | 801 ++++++++++++++++--------------------- gdb/breakpoint.h | 93 +++-- gdb/elfread.c | 6 +- gdb/mi/mi-cmd-break.c | 4 +- gdb/minsyms.c | 4 +- gdb/python/py-finishbreakpoint.c | 2 +- gdb/symtab.h | 5 +- gdb/testsuite/gdb.cp/ovldbreak.exp | 100 +++-- 11 files changed, 542 insertions(+), 574 deletions(-)