This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-7.12-branch in repository binutils-gdb.
from 9be00a7 Quiet ARI gettext checks new 7c50acc Simplify remove_breakpoint interface new bbbbef2 Introduce 'enum remove_bp_reason' new aac9c62 Plumb enum remove_bp_reason all the way to target_remove_breakpoint new 4dfacf7 Fix PR gdb/19187 (process record over a fork causes internal error)
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/ChangeLog | 59 ++++++++++++++++++++++ gdb/break-catch-sig.c | 3 +- gdb/break-catch-syscall.c | 2 +- gdb/breakpoint.c | 70 +++++++++++++-------------- gdb/breakpoint.h | 14 +++++- gdb/corelow.c | 12 ++++- gdb/exec.c | 12 ++++- gdb/mem-break.c | 3 +- gdb/nto-procfs.c | 3 +- gdb/record-btrace.c | 6 ++- gdb/record-full.c | 15 ++++-- gdb/remote.c | 5 +- gdb/target-debug.h | 2 + gdb/target-delegates.c | 10 ++-- gdb/target.c | 5 +- gdb/target.h | 9 ++-- gdb/testsuite/ChangeLog | 6 +++ gdb/testsuite/gdb.reverse/waitpid-reverse.exp | 4 +- 18 files changed, 176 insertions(+), 64 deletions(-)