This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_O1 in repository toolchain/ci/binutils-gdb.
from 8a2ef85186 Automatic date update in version.in adds d51926f06a Slightly tweak and clarify target_resume's interface adds 225170409b gdb/infrun: make fetch_inferior_event restore thread if exit [...] adds 446fcb446f Fix .debug_names regression with new indexer adds c7a73fa4dc De-duplicate .gdb_index adds 835e063d3a gprofng: assertion in gprofng/src/Expression.cc:139 adds 2f9ee862bc Move "catch load" to a new file adds 4e9e993a7e Boolify print_solib_event adds 16922ea6ad Add an assertion to clone_momentary_breakpoint adds 6689579725 Delete some unnecessary wrapper functions adds c01e038bd2 Return bool from breakpoint_ops::print_one adds 4c6a92b11d Add a vtable-based breakpoint ops adds c3ee64d0d8 Convert break-catch-sig to use vtable ops adds 3aca48d3b4 Convert break-catch-syscall to vtable ops adds 021443b5f3 Convert break-catch-exec to vtable ops adds 54485252a9 Convert break-catch-fork to vtable ops adds 89e57567f5 Convert break-catch-load to vtable ops adds 3a29292356 Convert watchpoints to vtable ops adds 779dcceba7 Convert tracepoints to vtable ops adds 098f12723d Add some new subclasses of breakpoint adds 2b5ab5b851 Convert base breakpoints to vtable ops adds 5bd3caf1b2 Convert break-catch-throw to vtable ops adds c359fff502 Convert internal breakpoints to vtable ops adds 1fd30a4730 Convert momentary breakpoints to vtable ops adds 5ad71d67ae Change inheritance of dprintf adds 7dd8e7ae28 Convert ordinary breakpoints to vtable ops adds ae72050b7f Convert Ada catchpoints to vtable ops adds f293a0b5d6 Convert dprintf to vtable ops adds ec45bb676c Convert ranged breakpoints to vtable ops adds 7b572efb48 Add bp_static_marker_tracepoint adds 6d7a8c568b Convert static marker tracepoints to vtable ops adds 823b50f385 Remove bkpt_base_breakpoint_ops adds 5d926615e9 Merge probe and ordinary breakpoints adds 8d89123dc2 Merge probe and ordinary tracepoints adds a48ddc0d6a Remove breakpoint_ops from init_ada_exception_breakpoint adds b3316ff153 Remove breakpoint_ops from init_catchpoint adds c47614fef9 Remove most fields from breakpoint_ops adds a0cd5f080b Remove vtable_breakpoint_ops adds 8613a476b1 Remove breakpoint ops initialization adds a678887d09 Constify breakpoint_ops adds ee89d0a4e8 Remove allocate_bp_location adds eee031e253 Remove create_breakpoints_sal_default adds 2e920d702b Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- 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/dwarf2/cooked-index.h | 7 +- gdb/dwarf2/index-write.c | 39 +- gdb/dwarf2/tag.h | 67 ++ gdb/infrun.c | 10 +- gdb/linux-nat.c | 29 +- gdb/mi/mi-cmd-break.c | 8 +- gdb/python/py-finishbreakpoint.c | 2 +- gdb/remote.c | 55 +- gdb/target.c | 13 +- gdb/target.h | 31 +- gprofng/src/Expression.cc | 34 +- gprofng/src/Expression.h | 2 - 23 files changed, 1607 insertions(+), 1817 deletions(-) create mode 100644 gdb/break-catch-load.c create mode 100644 gdb/dwarf2/tag.h