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 202054aea67 Add ISA 3.1 check to powerpc-plxv-norel.exp new 81b327aadd3 gdb/guile: improve the errors when creating breakpoints new 08080f97440 gdb/guile: allow for catchpoint type breakpoints in guile new 6b95f5ad968 gdb/python: allow for catchpoint type breakpoints in python
The 3 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 | 21 +++++++++++ gdb/NEWS | 4 ++ gdb/doc/ChangeLog | 10 +++++ gdb/doc/guile.texi | 4 ++ gdb/doc/python.texi | 7 ++++ gdb/guile/scm-breakpoint.c | 19 +++++++++- gdb/python/py-breakpoint.c | 6 ++- gdb/testsuite/ChangeLog | 14 +++++++ gdb/testsuite/gdb.guile/scm-breakpoint.exp | 44 ++++++++++++++++++++++ gdb/testsuite/gdb.python/py-breakpoint.c | 14 +++++++ gdb/testsuite/gdb.python/py-breakpoint.exp | 60 ++++++++++++++++++++++++++++++ 11 files changed, 200 insertions(+), 3 deletions(-)