This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/gdb.
from 2f761de2ba gdb/remote: use current_inferior in read_ptid if multi-proce [...] adds 9e4902bfac Use unfiltered output in annotate.c adds 830df12588 Remove some uses of printf_unfiltered adds dcf1a2c8d2 Only have one API for unfiltered output adds 9b7167182d Add puts_unfiltered method to ui_file adds c8d74a7b4b Add style-escape methods to ui_file adds 0e37c0638c Remove vfprintf_styled_no_gdbfmt adds 3cd5229387 Change the pager to a ui_file adds f4bf8795b3 Remove fputs_styled_unfiltered adds 19a7b8ab87 Unify vprintf functions adds 0426ad513f Unify gdb puts functions adds a11ac3b3e8 Unify gdb putc functions adds 6cb06a8cda Unify gdb printf functions adds d0b1020bf1 Rename print_spaces_filtered adds 9fbf7f083e Rename puts_filtered_tabular adds bed009b9d8 Rename fprintf_symbol_filtered adds 7e9e74b6a8 Remove ui_out_flag::unfiltered_output adds 179d59a3ee Remove vfprintf_styled adds 6b0c115423 Minor comment updates in utils.h adds ebfc93611b Remove unnecessary calls to wrap_here and gdb_flush adds ad8b9970d4 Remove two unused hooks adds c09115ad6e Automatic date update in version.in adds 5321c31bc7 Fix for MUL instruction on the v850 new d537777dfe Decode "dynamic" interface types in Ada new c50e54825b Consolidate definition of current_directory
The 2 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/aarch64-linux-tdep.c | 8 +- gdb/aarch64-tdep.c | 16 +- gdb/ada-lang.c | 139 ++- gdb/ada-tasks.c | 48 +- gdb/ada-typeprint.c | 156 +-- gdb/ada-valprint.c | 126 +- gdb/addrmap.c | 8 +- gdb/agent.c | 6 +- gdb/aix-thread.c | 98 +- gdb/alpha-tdep.c | 2 +- gdb/amd64-linux-tdep.c | 8 +- gdb/annotate.c | 148 +-- gdb/arc-tdep.c | 26 +- gdb/arc-tdep.h | 2 +- gdb/arch-utils.c | 128 +- gdb/arm-linux-tdep.c | 8 +- gdb/arm-tdep.c | 168 +-- gdb/auto-load.c | 50 +- gdb/auxv.c | 12 +- gdb/avr-tdep.c | 24 +- gdb/ax-general.c | 24 +- gdb/bcache.c | 82 +- gdb/bcache.h | 2 +- gdb/bpf-tdep.c | 12 +- gdb/break-catch-exec.c | 4 +- gdb/break-catch-fork.c | 8 +- gdb/break-catch-sig.c | 22 +- gdb/break-catch-syscall.c | 20 +- gdb/break-catch-throw.c | 8 +- gdb/breakpoint.c | 390 +++--- gdb/bsd-kvm.c | 6 +- gdb/btrace.c | 132 +- gdb/build-id.c | 18 +- gdb/c-lang.c | 16 +- gdb/c-typeprint.c | 298 ++--- gdb/c-valprint.c | 50 +- gdb/charset.c | 32 +- gdb/cli-out.c | 54 +- gdb/cli/cli-cmds.c | 129 +- gdb/cli/cli-decode.c | 118 +- gdb/cli/cli-dump.c | 38 +- gdb/cli/cli-logging.c | 45 +- gdb/cli/cli-script.c | 14 +- gdb/cli/cli-setshow.c | 4 +- gdb/cli/cli-style.c | 16 +- gdb/cli/cli-utils.c | 6 +- gdb/coff-pe-read.c | 56 +- gdb/compile/compile-c-support.c | 178 +-- gdb/compile/compile-c-symbols.c | 38 +- gdb/compile/compile-cplus-symbols.c | 58 +- gdb/compile/compile-cplus-types.c | 36 +- gdb/compile/compile-loc2c.c | 118 +- gdb/compile/compile-object-load.c | 76 +- gdb/compile/compile.c | 30 +- gdb/complaints.c | 12 +- gdb/copying.awk | 6 +- gdb/copying.c | 1240 +++++++++---------- gdb/corefile.c | 4 +- gdb/corelow.c | 56 +- gdb/cp-namespace.c | 92 +- gdb/cp-support.c | 8 +- gdb/cp-valprint.c | 60 +- gdb/cris-tdep.c | 14 +- gdb/csky-tdep.c | 308 ++--- gdb/ctfread.c | 6 +- gdb/darwin-nat-info.c | 158 +-- gdb/darwin-nat.c | 60 +- gdb/dbxread.c | 12 +- gdb/dcache.c | 38 +- gdb/debug.c | 2 +- gdb/debuginfod-support.c | 66 +- gdb/disasm-selftests.c | 6 +- gdb/disasm.c | 52 +- gdb/displaced-stepping.c | 2 +- gdb/dummy-frame.c | 8 +- gdb/dwarf2/frame.c | 6 +- gdb/dwarf2/index-cache.c | 16 +- gdb/dwarf2/line-header.c | 8 +- gdb/dwarf2/loc.c | 240 ++-- gdb/dwarf2/read.c | 210 ++-- gdb/elfread.c | 12 +- gdb/event-top.c | 19 +- gdb/exceptions.c | 16 +- gdb/exec.c | 44 +- gdb/expop.h | 2 +- gdb/expprint.c | 68 +- gdb/f-lang.c | 12 +- gdb/f-lang.h | 6 +- gdb/f-typeprint.c | 72 +- gdb/f-valprint.c | 70 +- gdb/fbsd-nat.c | 148 +-- gdb/fbsd-tdep.c | 220 ++-- gdb/filesystem.c | 10 +- gdb/findcmd.c | 10 +- gdb/fork-child.c | 8 +- gdb/frame.c | 50 +- gdb/gcore.c | 14 +- gdb/gdb-demangle.c | 22 +- gdb/gdb_bfd.c | 4 +- gdb/gdbarch.c | 938 +++++++-------- gdb/gdbarch.py | 14 +- gdb/gdbtypes.c | 342 +++--- gdb/gnu-nat.c | 82 +- gdb/gnu-nat.h | 4 +- gdb/gnu-v3-abi.c | 34 +- gdb/go-typeprint.c | 2 +- gdb/go-valprint.c | 10 +- gdb/go32-nat.c | 286 ++--- gdb/guile/guile.c | 6 +- gdb/guile/scm-auto-load.c | 2 +- gdb/guile/scm-objfile.c | 4 +- gdb/guile/scm-param.c | 4 +- gdb/guile/scm-ports.c | 4 +- gdb/guile/scm-pretty-print.c | 42 +- gdb/h8300-tdep.c | 58 +- gdb/hppa-tdep.c | 106 +- gdb/i386-linux-tdep.c | 8 +- gdb/i386-tdep.c | 90 +- gdb/i387-tdep.c | 156 +-- gdb/ia64-libunwind-tdep.c | 8 +- gdb/ia64-tdep.c | 142 +-- gdb/inf-child.c | 2 +- gdb/inf-loop.c | 2 +- gdb/inf-ptrace.c | 12 +- gdb/infcall.c | 30 +- gdb/infcmd.c | 130 +- gdb/inferior.c | 42 +- gdb/inflow.c | 40 +- gdb/infrun.c | 152 +-- gdb/jit.c | 28 +- gdb/language.c | 60 +- gdb/linux-fork.c | 50 +- gdb/linux-nat.c | 8 +- gdb/linux-record.c | 188 +-- gdb/linux-tdep.c | 250 ++-- gdb/linux-thread-db.c | 54 +- gdb/m2-lang.c | 38 +- gdb/m2-typeprint.c | 108 +- gdb/m2-valprint.c | 44 +- gdb/m68hc11-tdep.c | 74 +- gdb/macrocmd.c | 60 +- gdb/main.c | 64 +- gdb/maint-test-options.c | 34 +- gdb/maint-test-settings.c | 2 +- gdb/maint.c | 138 +-- gdb/make-target-delegates.py | 12 +- gdb/mdebugread.c | 30 +- gdb/memattr.c | 82 +- gdb/mep-tdep.c | 2 +- gdb/mi/mi-cmd-var.c | 6 +- gdb/mi/mi-console.c | 10 +- gdb/mi/mi-interp.c | 138 +-- gdb/mi/mi-main.c | 62 +- gdb/mi/mi-out.c | 26 +- gdb/minsyms.c | 42 +- gdb/mips-linux-nat.c | 34 +- gdb/mips-tdep.c | 590 ++++----- gdb/mn10300-tdep.c | 4 +- gdb/moxie-tdep.c | 14 +- gdb/netbsd-nat.c | 130 +- gdb/netbsd-tdep.c | 46 +- gdb/nios2-tdep.c | 24 +- gdb/nto-procfs.c | 90 +- gdb/objc-lang.c | 24 +- gdb/observable.c | 2 +- gdb/or1k-tdep.c | 42 +- gdb/osabi.c | 16 +- gdb/p-lang.c | 30 +- gdb/p-lang.h | 2 +- gdb/p-typeprint.c | 208 ++-- gdb/p-valprint.c | 92 +- gdb/pager.h | 109 ++ gdb/parse.c | 10 +- gdb/ppc-linux-tdep.c | 6 +- gdb/printcmd.c | 345 +++--- gdb/procfs.c | 110 +- gdb/progspace.c | 12 +- gdb/psymtab.c | 299 +++-- gdb/python/py-auto-load.c | 2 +- gdb/python/py-breakpoint.c | 2 +- gdb/python/py-framefilter.c | 6 +- gdb/python/py-micmd.c | 2 +- gdb/python/py-param.c | 8 +- gdb/python/py-prettyprint.c | 40 +- gdb/python/py-unwind.c | 2 +- gdb/python/py-utils.c | 6 +- gdb/python/python.c | 32 +- gdb/ravenscar-thread.c | 4 +- gdb/record-btrace.c | 62 +- gdb/record-full.c | 286 ++--- gdb/record.c | 20 +- gdb/regcache-dump.c | 30 +- gdb/regcache.c | 66 +- gdb/reggroups.c | 6 +- gdb/remote-fileio.c | 4 +- gdb/remote-notif.c | 16 +- gdb/remote-sim.c | 96 +- gdb/remote.c | 202 ++-- gdb/reverse.c | 16 +- gdb/riscv-tdep.c | 228 ++-- gdb/rs6000-aix-nat.c | 18 +- gdb/rs6000-tdep.c | 36 +- gdb/rust-lang.c | 162 +-- gdb/rust-lang.h | 18 +- gdb/s12z-tdep.c | 18 +- gdb/s390-linux-nat.c | 8 +- gdb/s390-linux-tdep.c | 8 +- gdb/s390-tdep.c | 60 +- gdb/ser-base.c | 22 +- gdb/ser-go32.c | 30 +- gdb/ser-tcp.c | 4 +- gdb/ser-unix.c | 30 +- gdb/serial.c | 52 +- gdb/serial.h | 2 +- gdb/skip.c | 52 +- gdb/sol-thread.c | 44 +- gdb/solib-aix.c | 2 +- gdb/solib-dsbt.c | 80 +- gdb/solib-frv.c | 78 +- gdb/solib-svr4.c | 16 +- gdb/solib.c | 24 +- gdb/source-cache.c | 8 +- gdb/source.c | 98 +- gdb/sparc64-tdep.c | 12 +- gdb/stack.c | 158 +-- gdb/stap-probe.c | 4 +- gdb/symfile-debug.c | 212 ++-- gdb/symfile.c | 150 +-- gdb/symmisc.c | 420 +++---- gdb/symtab.c | 314 ++--- gdb/target-dcache.c | 6 +- gdb/target-debug.h | 24 +- gdb/target-delegates.c | 1400 +++++++++++----------- gdb/target-descriptions.c | 186 +-- gdb/target.c | 188 +-- gdb/testsuite/gdb.ada/dynamic-iface.exp | 44 + gdb/testsuite/gdb.ada/dynamic-iface/concrete.adb | 23 + gdb/testsuite/gdb.ada/dynamic-iface/concrete.ads | 36 + gdb/testsuite/gdb.ada/dynamic-iface/main.adb | 24 + gdb/thread.c | 48 +- gdb/top.c | 224 ++-- gdb/tracectf.c | 2 +- gdb/tracefile-tfile.c | 2 +- gdb/tracefile.c | 4 +- gdb/tracepoint.c | 359 +++--- gdb/tracepoint.h | 5 - gdb/tui/tui-io.c | 3 +- gdb/tui/tui-layout.c | 12 +- gdb/tui/tui-regs.c | 12 +- gdb/tui/tui-win.c | 24 +- gdb/typeprint.c | 82 +- gdb/ui-file.c | 40 +- gdb/ui-file.h | 63 +- gdb/ui-out.h | 5 +- gdb/unittests/command-def-selftests.c | 32 +- gdb/user-regs.c | 4 +- gdb/utils.c | 509 +++----- gdb/utils.h | 98 +- gdb/valops.c | 46 +- gdb/valprint.c | 252 ++-- gdb/value.c | 56 +- gdb/varobj.c | 8 +- gdb/windows-nat.c | 104 +- gdb/windows-tdep.c | 28 +- gdb/xml-support.c | 10 +- gdb/xtensa-tdep.c | 24 +- gdbserver/server.cc | 4 - gdbsupport/common-defs.h | 3 - gdbsupport/pathstuff.cc | 4 + gdbsupport/pathstuff.h | 3 + sim/testsuite/v850/mul.cgs | 15 + sim/v850/simops.c | 4 +- 273 files changed, 10385 insertions(+), 10330 deletions(-) create mode 100644 gdb/pager.h create mode 100644 gdb/testsuite/gdb.ada/dynamic-iface.exp create mode 100644 gdb/testsuite/gdb.ada/dynamic-iface/concrete.adb create mode 100644 gdb/testsuite/gdb.ada/dynamic-iface/concrete.ads create mode 100644 gdb/testsuite/gdb.ada/dynamic-iface/main.adb create mode 100644 sim/testsuite/v850/mul.cgs