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_check_gcc/master-aarch64 in repository toolchain/ci/gdb.
from 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
No new revisions were added by this update.
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 | 43 ++++- gdb/dwarf2/read.c | 51 +++-- gdb/inferior.h | 8 +- gdb/infrun.c | 207 ++++++++++++++++++--- gdb/infrun.h | 7 +- gdb/remote.c | 7 +- 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 +- gdb/testsuite/gdb.dwarf2/dw2-prologue-end.c | 28 +++ 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/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 + gdbserver/linux-low.cc | 60 +++--- 29 files changed, 983 insertions(+), 107 deletions(-) create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-prologue-end.c create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-prologue-end.exp 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