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 8828efdb24 Add myself to gdb/MAINTAINERS new 52093e1b93 Add gdb.Value.format_string ()
The 1 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 | 9 + gdb/doc/python.texi | 80 ++ gdb/python/py-value.c | 164 ++++ gdb/testsuite/gdb.python/py-format-string.c | 118 +++ gdb/testsuite/gdb.python/py-format-string.exp | 957 +++++++++++++++++++++ ...y-objfile-script-gdb.py => py-format-string.py} | 40 +- 6 files changed, 1341 insertions(+), 27 deletions(-) create mode 100644 gdb/testsuite/gdb.python/py-format-string.c create mode 100644 gdb/testsuite/gdb.python/py-format-string.exp copy gdb/testsuite/gdb.python/{py-objfile-script-gdb.py => py-format-string.py} (52%)