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 6c111a4ec26 Fix some stale header names from dwarf files new 25209e2c697 gdb/python: add gdb.format_address function
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 | 8 + gdb/doc/python.texi | 54 +++++++ gdb/python/py-arch.c | 13 +- gdb/python/py-progspace.c | 17 ++ gdb/python/python-internal.h | 16 ++ gdb/python/python.c | 108 +++++++++++++ .../{py-linetable.c => py-format-address.c} | 28 +--- gdb/testsuite/gdb.python/py-format-address.exp | 177 +++++++++++++++++++++ 8 files changed, 398 insertions(+), 23 deletions(-) copy gdb/testsuite/gdb.python/{py-linetable.c => py-format-address.c} (70%) create mode 100644 gdb/testsuite/gdb.python/py-format-address.exp