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 dd9cd55e990 PowerPC: bp-permanent.exp, kill-after-signal fix new 04d0163c3ff Change print_recreate_thread to a method new 9efa3c7fa36 Remove breakpoint::ops new a6860f3ad2d Boolify breakpoint::explains_signal new 5a61e176877 Move works_in_software_mode to watchpoint new 7bd8631327c Constify breakpoint::print_it new a67bcaba1c4 Constify breakpoint::print_one new b713485d666 Constify breakpoint::print_mention new 4d1ae558932 Constify breakpoint::print_recreate new fb9e6370133 Remove unnecessary line from catch_exec_command_1 new ec798154804 Add constructor to fork_catchpoint new 4874f776caf Add constructor to solib_catchpoint new e02f53e50eb Add constructor to signal_catchpoint new 6c91c7de200 Add constructor to syscall_catchpoint new 1ae43feabb9 Add constructor to exception_catchpoint new 3101e4a1c5a Disable copying for breakpoint new 73063f5180a Remove init_raw_breakpoint_without_location new b68f26dea78 Add initializers to tracepoint new fed1c982dec Introduce catchpoint class
The 18 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 | 36 +++--- gdb/break-catch-exec.c | 30 +++-- gdb/break-catch-fork.c | 36 +++--- gdb/break-catch-load.c | 46 ++++--- gdb/break-catch-sig.c | 39 +++--- gdb/break-catch-syscall.c | 29 +++-- gdb/break-catch-throw.c | 51 ++++---- gdb/breakpoint.c | 315 ++++++++++++++++++++-------------------------- gdb/breakpoint.h | 119 ++++++++++-------- 9 files changed, 355 insertions(+), 346 deletions(-)