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 f39cc214d5 Automatic date update in version.in adds 38733fdc8c Automatic date update in version.in adds 53944a3bf5 [gdbsupport] Add parallel_for_each_debug adds 68a5118c48 [gdb/testsuite] Fix gdb.arch/i386-mpx.exp adds 9d9dd861e9 [gdb/testsuite] Fix regression in step-indirect-call-thunk.e [...] adds c3d3b64b34 [gdb/testsuite] Allow override of ASAN_OPTIONS in lib/gdb.exp adds 4319180c81 [gdbsupport] Improve thread scheduling in parallel_for_each adds 37cea58867 x86: re-order insn template fields adds 7e864bf71d x86: correct VMOVSH attributes adds 602d2b520d gdb/python: look for python, then python 3 at configure time adds 9a14143c59 [gdb/testsuite] Remove duplicate of supports_gnuc adds 5154216259 arc: Update missing cipher. adds bbcab3366b opcodes/arc: Implement style support in the disassembler new 8f7f9b3a91 Remove ui_register_input_event_handler new efd3baf0dc Replace input_interactive_p with a method new 66fd2c678e Remove cli_out_new new 083aca0c83 Remove manual lifetime management from cli_interp new 6a40c6e437 Remove array typedef assumption for Ada new 23948f5602 Put gdb.base/bt-on-fatal-signal.exp GDB cores in output dir new 0b4fe76f95 Add gdb.free_objfile event registry
The 7 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 +- gas/ChangeLog | 5 + gas/config/tc-arc.c | 2 +- gas/testsuite/gas/i386/evex-wig.s | 12 + gas/testsuite/gas/i386/evex-wig1-intel.d | 9 + gas/testsuite/gas/i386/evex-wig1.d | 9 + gdb/ada-lang.c | 6 + gdb/ada-typeprint.c | 11 +- gdb/cli-out.c | 8 - gdb/cli-out.h | 4 +- gdb/cli/cli-interp.c | 36 +- gdb/cli/cli-script.c | 4 +- gdb/configure | 12 +- gdb/configure.ac | 3 +- gdb/defs.h | 2 - gdb/doc/python.texi | 11 + gdb/event-top.c | 24 +- gdb/infcall.c | 6 +- gdb/infrun.c | 2 +- gdb/mi/mi-interp.c | 2 +- gdb/python/py-all-events.def | 1 + gdb/python/py-event-types.def | 5 + gdb/python/py-event.h | 1 + gdb/python/py-inferior.c | 15 + gdb/python/py-newobjfileevent.c | 36 + gdb/testsuite/gdb.ada/multiarray.exp | 48 + gdb/testsuite/gdb.ada/multiarray/p.adb | 46 + gdb/testsuite/gdb.ada/multiarray/pack.ads | 34 + gdb/testsuite/gdb.arch/i386-mpx.exp | 2 +- gdb/testsuite/gdb.base/bt-on-fatal-signal.exp | 5 + .../gdb.base/step-indirect-call-thunk.exp | 6 +- gdb/testsuite/gdb.python/py-event-load.c | 42 + gdb/testsuite/gdb.python/py-event-load.exp | 67 + gdb/testsuite/gdb.python/py-event-load.py | 30 + gdb/testsuite/lib/gdb.exp | 14 +- gdb/top.c | 18 +- gdb/top.h | 17 +- gdb/tui/tui-io.c | 2 +- gdb/utils.c | 6 +- gdbsupport/parallel-for.h | 32 +- opcodes/ChangeLog | 10 + opcodes/arc-dis.c | 148 +- opcodes/disassemble.c | 5 + opcodes/i386-gen.c | 4 +- opcodes/i386-opc.h | 14 +- opcodes/i386-opc.tbl | 4 +- opcodes/i386-tbl.h | 7436 ++++++++++---------- 47 files changed, 4355 insertions(+), 3863 deletions(-) create mode 100644 gdb/testsuite/gdb.ada/multiarray.exp create mode 100644 gdb/testsuite/gdb.ada/multiarray/p.adb create mode 100644 gdb/testsuite/gdb.ada/multiarray/pack.ads create mode 100644 gdb/testsuite/gdb.python/py-event-load.c create mode 100644 gdb/testsuite/gdb.python/py-event-load.exp create mode 100644 gdb/testsuite/gdb.python/py-event-load.py