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 8a782bbf707 bfd: Make bfd.stamp depend on source bfd.texi new 1da5d0e664e Change how Python architecture and language are handled new dedb7102b3b Fix another crash with gdb parameters in Python new b583c328e71 Add a way to temporarily set a gdb parameter from Python
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/NEWS | 7 ++++ gdb/arch-utils.c | 5 ++- gdb/arm-tdep.c | 2 + gdb/charset.c | 9 +++++ gdb/cli/cli-decode.c | 10 +++++ gdb/doc/python.texi | 26 ++++++++++++ gdb/guile/scm-param.c | 4 +- gdb/language.c | 11 ++--- gdb/osabi.c | 4 +- gdb/python/lib/gdb/__init__.py | 19 +++++++++ gdb/python/py-breakpoint.c | 19 +++------ gdb/python/py-cmd.c | 8 ++-- gdb/python/py-connection.c | 2 +- gdb/python/py-finishbreakpoint.c | 6 +-- gdb/python/py-framefilter.c | 12 +++--- gdb/python/py-inferior.c | 27 ++++++------- gdb/python/py-membuf.c | 3 +- gdb/python/py-objfile.c | 2 +- gdb/python/py-param.c | 8 ++-- gdb/python/py-progspace.c | 2 +- gdb/python/py-tui.c | 18 ++++----- gdb/python/py-type.c | 4 +- gdb/python/py-unwind.c | 2 +- gdb/python/py-utils.c | 10 +++-- gdb/python/py-value.c | 21 +++++----- gdb/python/py-xmethods.c | 12 +++--- gdb/python/python-internal.h | 27 +++++++++++-- gdb/python/python.c | 62 ++++++++++++++++++----------- gdb/testsuite/gdb.python/py-inferior.exp | 2 + gdb/testsuite/gdb.python/py-lookup-type.exp | 26 ++++++++++++ gdb/testsuite/gdb.python/py-parameter.exp | 4 ++ 31 files changed, 257 insertions(+), 117 deletions(-)