This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 20ea3acc727 ld: Keep indirect symbol from IR if referenced from shared object new e867795e8bc gdb: use python to colorize disassembler output new 7b8c55afd07 gdb/python: move styling support to gdb.styling
The 2 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/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