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-allmodconfig in repository toolchain/ci/binutils-gdb.
from 128bf1fe60 LTO object insertion point new c0e8dcd871 Change breakpoint::filter to be a unique_xmalloc_ptr new 269249d940 Fix latent bug in source cache new 872dceaaff Save plain text in the source cache new cb44333d99 Add file offsets to the source cache new b08b16c839 Clean up source file error reporting new ddbcedf5de Replace int with enum block_enum where appropriate. new 046bebe1c0 Add more styling to "disassemble" new 404f29021a [PR build/24886] disable glibc mcheck support new 590042fc45 Make first and last lines of 'command help documentation' co [...] new d2834edcb6 Add a selftest that checks documentation invariants. new b3c6d7ff98 Automatic date update in version.in new 021887d88a Use obstack_strdup more new f25102f7b1 Make obstack_strdup inline new efba19b06a Add obstack_strdup overload taking a std::string new 0cf9feb996 Introduce obstack_strndup new 906799036a PR24876, readelf: heap-buffer-overflow in dump_ia64_unwind
The 16 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 | 6 + binutils/readelf.c | 3 +- gdb/ChangeLog | 223 ++++++++++++++++++++++++++ gdb/Makefile.in | 2 +- gdb/acinclude.m4 | 3 - gdb/ada-exp.y | 15 +- gdb/ada-lang.c | 15 +- gdb/ada-tasks.c | 4 +- gdb/annotate.c | 11 +- gdb/breakpoint.c | 66 ++++---- gdb/breakpoint.h | 5 +- gdb/buildsym.c | 5 +- gdb/c-exp.y | 11 +- gdb/cli-out.c | 6 + gdb/cli-out.h | 2 + gdb/cli/cli-cmds.c | 9 +- gdb/cli/cli-decode.c | 31 ++-- gdb/cli/cli-decode.h | 11 +- gdb/cli/cli-logging.c | 4 +- gdb/cli/cli-option.c | 16 +- gdb/cli/cli-setshow.c | 5 +- gdb/cli/cli-style.c | 28 ++-- gdb/coffread.c | 11 +- gdb/compile/compile.c | 12 +- gdb/config.in | 3 - gdb/configure | 81 ---------- gdb/configure.ac | 22 --- gdb/corelow.c | 3 +- gdb/cp-support.c | 10 +- gdb/dbxread.c | 8 +- gdb/disasm.c | 49 +++--- gdb/disasm.h | 20 ++- gdb/dwarf-index-cache.c | 4 +- gdb/dwarf2read.c | 63 +++----- gdb/filesystem.c | 4 +- gdb/frame.c | 4 +- gdb/gdb_obstack.c | 10 -- gdb/gdb_obstack.h | 27 +++- gdb/gdbserver/ChangeLog | 7 + gdb/gdbserver/acinclude.m4 | 3 - gdb/gdbserver/config.in | 3 - gdb/gdbserver/configure | 159 ++++++------------ gdb/gdbserver/configure.ac | 9 -- gdb/gnu-nat.c | 10 +- gdb/infcall.c | 2 +- gdb/infcmd.c | 5 +- gdb/interps.c | 9 +- gdb/jit.c | 6 +- gdb/language.c | 8 +- gdb/libmcheck.m4 | 43 ----- gdb/linux-fork.c | 3 +- gdb/maint-test-options.c | 4 +- gdb/maint-test-settings.c | 48 +++--- gdb/maint.c | 21 +-- gdb/mdebugread.c | 12 +- gdb/memattr.c | 10 +- gdb/mi/mi-out.h | 5 + gdb/namespace.c | 13 +- gdb/objfiles.c | 8 +- gdb/printcmd.c | 9 +- gdb/python/lib/gdb/function/strfns.py | 8 +- gdb/ravenscar-thread.c | 8 +- gdb/record-btrace.c | 18 +-- gdb/record-full.c | 4 +- gdb/record.c | 6 +- gdb/regcache-dump.c | 4 +- gdb/regcache.c | 2 +- gdb/remote.c | 36 ++--- gdb/rust-exp.y | 2 +- gdb/ser-tcp.c | 16 +- gdb/serial.c | 8 +- gdb/skip.c | 30 ++-- gdb/source-cache.c | 294 +++++++++++++++++++++------------- gdb/source-cache.h | 63 +++++--- gdb/source.c | 156 +++++------------- gdb/source.h | 5 - gdb/stabsread.c | 19 +-- gdb/stack.c | 13 +- gdb/symfile.c | 12 +- gdb/symtab.c | 18 ++- gdb/symtab.h | 10 -- gdb/target-descriptions.c | 9 +- gdb/testsuite/ChangeLog | 11 ++ gdb/testsuite/gdb.base/help.exp | 8 +- gdb/testsuite/gdb.base/style.c | 7 +- gdb/testsuite/gdb.base/style.exp | 8 +- gdb/top.c | 26 ++- gdb/tracefile-tfile.c | 3 +- gdb/tracepoint.c | 20 +-- gdb/tui/tui-source.c | 4 +- gdb/tui/tui-win.c | 6 +- gdb/typeprint.c | 5 +- gdb/ui-out.h | 4 + gdb/unittests/help-doc-selftests.c | 107 +++++++++++++ gdb/utils.c | 14 +- gdb/valprint.c | 2 +- gdb/xcoffread.c | 7 +- 98 files changed, 1170 insertions(+), 1014 deletions(-) delete mode 100644 gdb/libmcheck.m4 create mode 100644 gdb/unittests/help-doc-selftests.c