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 d322d6d69df Move gdb_regex to gdbsupport new 59505f2cec8 Unify "catch fork" and "catch vfork" new 064f3c6a01b Move "catch fork" to a new file new de8e4cb3af9 Move "catch exec" to a new file new d66beefaf63 Simplify Ada 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/Makefile.in | 2 + gdb/ada-lang.c | 68 +------ gdb/break-catch-exec.c | 236 ++++++++++++++++++++++ gdb/break-catch-fork.c | 286 ++++++++++++++++++++++++++ gdb/breakpoint.c | 535 ------------------------------------------------- 5 files changed, 527 insertions(+), 600 deletions(-) create mode 100644 gdb/break-catch-exec.c create mode 100644 gdb/break-catch-fork.c