This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/master-arm in repository toolchain/ci/gdb.
from 18a5766d09 [gdbsupport] Add sequential_for_each adds 7d1a572d6b [gdb/symtab] Fix data race in cooked_index_functions::expand [...] adds 9afca381e2 Automatic date update in version.in adds bf4d777d39 Run 'black' on gdb new aa63b0a77e PowerPC: fix for gdb.base/eh_return.exp new c4a3dbaf11 Expose current 'print' settings to Python new 72be9d6be7 Add 'summary' mode to Value.format_string new ebbac1687d PowerPC: Add support for IEEE 128-bit format. new 3028a2dbbf Add 'nibbles' to gdb.print_options new 13c3e10f98 gdb/testsuite: modernize gdb.base/maint.exp
The 6 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/NEWS | 11 ++ gdb/doc/python.texi | 24 +++++ gdb/dwarf2/cooked-index.h | 11 +- gdb/dwarf2/read.c | 8 +- gdb/ppc-sysv-tdep.c | 87 +++++++++++---- gdb/python/lib/gdb/__init__.py | 7 +- gdb/python/py-prettyprint.c | 102 +++++++++++++++++- gdb/python/py-value.c | 11 +- gdb/python/py-varobj.c | 25 ++++- gdb/python/python-internal.h | 13 ++- gdb/python/python.c | 4 + gdb/testsuite/gdb.base/eh_return.exp | 36 ++++++- gdb/testsuite/gdb.base/maint.exp | 146 ++++++++------------------ gdb/testsuite/gdb.python/py-format-string.exp | 57 ++++++++-- gdb/testsuite/gdb.python/py-format-string.py | 6 ++ gdb/testsuite/gdb.python/py-send-packet.py | 6 +- gdb/varobj.c | 13 ++- 18 files changed, 411 insertions(+), 158 deletions(-)