This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/gdb.
from d322d6d69d Move gdb_regex to gdbsupport adds 59505f2cec Unify "catch fork" and "catch vfork" adds 064f3c6a01 Move "catch fork" to a new file adds de8e4cb3af Move "catch exec" to a new file adds d66beefaf6 Simplify Ada catchpoints adds c68665c726 gdbserver: turn debug_threads into a boolean adds c058728c31 gdbserver: introduce threads_debug_printf, THREADS_SCOPED_DE [...] adds 91f94053dd gdbserver: introduce remote_debug_printf adds 72a52f2a86 Fix the remote-sim.c build adds 858b0eff3c Re: PowerPC64 DT_RELR adds 05900cefe2 Automatic date update in version.in adds 8f22c9532b PowerPC64 DT_RELR local GOT adds edca615ac1 PowerPC64 DT_RELR local PLT adds 8ffb6df2aa PowerPC64 DT_RELR ELFv1 new 2ddd4c6082 fbsd-nat: Add include for gdb_argv.
The 1 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: bfd/elf64-ppc.c | 43 +- bfd/version.h | 2 +- gdb/Makefile.in | 2 + gdb/ada-lang.c | 68 +-- gdb/break-catch-exec.c | 236 ++++++++++ gdb/break-catch-fork.c | 286 ++++++++++++ gdb/breakpoint.c | 535 ----------------------- gdb/fbsd-nat.c | 1 + gdb/remote-sim.c | 1 + gdbserver/ax.cc | 9 +- gdbserver/debug.cc | 28 +- gdbserver/debug.h | 41 +- gdbserver/fork-child.cc | 6 +- gdbserver/linux-aarch64-low.cc | 5 +- gdbserver/linux-low.cc | 965 ++++++++++++++++------------------------- gdbserver/linux-s390-low.cc | 5 +- gdbserver/linux-x86-low.cc | 5 +- gdbserver/mem-break.cc | 128 +++--- gdbserver/notif.cc | 10 +- gdbserver/remote-utils.cc | 63 +-- gdbserver/server.cc | 108 ++--- gdbserver/thread-db.cc | 44 +- gdbserver/tracepoint.cc | 35 +- 23 files changed, 1093 insertions(+), 1533 deletions(-) create mode 100644 gdb/break-catch-exec.c create mode 100644 gdb/break-catch-fork.c