This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-allmodconfig in repository toolchain/ci/binutils-gdb.
from 422186a95c Remove newlines from warnings adds 9bf7038bb2 Update help text in ada-lang.c adds c6a636ce37 Fix printing large decimal values in strings. adds e99f9db0f5 [gdb/symtab] Fix symbol loading performance regression adds f19e22e922 [gdb] Fix dynamic-stack-buffer-overflow in linespec_lexer_le [...] adds 9ab084121f [gdb] Fix heap-buffer-overflow in cp_find_first_component_aux adds a706786341 gdb: Check for not allocated/associated values during array slicing adds 8bbce0c702 Automatic date update in version.in adds b49851c8e2 [gdb/testsuite] Add readnow.exp adds 8c2e74f181 [gdb/testsuite] Fix main high_pc in nonvar-access.exp adds 86108c1311 Remove shadowing from darwin-nat.c adds fea82da0fe [gdb/testsuite] Fix remove-inferiors.exp FAIL with readnow board new 89549d7f4d Remove trailing newlines from help text new c93dbb25ac Fix an unitinitalised local variable in decode_arm_unwind(). new 1c7fe9515d Remove linux-waitpid.c debugging code new 08f10e02be Move gdb's xmalloc and friends to new file
The 4 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 +- binutils/ChangeLog | 12 +++ binutils/readelf.c | 5 + binutils/strings.c | 4 +- gdb/ChangeLog | 83 +++++++++++++++ gdb/Makefile.in | 1 + gdb/ada-lang.c | 18 +++- gdb/alloc.c | 111 +++++++++++++++++++++ gdb/breakpoint.c | 10 +- gdb/btrace.c | 8 +- gdb/common/common-utils.c | 72 ------------- gdb/darwin-nat.c | 12 +-- gdb/disasm.c | 2 +- gdb/dwarf2read.c | 2 +- gdb/gdbserver/ChangeLog | 8 ++ gdb/gdbserver/Makefile.in | 11 ++ gdb/infcall.c | 2 +- gdb/infcmd.c | 4 +- gdb/interps.c | 5 +- gdb/language.c | 6 +- gdb/linespec.c | 5 +- gdb/nat/linux-waitpid.c | 34 +------ gdb/python/python.c | 3 +- gdb/reverse.c | 4 +- gdb/spu-tdep.c | 10 +- gdb/symtab.c | 15 +-- gdb/testsuite/ChangeLog | 19 ++++ .../source-error.gdb => boards/readnow.exp} | 15 ++- gdb/testsuite/gdb.dwarf2/nonvar-access.exp | 8 +- gdb/testsuite/gdb.fortran/vla-sizeof.exp | 4 +- gdb/testsuite/gdb.multi/remove-inferiors.exp | 5 +- gdb/top.c | 2 +- gdb/tracepoint.c | 6 +- gdb/tui/tui-layout.c | 2 +- gdb/tui/tui-stack.c | 2 +- gdb/tui/tui-win.c | 64 ++++++------ gdb/typeprint.c | 2 +- gdb/user-regs.c | 2 +- gdb/valops.c | 5 + 39 files changed, 380 insertions(+), 205 deletions(-) create mode 100644 gdb/alloc.c copy gdb/testsuite/{gdb.base/source-error.gdb => boards/readnow.exp} (66%)