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-next-allyesconfig in repository toolchain/ci/binutils-gdb.
from 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 adds 596dc4adff Speed up psymbol reading by removing a copy adds 38eae08459 Remove ALL_EXTENSION_LANGUAGES and ALL_ENABLED_EXTENSION_LANGUAGES adds a1fd1ac9de Remove ALL_SO_LIBS and so_list_head adds 94c93c35b5 Remove ALL_PSPACES adds 8be4b118a9 More C++-ification for struct display adds 4f7bc5edbd Don't re-process a DIE in read_lexical_block_scope adds b326e6b0de Automatic date update in version.in adds 6dc55ce97d Fix for the complaint observed when symbol reading due to un [...] adds 2f78cffc16 Change server_command to bool adds 4343499695 [gdb] Fix catch throw regexp matching adds 1ea1aee1ed Automatic date update in version.in
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- gdb/ChangeLog | 143 +++++++++++++ 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 | 39 +++- 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 | 9 + .../main.c => gdb.dwarf2/clang-debug-names.c} | 8 +- gdb/testsuite/gdb.dwarf2/clang-debug-names.exp | 145 +++++++++++++ gdb/top.c | 2 +- gdb/top.h | 2 +- 40 files changed, 853 insertions(+), 755 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