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 8727caedd18 gdb/gdb_mbuild.sh: use return instead of continue to avoid [...] new e5213e2c851 gdb/python: Add BreakpointLocation type
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/NEWS | 5 + gdb/breakpoint.c | 57 ++++ gdb/breakpoint.h | 5 + gdb/doc/python.texi | 71 +++++ gdb/python/py-breakpoint.c | 316 +++++++++++++++++++++ gdb/python/python-internal.h | 2 + gdb/python/python.c | 1 + .../mi-stepn.c => gdb.python/py-bp-locations.c} | 19 +- gdb/testsuite/gdb.python/py-bp-locations.exp | 64 +++++ 9 files changed, 531 insertions(+), 9 deletions(-) copy gdb/testsuite/{gdb.mi/mi-stepn.c => gdb.python/py-bp-locations.c} (77%) create mode 100644 gdb/testsuite/gdb.python/py-bp-locations.exp