This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/binutils-gdb.
from 320fdefef1 ld: Add a before_plugin_all_symbols_read hook adds d7c448293a Re: ld: Add a before_plugin_all_symbols_read hook adds bed566bbf6 Add option to objdump/readelf to disable access to debuginfo [...] new e48359eaa8 Fix gdbserver/linux target_waitstatus logging assert new cdff184f42 Fix gdb.threads/clone-new-thread-event.exp race new b7b1008c0b Fix gdb.threads/current-lwp-dead.exp race new 1abeb1e90d gdb: Reorganize linux_nat_filter_event new 5406bc3f1b gdbserver: Reorganize linux_process_target::filter_event new aa40a989ef gdbserver: Reindent check_zombie_leaders new 6cf20c46e3 Re-add zombie leader on exit, gdb/linux new 8a841a3579 Re-add zombie leader on exit, gdbserver/linux new c6479f8b2a Process exit status is leader exit status testcase
The 9 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: binutils/ChangeLog | 17 ++ binutils/NEWS | 3 + binutils/doc/binutils.texi | 11 +- binutils/doc/debug.options.texi | 17 ++ binutils/dwarf.c | 36 +++- binutils/dwarf.h | 3 + binutils/objdump.c | 8 + binutils/readelf.c | 8 + binutils/testsuite/binutils-all/debuginfod.exp | 14 +- gdb/linux-nat.c | 180 ++++++++++------ gdb/testsuite/gdb.threads/clone-new-thread-event.c | 16 +- .../gdb.threads/clone-new-thread-event.exp | 2 + gdb/testsuite/gdb.threads/current-lwp-dead.c | 101 ++++++--- gdb/testsuite/gdb.threads/current-lwp-dead.exp | 23 +- .../process-exit-status-is-leader-exit-status.c} | 51 ++--- .../process-exit-status-is-leader-exit-status.exp | 46 ++++ gdbserver/linux-low.cc | 235 ++++++++++++--------- ld/testsuite/ld-plugin/pr28849.d | 2 +- 18 files changed, 543 insertions(+), 230 deletions(-) copy gdb/testsuite/{gdb.mi/mi-threads-interrupt.c => gdb.threads/process-exit-stat [...] create mode 100644 gdb/testsuite/gdb.threads/process-exit-status-is-leader-exit-st [...]