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-aarch64 in repository toolchain/ci/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
No new revisions were added by this update.
Summary of changes: gdb/NEWS | 6 +++ 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/python/lib/gdb/__init__.py | 20 ---------- gdb/python/lib/gdb/styling.py | 50 +++++++++++++++++++++++ gdb/python/python.c | 85 ++++++++++++++++++++++++++++++++++++++-- gdb/testsuite/gdb.base/style.exp | 82 +++++++++++++++++++++++++++++++++++++- gdb/ui-file.h | 8 ++++ 15 files changed, 405 insertions(+), 26 deletions(-) create mode 100644 gdb/python/lib/gdb/styling.py