This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-arm in repository toolchain/ci/binutils-gdb.
from 20ea3acc72 ld: Keep indirect symbol from IR if referenced from shared object adds e867795e8b gdb: use python to colorize disassembler output adds 7b8c55afd0 gdb/python: move styling support to gdb.styling new 13eb081a83 Remove LA_PRINT_TYPE new 362501dc5c Remove LA_PRINT_CHAR new 660da3c14b Remove LA_PRINT_STRING
The 3 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: gdb/NEWS | 6 +++ gdb/ada-valprint.c | 2 +- gdb/c-valprint.c | 9 +++-- gdb/cli/cli-style.c | 44 +++++++++++++++++++++ gdb/cli/cli-style.h | 3 ++ gdb/data-directory/Makefile.in | 1 + gdb/disasm.c | 58 ++++++++++++++++++++++++++- gdb/disasm.h | 25 ++++++++++++ gdb/doc/gdb.texinfo | 15 +++++++ gdb/extension-priv.h | 6 +++ gdb/extension.c | 20 ++++++++++ gdb/extension.h | 8 ++++ gdb/guile/scm-type.c | 3 +- gdb/language.h | 14 ------- gdb/python/lib/gdb/__init__.py | 20 ---------- gdb/python/lib/gdb/styling.py | 50 +++++++++++++++++++++++ gdb/python/py-type.c | 5 ++- gdb/python/python.c | 85 ++++++++++++++++++++++++++++++++++++++-- gdb/symmisc.c | 18 ++++----- gdb/testsuite/gdb.base/style.exp | 82 +++++++++++++++++++++++++++++++++++++- gdb/typeprint.c | 7 ++-- gdb/ui-file.h | 8 ++++ gdb/valprint.c | 9 ++--- gdb/varobj.c | 4 +- 24 files changed, 435 insertions(+), 67 deletions(-) create mode 100644 gdb/python/lib/gdb/styling.py