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-arm-lts-defconfig in repository toolchain/ci/binutils-gdb.
from 2ccee230f8 Fix off-by-one error in ada_fold_name adds 1006702837 [gdb/testsuite] Fix gdb.tui/new-layout.exp with tcl 8.5 adds 33e06c75aa Automatic date update in version.in adds 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 adds 15f4dddd8a Use thread_info_ref in enable_thread_stack_temporaries adds 51107df53a Change current_inferior_ to be a inferior_ref adds d634cd0bce Use thread_info_ref in stop_context adds bfcb9db853 Remove scoped_inc_dec_ref adds b6433ede07 Make bp_location derive from refcounted_object adds 2c1413a98c Use htab_t in varobj adds 76deb5d918 Change varobj.c:rootlist to a std::list adds d8f168ddd0 Change all_root_varobjs to take a function_view adds 54746ce37a C++-ify varobj iteration adds 60ee72f6d3 Change varobj_iter::next to return unique_ptr adds 7446266408 Change varobj_dynamic::saved_item to unique_ptr adds 24fd95b4cd Change varobj_dynamic::child_iter to unique_ptr adds 1110649507 Change varobj_item::value to a value_ref_ptr adds 446d2c032d Remove varobj_clear_saved_item adds 1345dee280 Use gdbpy_ref in instantiate_pretty_printer adds 07d9937a20 install_variable cannot fail adds 14a772212b Add support for the .bss pseudo-op to the Z80 assembler. adds 02c727013c Avoid side effects in expression lexers adds 346e7e1923 [gdb/testsuite] Update gdb.arch/i386-mpx-call.exp for -m32 adds 74b773fcd6 gdb: factor out debug_prefixed_printf_cond adds 94ba44a68d gdb: make debug_infrun a bool new 9664849417 gdbsupport: make use of safe-ctype functions from libiberty new 1536146f30 gdb: don't warn about deprecated aliases during tab completion new 9ef6d4a1b4 gdb: give deprecated command warning for aliases with a prefix new 44c77c3272 gdb: make deprecated_cmd_warning i18n friendly new 19c659f164 gdb: improve the warning given for deprecated aliases with a prefix
The 5 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 +- 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 | 213 +++++++++++++++++++++++ gdb/ada-lang.c | 2 +- gdb/ada-tasks.c | 22 ++- gdb/breakpoint.c | 43 +---- gdb/breakpoint.h | 30 +++- gdb/cli/cli-decode.c | 253 +++++++++++++-------------- gdb/command.h | 54 +++++- gdb/completer.c | 5 +- gdb/displaced-stepping.h | 7 +- gdb/dwarf2/read.c | 16 +- gdb/f-exp.y | 10 +- gdb/gdbthread.h | 10 +- gdb/inferior.c | 11 +- gdb/infrun.c | 32 +--- gdb/infrun.h | 9 +- gdb/inline-frame.c | 2 +- gdb/linux-nat.c | 7 +- gdb/m2-exp.y | 8 +- gdb/mi/mi-cmd-var.c | 26 +-- gdb/p-exp.y | 48 +++--- gdb/python/py-varobj.c | 87 ++++------ gdb/python/python-internal.h | 4 +- gdb/testsuite/ChangeLog | 38 +++++ gdb/testsuite/gdb.arch/i386-mpx-call.exp | 31 +++- gdb/testsuite/gdb.base/commands.exp | 21 ++- gdb/testsuite/gdb.base/completion.exp | 13 ++ gdb/testsuite/gdb.base/float128.exp | 22 ++- gdb/testsuite/gdb.multi/multi-arch-exec.c | 7 + gdb/testsuite/gdb.tui/new-layout.exp | 16 +- gdb/thread.c | 41 +---- gdb/top.c | 2 +- gdb/varobj-iter.h | 43 +---- gdb/varobj.c | 273 ++++++++---------------------- gdb/varobj.h | 3 +- gdbserver/ChangeLog | 4 + gdbserver/Makefile.in | 2 +- gdbsupport/ChangeLog | 17 ++ gdbsupport/common-debug.h | 17 ++ gdbsupport/common-utils.cc | 22 +-- gdbsupport/event-loop.h | 8 +- 47 files changed, 836 insertions(+), 674 deletions(-)