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 093da43d2ad gdb, breakpoint: add a destructor to the watchpoint struct new bcafd1c19e6 Use gdb::checked_static_cast for watchpoints new 01bccc56af0 Use gdb::checked_static_cast for tracepoints new 6a9196a65f1 Use gdb::checked_static_cast for code_breakpoint new 8e032233a01 Use gdb::checked_static_cast for catchpoints
The 4 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 | 2 +- gdb/break-catch-sig.c | 10 +- gdb/break-catch-syscall.c | 4 +- gdb/breakpoint.c | 339 +++++++++++++++++++++++---------------------- gdb/elfread.c | 2 +- gdb/guile/scm-breakpoint.c | 3 +- gdb/mi/mi-cmd-break.c | 9 +- gdb/python/py-breakpoint.c | 3 +- gdb/remote.c | 11 +- gdb/target-debug.h | 2 + gdb/target-delegates.c | 16 +-- gdb/target.c | 2 +- gdb/target.h | 4 +- gdb/tracefile-tfile.c | 4 +- gdb/tracepoint.c | 25 ++-- gdb/tracepoint.h | 4 +- 16 files changed, 224 insertions(+), 216 deletions(-)