This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allnoconfig in repository toolchain/ci/binutils-gdb.
from 4483a8e72a gdb/testsuite: fix race condition in gdb.multi/multi-arch-exec.exp adds 9cd7a95a2b [gdb/testsuite] Fix gdb.base/float128.exp with --with-mpfr=no adds b143e2d506 Fix a build problem when using FreeBSD 12. adds a9f14fa549 Handle CPU offset for Ravenscar new 15f4dddd8a Use thread_info_ref in enable_thread_stack_temporaries new 51107df53a Change current_inferior_ to be a inferior_ref new d634cd0bce Use thread_info_ref in stop_context new bfcb9db853 Remove scoped_inc_dec_ref new b6433ede07 Make bp_location derive from refcounted_object new 2c1413a98c Use htab_t in varobj new 76deb5d918 Change varobj.c:rootlist to a std::list new d8f168ddd0 Change all_root_varobjs to take a function_view new 54746ce37a C++-ify varobj iteration new 60ee72f6d3 Change varobj_iter::next to return unique_ptr new 7446266408 Change varobj_dynamic::saved_item to unique_ptr new 24fd95b4cd Change varobj_dynamic::child_iter to unique_ptr new 1110649507 Change varobj_item::value to a value_ref_ptr new 446d2c032d Remove varobj_clear_saved_item new 1345dee280 Use gdbpy_ref in instantiate_pretty_printer new 07d9937a20 install_variable cannot fail new 14a772212b Add support for the .bss pseudo-op to the Z80 assembler.
The 17 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 | 6 + binutils/ar.c | 2 +- binutils/arsup.c | 2 +- binutils/objcopy.c | 2 +- gas/ChangeLog | 7 + gas/config/tc-z80.c | 10 ++ gdb/ChangeLog | 142 +++++++++++++++++++ gdb/ada-lang.c | 2 +- gdb/ada-tasks.c | 22 ++- gdb/breakpoint.c | 43 +----- gdb/breakpoint.h | 30 +++- gdb/gdbthread.h | 10 +- gdb/inferior.c | 11 +- gdb/infrun.c | 17 +-- gdb/inline-frame.c | 2 +- gdb/mi/mi-cmd-var.c | 26 ++-- gdb/python/py-varobj.c | 87 +++++------- gdb/python/python-internal.h | 4 +- gdb/testsuite/ChangeLog | 5 + gdb/testsuite/gdb.base/float128.exp | 22 ++- gdb/thread.c | 41 +----- gdb/varobj-iter.h | 43 +----- gdb/varobj.c | 273 ++++++++++-------------------------- gdb/varobj.h | 3 +- 24 files changed, 383 insertions(+), 429 deletions(-)