This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/binutils-gdb.
from 2eb132bdfb Automatic date update in version.in adds 8727caedd1 gdb/gdb_mbuild.sh: use return instead of continue to avoid s [...] adds e5213e2c85 gdb/python: Add BreakpointLocation type
No new revisions were added by this update.
Summary of changes: gdb/NEWS | 5 + gdb/breakpoint.c | 57 ++++ gdb/breakpoint.h | 5 + gdb/doc/python.texi | 71 +++++ gdb/gdb_mbuild.sh | 2 +- 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 +++++ 10 files changed, 532 insertions(+), 10 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