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 d15d4e20544 Revert "contrib: Add autoregen.py" new a92e943014f gdb: implement ::re_set method for catchpoint class
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: gdb/breakpoint.c | 54 +++++++ gdb/breakpoint.h | 13 +- ...h-signal-fork.c => reset-catchpoint-cond-lib.c} | 68 +++++---- .../{pc-not-saved.c => reset-catchpoint-cond.c} | 40 ++--- gdb/testsuite/gdb.base/reset-catchpoint-cond.exp | 169 +++++++++++++++++++++ .../reset-catchpoint-cond.py} | 8 +- 6 files changed, 298 insertions(+), 54 deletions(-) copy gdb/testsuite/gdb.base/{catch-signal-fork.c => reset-catchpoint-cond-lib.c} (52%) copy gdb/testsuite/gdb.base/{pc-not-saved.c => reset-catchpoint-cond.c} (61%) create mode 100644 gdb/testsuite/gdb.base/reset-catchpoint-cond.exp copy gdb/testsuite/{gdb.python/py-disasm-obj.exp => gdb.base/reset-catchpoint-cond [...]