This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-Os_LTO in repository toolchain/ci/binutils-gdb.
from b0b8879e29 [gdb/symtab] Use unrelocated addresses in call_site adds 77252bf26e [gdb/build] Add CXX_DIALECT to CXX adds e133de4984 Minor boolean fix in windows-nat.c adds 3456e70c9d Use unique_xmalloc_ptr<char> when demangling adds 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 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 adds cf2ad3e662 [gdb/testsuite] Fix FAIL in gdb.tui/corefile-run.exp adds 24616c1995 gdb/doc: improve 'show print elements' description adds 82f2f39d81 Automatic date update in version.in adds cf4505a7ec [gdb/testsuite] Refactor regexp in gdb.base/annota1.exp adds c0ae8ccdba [gdb/testsuite] Fix FAIL in gdb.base/annota1.exp adds 89e62f7454 Change ridiculous section size error adds 6d661cdc5b PR28422, build_id use-after-free adds 6646834337 PR28423, use-after-free in objdump adds cda0561f9e RISC-V: Split Zb[abc] into commented sections adds 586dcfc81e RISC-V: Update extension version for Zb[abc] to 1.0.0 adds 9455c91957 RISC-V: Add support for Zbs instructions adds 8baf3d0756 RISC-V: Support aliases for Zbs instructions new cd3f655cc7 gdb: add accessors for field (and call site) location new 22589c4996 [gdb/testsuite] Fix gdb.guile/scm-type.exp with gcc 4.8 new d7a6aa74c8 [gdb/testsuite] Fix gdb.threads/check-libthread-db.exp with [...]
The 3 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/coff-rs6000.c | 49 ++++++- bfd/coff64-rs6000.c | 24 +--- bfd/coffcode.h | 35 ++--- bfd/compress.c | 2 +- bfd/ecoff.c | 36 ++--- bfd/elfxx-riscv.c | 7 +- bfd/format.c | 1 + bfd/i386lynx.c | 62 ++++----- bfd/pdp11.c | 3 +- bfd/version.h | 2 +- binutils/objdump.c | 30 +++-- gas/config/tc-riscv.c | 3 + gas/testsuite/gas/riscv/b-ext-64.d | 26 +++- gas/testsuite/gas/riscv/b-ext-64.s | 25 ++++ gas/testsuite/gas/riscv/b-ext.d | 18 ++- gas/testsuite/gas/riscv/b-ext.s | 17 +++ gdb/NEWS | 11 ++ gdb/ada-lang.c | 70 +--------- gdb/ada-lang.h | 2 - gdb/ada-valprint.c | 6 - gdb/amd64-tdep.c | 11 +- gdb/ax_cxx_compile_stdcxx.m4 | 8 ++ gdb/c-lang.c | 8 +- gdb/c-typeprint.c | 34 ++--- gdb/coffread.c | 6 +- gdb/command.h | 1 - gdb/configure | 8 ++ gdb/cp-support.c | 29 ++--- gdb/cp-support.h | 2 +- gdb/cp-valprint.c | 12 +- gdb/ctfread.c | 4 +- gdb/d-lang.c | 10 +- gdb/d-lang.h | 3 +- gdb/doc/gdb.texinfo | 1 - gdb/doc/python.texi | 15 ++- gdb/dwarf2/expr.c | 56 ++++++-- gdb/dwarf2/loc.c | 1 + gdb/dwarf2/read.c | 46 ++++--- gdb/f-lang.h | 3 +- gdb/gdb-demangle.c | 9 +- gdb/gdbtypes.c | 41 +++--- gdb/gdbtypes.h | 145 +++++++++++++++++---- gdb/gnu-v2-abi.c | 9 +- gdb/gnu-v3-abi.c | 21 ++- gdb/go-lang.c | 23 ++-- gdb/go-lang.h | 8 +- gdb/language.c | 5 +- gdb/language.h | 12 +- gdb/mdebugread.c | 4 +- gdb/minsyms.c | 5 +- gdb/objc-lang.c | 12 +- gdb/observable.c | 1 + gdb/observable.h | 4 +- gdb/opencl-lang.c | 1 + 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/rust-lang.c | 4 +- gdb/rust-lang.h | 8 +- gdb/stabsread.c | 12 +- gdb/symtab.c | 21 +-- gdb/symtab.h | 4 +- gdb/target-descriptions.c | 6 +- gdb/testsuite/gdb.ada/varsize_limit.exp | 9 +- gdb/testsuite/gdb.ada/varsize_limit/vsizelim.adb | 12 ++ gdb/testsuite/gdb.base/annota1.exp | 60 ++++++--- .../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.guile/scm-type.exp | 2 +- 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/testsuite/gdb.threads/check-libthread-db.exp | 4 +- gdb/testsuite/gdb.tui/corefile-run.exp | 2 +- gdb/testsuite/lib/tuiterm.exp | 59 ++++++--- gdb/top.c | 6 +- gdb/utils.c | 11 +- gdb/valops.c | 11 -- gdb/value.c | 51 +++++++- gdb/value.h | 6 + gdb/windows-nat.c | 2 +- gdb/windows-tdep.c | 2 +- gdbserver/configure | 8 ++ gdbsupport/configure | 8 ++ include/opcode/riscv-opc.h | 24 ++++ include/opcode/riscv.h | 1 + opcodes/riscv-opc.c | 19 +++ 95 files changed, 1169 insertions(+), 554 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