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-arm-mainline-allnoconfig in repository toolchain/ci/binutils-gdb.
from a1b68f2834 gdb: small cleanup of async-event.c structs adds cee2106c5b Automatic date update in version.in adds 283cb58c4d [gdb/testsuite] Add gdb.dwarf2/clang-debug-names.c adds bf4cb9bee2 [gdb] Fix stepping over fork with follow-fork-mode child and gcc-8 new 596dc4adff Speed up psymbol reading by removing a copy new 38eae08459 Remove ALL_EXTENSION_LANGUAGES and ALL_ENABLED_EXTENSION_LANGUAGES new a1fd1ac9de Remove ALL_SO_LIBS and so_list_head new 94c93c35b5 Remove ALL_PSPACES new 8be4b118a9 More C++-ification for struct display new 4f7bc5edbd Don't re-process a DIE in read_lexical_block_scope
The 6 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/ChangeLog | 132 ++++++++++++ gdb/ada-tasks.c | 4 +- gdb/break-catch-throw.c | 12 +- gdb/breakpoint.c | 228 ++++++++++----------- gdb/c-exp.y | 11 +- gdb/c-typeprint.c | 4 +- gdb/cp-support.c | 41 ++-- gdb/cp-support.h | 11 +- gdb/dbxread.c | 9 +- gdb/dwarf2/read.c | 21 +- gdb/exec.c | 3 +- gdb/extension.c | 153 +++++--------- gdb/gnu-v3-abi.c | 14 +- gdb/guile/scm-progspace.c | 11 +- gdb/infrun.c | 6 + gdb/linespec.c | 143 +++++++------ gdb/mi/mi-cmd-file.c | 3 +- gdb/printcmd.c | 193 ++++++----------- gdb/probe.c | 4 +- gdb/progspace.c | 81 ++------ gdb/progspace.h | 17 +- gdb/psymtab.c | 4 +- gdb/python/python.c | 14 +- gdb/solib-frv.c | 18 +- gdb/solib-svr4.c | 8 +- gdb/solib.c | 50 ++--- gdb/solib.h | 9 +- gdb/solist.h | 8 - gdb/source.c | 4 +- gdb/stabsread.c | 12 +- gdb/symfile-debug.c | 4 +- gdb/symmisc.c | 134 ++++++------ gdb/symtab.c | 28 +-- gdb/symtab.h | 17 +- gdb/testsuite/ChangeLog | 5 + .../main.c => gdb.dwarf2/clang-debug-names.c} | 8 +- gdb/testsuite/gdb.dwarf2/clang-debug-names.exp | 156 ++++++++++++++ 38 files changed, 829 insertions(+), 753 deletions(-) copy gdb/testsuite/{gdb.debuginfod/main.c => gdb.dwarf2/clang-debug-names.c} (93%) create mode 100644 gdb/testsuite/gdb.dwarf2/clang-debug-names.exp