This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/binutils-gdb.
from db0768c320 Automatic date update in version.in adds 1cb56ad3f3 gdb/python: update events test to handle missing exit_code adds b1f0f28418 gdb/python: add a new gdb_exiting event adds a5ea23036d [gdb/testsuite] Use function_range in gdb.dwarf2/dw2-ref-mis [...] adds cb6e6bb89d gdb/python: fix memory leak in python inferior code new 25b0a5714c [gdb/testsuite] Fix FAIL in gdb.mi/mi-nsmoribund.exp
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 | 6 ++ gdb/doc/python.texi | 15 ++- gdb/observable.c | 1 + gdb/observable.h | 4 +- gdb/python/py-all-events.def | 1 + gdb/python/py-event-types.def | 5 + gdb/python/py-inferior.c | 16 ++- gdb/python/python.c | 35 +++++++ .../gdb.dwarf2/dw2-ref-missing-frame-func.c | 22 +---- gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame.S | 12 +-- gdb/testsuite/gdb.dwarf2/dw2-ref-missing-frame.exp | 23 +++-- gdb/testsuite/gdb.mi/mi-nsmoribund.exp | 6 +- gdb/testsuite/gdb.python/py-events.exp | 69 +++++++++++++ gdb/testsuite/gdb.python/py-events.py | 30 +++++- .../py-inferior-leak.c} | 0 .../{py-pp-integral.exp => py-inferior-leak.exp} | 28 +++--- gdb/testsuite/gdb.python/py-inferior-leak.py | 109 +++++++++++++++++++++ gdb/top.c | 6 +- 18 files changed, 330 insertions(+), 58 deletions(-) copy gdb/testsuite/{gdb.base/inferior-noarg.c => gdb.python/py-inferior-leak.c} (100%) copy gdb/testsuite/gdb.python/{py-pp-integral.exp => py-inferior-leak.exp} (60%) create mode 100644 gdb/testsuite/gdb.python/py-inferior-leak.py