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_binutils/master-arm in repository toolchain/ci/binutils-gdb.
from 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 adds 25b0a5714c [gdb/testsuite] Fix FAIL in gdb.mi/mi-nsmoribund.exp adds a519e8ffe2 Add lval_funcs::is_optimized_out adds 3e44c3049f Allow lazy 'zero' value adds acbf4a58ef Remove 'varsize-limit' adds 1461d3712b gdb: Remove deprecated assertion in setting::get adds 58d82c2c59 [gdb/testsuite] Add Term::dump_box in lib/tuiterm.exp adds 1457d766df [gdb/testsuite] Make tui testing less verbose adds 79fa3c401c Automatic date update in version.in adds 55e3926e79 PR28401, invalid section name lookup adds 0a6041ce93 PR28403, null pointer dereference in disassemble_bytes adds 1808483c2f PR28402, fail to allocate line number array adds 1992e26ec4 PR28420, ecoff fuzzing failures new cf2ad3e662 [gdb/testsuite] Fix FAIL in gdb.tui/corefile-run.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: bfd/aout-ns32k.c | 8 +- bfd/aoutx.h | 11 ++- bfd/coff-mips.c | 9 +- bfd/coffcode.h | 35 ++++--- bfd/ecoff.c | 36 +++---- bfd/i386lynx.c | 62 ++++++------ bfd/pdp11.c | 3 +- bfd/version.h | 2 +- binutils/objdump.c | 30 +++--- gdb/NEWS | 5 + gdb/ada-lang.c | 52 ---------- gdb/ada-lang.h | 2 - gdb/ada-valprint.c | 6 -- gdb/command.h | 1 - gdb/dwarf2/expr.c | 56 ++++++++--- gdb/dwarf2/loc.c | 1 + gdb/opencl-lang.c | 1 + gdb/python/py-inferior.c | 16 ++- gdb/testsuite/gdb.ada/varsize_limit.exp | 9 +- gdb/testsuite/gdb.ada/varsize_limit/vsizelim.adb | 12 +++ .../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 +- .../py-inferior-leak.c} | 0 .../{py-pp-integral.exp => py-inferior-leak.exp} | 28 +++--- gdb/testsuite/gdb.python/py-inferior-leak.py | 109 +++++++++++++++++++++ gdb/testsuite/gdb.tui/corefile-run.exp | 2 +- gdb/testsuite/lib/tuiterm.exp | 59 +++++++---- gdb/valops.c | 11 --- gdb/value.c | 51 +++++++++- gdb/value.h | 6 ++ 32 files changed, 436 insertions(+), 250 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