This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gcc/master-aarch64 in repository toolchain/ci/gdb.
from 3c0c7b4e1a Automatic date update in version.in adds 2eb132bdfb Automatic date update in version.in adds 8727caedd1 gdb/gdb_mbuild.sh: use return instead of continue to avoid s [...] new e5213e2c85 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: bfd/version.h | 2 +- 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 +++++ 11 files changed, 533 insertions(+), 11 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