This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from 1d5bcf8d88 Automatic date update in version.in adds ff84cef42f Updated French translation for the gprof sub-directory. adds d11a9fabab objcopy: Mention 'entry address' in description adds 24e99c6c3c gdb: make get_dyn_prop a method of struct type adds 5c54719c22 gdb: make add_dyn_prop a method of struct type adds 7aa9131366 gdb: make remove_dyn_prop a method of struct type adds 98d48915d9 gdb: remove TYPE_DYN_PROP_LIST macro adds 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 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 new b326e6b0de Automatic date update in version.in
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/version.h | 2 +- binutils/ChangeLog | 5 + binutils/doc/binutils.texi | 10 +- gdb/ChangeLog | 166 +++++++++++++++ gdb/ada-lang.c | 4 +- gdb/ada-tasks.c | 4 +- gdb/ada-typeprint.c | 4 +- gdb/async-event.c | 74 +++---- 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 | 33 +-- gdb/exec.c | 3 +- gdb/extension.c | 153 +++++--------- gdb/gdbtypes.c | 57 +++--- gdb/gdbtypes.h | 45 ++-- 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/rust-lang.c | 3 +- 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 ++++++++++++++ gdb/value.c | 2 +- gprof/ChangeLog | 4 + gprof/po/fr.po | 52 +++-- 49 files changed, 999 insertions(+), 889 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