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 e54066c2371 Automatic date update in version.in new 49e4d0cdca3 gdb/python: add gdb.Style class new d5214580a5f gdb/python: new class gdb.StyleParameterSet new 3c724596812 gdb/python: extend gdb.write to support styled output
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/Makefile.in | 1 + gdb/NEWS | 16 + gdb/doc/python.texi | 262 ++++++- gdb/python/lib/gdb/__init__.py | 209 ++++++ gdb/python/py-style.c | 822 +++++++++++++++++++++ gdb/python/python-internal.h | 14 + gdb/python/python.c | 30 +- gdb/testsuite/gdb.python/py-color-pagination.exp | 61 +- gdb/testsuite/gdb.python/py-color-pagination.py | 36 + .../gdb.python/py-style-parameter-set.exp | 366 +++++++++ gdb/testsuite/gdb.python/py-style.exp | 371 ++++++++++ gdb/ui-style.h | 6 + 12 files changed, 2186 insertions(+), 8 deletions(-) create mode 100644 gdb/python/py-style.c create mode 100644 gdb/testsuite/gdb.python/py-style-parameter-set.exp create mode 100644 gdb/testsuite/gdb.python/py-style.exp