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 4a3fe98f88 Make Rust error message mention the field name new a40bf0c2e9 python: Add Inferior.progspace property new 0ae1a3211a python: Add Progspace.objfiles method new 74d3fbbb3e python: Fix erroneous doc about gdb.objfiles()
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/ChangeLog | 19 ++++++++++++++++++ gdb/NEWS | 8 ++++++++ gdb/doc/ChangeLog | 21 ++++++++++++++++++++ gdb/doc/python.texi | 22 ++++++++++++++++++--- gdb/python/py-inferior.c | 18 +++++++++++++++++ gdb/python/py-progspace.c | 32 ++++++++++++++++++++++++++++--- gdb/python/python-internal.h | 4 ++++ gdb/python/python.c | 28 +++++++++++++++++---------- gdb/testsuite/ChangeLog | 11 +++++++++++ gdb/testsuite/gdb.python/py-inferior.exp | 5 +++++ gdb/testsuite/gdb.python/py-progspace.exp | 31 ++++++++++++++++++++++++++++++ 11 files changed, 183 insertions(+), 16 deletions(-)