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_check_gdb/master-arm in repository toolchain/ci/gdb.
from df7a7bdd97 gdb: add support for Fortran's ASSUMED RANK arrays adds cf78890fd4 Automatic date update in version.in adds cbf26882c0 [gdb/testsuite] Fix KPASS in gdb.ada/arrayptr.exp adds ea6303b497 Remove more Python 2 code adds 60a3da00bd objdump/opcodes: add syntax highlighting to disassembler output adds 49d31dc98e opcodes/riscv: implement style support in the disassembler adds fbbb45cef5 opcodes/i386: partially implement disassembler style support adds edbc15e6c4 gdb: remove use of vfprintf_filtered adds 867b8c308a gas: copy st_size only if unset adds 056b6f879d gdb: remove some unused buildsym-legacy functions adds 59dfe8ad84 gdb: rename start_symtab/end_symtab to start_compunit_symtab [...] adds 81eaa50610 Handle ghost entities in symbol lookup adds c3f2a3738a Remove null sentinel from 'attributes' adds 45016746f1 Fix bug in Ada attributes lexing adds 28c4b1ffaa Enable "set debug parser" for Ada adds 1e237aba22 Refactor expression completion adds c66ed94ae9 Implement completion for Ada attributes adds 67700be286 Refactor ada-lex.l:processId adds 02a8d05fc6 Remove the Ada DOT_ALL token adds 484e7c5ff5 Consolidate single-char tokens in ada-lex.l adds d4da1b2c1b Add context-sensitive field name completion to Ada parser adds 4994e74b7a Avoid undefined behavior in gdbscm_make_breakpoint adds 85b25bd975 Simplify windows-nat.c solib handling adds 04ae91ea52 Use auto_obstack in windows-nat.c adds 44c6a4106e Use unique_ptr in the Windows thread list adds fc0b013e44 Remove windows_thread_info destructor adds 0578e87f93 Remove some globals from nat/windows-nat.c adds 7b01c1cc1d sim: fixes for libopcodes styled disassembler adds cb25fdbb76 gdb: remove assertion in psymbol_functions::expand_symtabs_matching adds 962937b15d gdb: make timestamped_file implement can_emit_style_escape adds 6cacd78ba5 gdb/buildsym: Line record use a record flag adds cc96ae7f88 gdb: Add support for DW_LNS_set_prologue_end in line-table adds 6109f7a39e gdb: Add maint set ignore-prologue-end-flag adds 4cc98c360d Handle TLS variable lookups when using separate debug files. adds d3b610627e gdb/testsuite: fix timeout in server-pipe.exp test adds ef485e453a Automatic date update in version.in adds ad62fd4546 gdb: make timestamped_file implement write_async_safe adds 6f5d514f91 gdb: replace inferior::waiting_for_vfork_done with inferior: [...] adds 148cf134e9 gdb/infrun: add inferior parameters to stop_all_threads and [...] adds 05d65a7a6c gdb/infrun: add logging statement to do_target_resume adds d8bbae6ea0 gdb: fix handling of vfork by multi-threaded program (follow [...] adds e88cf517e9 gdbserver: report correct status in thread stop race condition adds 3890f02a5b gdb/remote: remove_new_fork_children don't access target_wai [...] adds 27f9f64975 gdb: resume ongoing step after handling fork or vfork adds d5ce6f2dca Fix qRcmd error code parsing adds 9b571e2898 gdb/testsuite: fix intermittent failures in gdb.mi/mi-cmd-us [...] adds b8b5466f0d gdb/testsuite: fix intermittent failure in gdb.base/vfork-fo [...] adds 4815d6125e Don't call init_thread_list in windows-nat.c
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/NEWS | 4 + binutils/doc/binutils.texi | 11 + binutils/objdump.c | 249 ++++++++-- gas/config/obj-elf.c | 24 +- gas/testsuite/gas/elf/elf.exp | 1 + gas/testsuite/gas/elf/size.d | 14 + gas/testsuite/gas/elf/size.s | 23 + gdb/NEWS | 20 + gdb/ada-exp.h | 23 + gdb/ada-exp.y | 163 ++++++- gdb/ada-lang.c | 12 + gdb/ada-lex.l | 155 +++++-- gdb/auto-load.c | 9 +- gdb/buildsym-legacy.c | 110 +---- gdb/buildsym-legacy.h | 67 +-- gdb/buildsym.c | 69 +-- gdb/buildsym.h | 30 +- gdb/coffread.c | 32 +- gdb/completer.c | 92 +--- gdb/ctfread.c | 16 +- gdb/dbxread.c | 10 +- gdb/disasm.c | 34 +- gdb/disasm.h | 7 + gdb/doc/gdb.texinfo | 43 +- gdb/dwarf2/cu.c | 4 +- gdb/dwarf2/cu.h | 10 +- gdb/dwarf2/read.c | 66 ++- gdb/eval.c | 87 ++++ gdb/expop.h | 20 +- gdb/expression.h | 22 +- gdb/guile/scm-breakpoint.c | 10 +- gdb/inferior.h | 8 +- gdb/infrun.c | 207 ++++++++- gdb/infrun.h | 7 +- gdb/mdebugread.c | 5 +- gdb/nat/windows-nat.c | 60 +-- gdb/nat/windows-nat.h | 219 ++++----- gdb/parse.c | 84 ++-- gdb/parser-defs.h | 57 ++- gdb/psymtab.c | 9 +- gdb/python/lib/gdb/FrameDecorator.py | 11 +- gdb/remote.c | 7 +- gdb/solib-svr4.c | 5 - gdb/stabsread.c | 4 +- gdb/symmisc.c | 6 +- gdb/symtab.c | 70 +++ gdb/symtab.h | 4 + gdb/target.c | 5 + gdb/testsuite/gdb.ada/arrayptr.exp | 61 ++- gdb/testsuite/gdb.ada/formatted_ref.exp | 21 +- .../gdb.ada/{ptype_field.exp => ghost.exp} | 31 +- gdb/testsuite/gdb.ada/ghost/gpck.ads | 18 + gdb/testsuite/gdb.ada/ghost/main.adb | 22 + gdb/testsuite/gdb.ada/ghost/pck.ads | 19 + gdb/testsuite/gdb.ada/ptype_field.exp | 31 ++ gdb/testsuite/gdb.base/vfork-follow-parent.c | 14 +- gdb/testsuite/gdb.base/vfork-follow-parent.exp | 2 + .../gdb.dwarf2/dw2-out-of-range-end-of-seq.exp | 4 +- .../dw2-prologue-end.c} | 26 +- gdb/testsuite/gdb.dwarf2/dw2-prologue-end.exp | 105 +++++ gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp | 2 +- gdb/testsuite/gdb.mi/mi-cmd-user-context.c | 73 +++ gdb/testsuite/gdb.mi/mi-cmd-user-context.exp | 10 +- gdb/testsuite/gdb.server/server-pipe.exp | 10 +- gdb/testsuite/gdb.threads/next-fork-other-thread.c | 92 ++++ .../gdb.threads/next-fork-other-thread.exp | 116 +++++ gdb/testsuite/gdb.threads/vfork-multi-thread.c | 88 ++++ gdb/testsuite/gdb.threads/vfork-multi-thread.exp | 96 ++++ gdb/testsuite/lib/dwarf.exp | 16 +- gdb/ui-file.h | 6 + gdb/windows-nat.c | 501 +++++++++++---------- gdb/xcoffread.c | 28 +- gdbserver/linux-low.cc | 60 ++- gdbserver/win32-low.cc | 245 +++++----- include/dis-asm.h | 88 +++- opcodes/dis-init.c | 5 +- opcodes/disassemble.c | 21 +- opcodes/i386-dis.c | 63 ++- opcodes/riscv-dis.c | 193 +++++--- sim/arm/wrapper.c | 15 +- sim/common/cgen-trace.c | 19 +- sim/common/cgen-trace.h | 1 + sim/common/sim-trace.c | 14 +- sim/cris/sim-if.c | 3 +- sim/erc32/interf.c | 3 +- sim/erc32/sis.c | 18 +- sim/erc32/sis.h | 3 + sim/m32c/trace.c | 14 +- sim/rl78/trace.c | 14 +- sim/rx/trace.c | 14 +- 91 files changed, 3081 insertions(+), 1311 deletions(-) create mode 100644 gas/testsuite/gas/elf/size.d create mode 100644 gas/testsuite/gas/elf/size.s copy gdb/testsuite/gdb.ada/{ptype_field.exp => ghost.exp} (50%) create mode 100644 gdb/testsuite/gdb.ada/ghost/gpck.ads create mode 100644 gdb/testsuite/gdb.ada/ghost/main.adb create mode 100644 gdb/testsuite/gdb.ada/ghost/pck.ads copy gdb/testsuite/{gdb.base/vfork-follow-parent.c => gdb.dwarf2/dw2-prologue-end. [...] create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-prologue-end.exp create mode 100644 gdb/testsuite/gdb.mi/mi-cmd-user-context.c create mode 100644 gdb/testsuite/gdb.threads/next-fork-other-thread.c create mode 100644 gdb/testsuite/gdb.threads/next-fork-other-thread.exp create mode 100644 gdb/testsuite/gdb.threads/vfork-multi-thread.c create mode 100644 gdb/testsuite/gdb.threads/vfork-multi-thread.exp