This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-Os_LTO in repository toolchain/ci/binutils-gdb.
from 3ae76967be asan: null dereference in coff_count_linenumbers adds c8eab1d7c9 Automatic date update in version.in adds ca9aae53bd Remove obsolete Python 2 comment adds fdb5b467f9 Automatic date update in version.in adds 772f4c2e98 gdb/testsuite: add missing skip_python_tests call in py-doc- [...] adds faec7017f0 [gdb] Fix maint selftest -v print_one_insn adds 4ab19f4c9b [gdb] Enable some more print_one_insn selftests adds 38015f6710 [gdb] Name arch selftests more clearly adds c2ebdf6a7d Remove "-break-insert -r" tests adds a80f2680db Simplify varobj "change" logic adds 691ade38bc Consolidate "Python API" sections in NEWS adds f3cdb43624 Automatic date update in version.in adds e97198fdcd [gdb] Allow frv::fr300 in selftests adds b11f3dbb88 [gdb/rust] Add missing _() for error call adds 6d08aed3c9 Constify solib_name_from_address adds 265aa48b39 Update my email address in gdb/MAINTAINERS new 8fea1a81c7 Introduce wrapper for CreateProcess new bcb9251f02 Allow ASLR to be disabled on Windows
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/MAINTAINERS | 2 +- gdb/NEWS | 14 +-- gdb/disasm-selftests.c | 28 +++-- gdb/doc/gdb.texinfo | 6 - gdb/nat/windows-nat.c | 160 +++++++++++++++++++++++++++ gdb/nat/windows-nat.h | 51 +++++++++ gdb/python/py-progspace.c | 3 +- gdb/python/py-value.c | 7 -- gdb/rust-parse.c | 2 +- gdb/selftest-arch.c | 33 ++++-- gdb/solib.c | 2 +- gdb/solib.h | 2 +- gdb/stack.c | 5 +- gdb/testsuite/gdb.mi/mi-break.exp | 70 ------------ gdb/testsuite/gdb.python/py-doc-reformat.exp | 4 + gdb/varobj.c | 7 +- gdb/windows-nat.c | 29 ++--- gdbserver/win32-low.cc | 6 +- gdbserver/win32-low.h | 5 + 20 files changed, 293 insertions(+), 145 deletions(-)