This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gdb.
from 0ee8858e7a bfd targmatch.h makefile rule adds dd9cd55e99 PowerPC: bp-permanent.exp, kill-after-signal fix new 04d0163c3f Change print_recreate_thread to a method new 9efa3c7fa3 Remove breakpoint::ops new a6860f3ad2 Boolify breakpoint::explains_signal new 5a61e17687 Move works_in_software_mode to watchpoint new 7bd8631327 Constify breakpoint::print_it new a67bcaba1c Constify breakpoint::print_one new b713485d66 Constify breakpoint::print_mention new 4d1ae55893 Constify breakpoint::print_recreate new fb9e637013 Remove unnecessary line from catch_exec_command_1 new ec79815480 Add constructor to fork_catchpoint new 4874f776ca Add constructor to solib_catchpoint new e02f53e50e Add constructor to signal_catchpoint new 6c91c7de20 Add constructor to syscall_catchpoint new 1ae43feabb Add constructor to exception_catchpoint new 3101e4a1c5 Disable copying for breakpoint new 73063f5180 Remove init_raw_breakpoint_without_location new b68f26dea7 Add initializers to tracepoint new fed1c982de 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 +++++----- gdb/testsuite/gdb.base/bp-permanent.exp | 25 +++ gdb/testsuite/gdb.base/kill-after-signal.exp | 33 ++- 11 files changed, 412 insertions(+), 347 deletions(-)