This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gdb.
from 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 new ef485e453a Automatic date update in version.in new ad62fd4546 gdb: make timestamped_file implement write_async_safe
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/NEWS | 20 + gdb/auto-load.c | 9 +- gdb/buildsym-legacy.c | 2 +- gdb/buildsym.c | 5 +- gdb/buildsym.h | 16 +- gdb/doc/gdb.texinfo | 40 ++ gdb/dwarf2/read.c | 51 ++- gdb/guile/scm-breakpoint.c | 10 +- gdb/nat/windows-nat.c | 60 +-- gdb/nat/windows-nat.h | 219 ++++----- gdb/psymtab.c | 9 +- gdb/solib-svr4.c | 5 - gdb/symmisc.c | 6 +- gdb/symtab.c | 70 +++ gdb/symtab.h | 4 + gdb/target.c | 5 + .../gdb.dwarf2/dw2-out-of-range-end-of-seq.exp | 4 +- .../{fortran-var-string.c => dw2-prologue-end.c} | 21 +- gdb/testsuite/gdb.dwarf2/dw2-prologue-end.exp | 105 +++++ gdb/testsuite/gdb.dwarf2/dw2-ranges-base.exp | 2 +- gdb/testsuite/gdb.server/server-pipe.exp | 10 +- gdb/testsuite/lib/dwarf.exp | 16 +- gdb/ui-file.h | 6 + gdb/windows-nat.c | 500 +++++++++++---------- gdbserver/win32-low.cc | 245 +++++----- 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 +- 37 files changed, 982 insertions(+), 578 deletions(-) copy gdb/testsuite/gdb.dwarf2/{fortran-var-string.c => dw2-prologue-end.c} (66%) create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-prologue-end.exp