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 169bb27bce gdb: Remove cleanup from linux_nat_target::follow_fork new 5c329e6ab4 Use a wrapper for PyErr_Fetch new 2a3c71d68d Remove more uses of explicit reference counting in Python new ea41325b7d Simplify gdbpy_stop_recording new 1b20edf043 Improve reference counting in py-type.c new 7c71111916 Avoid questionable casts in py-symtab.c
The 5 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 | 52 ++++++++++++++++++++++++++++++ gdb/python/py-cmd.c | 5 ++- gdb/python/py-function.c | 11 +++---- gdb/python/py-objfile.c | 16 +++------ gdb/python/py-prettyprint.c | 12 ++----- gdb/python/py-progspace.c | 16 +++------ gdb/python/py-record.c | 8 ++--- gdb/python/py-symtab.c | 39 +++++++++++++--------- gdb/python/py-type.c | 77 ++++++++++++++++++-------------------------- gdb/python/py-utils.c | 58 ++++++++++++++------------------- gdb/python/py-value.c | 23 ++++--------- gdb/python/py-varobj.c | 10 ++---- gdb/python/python-internal.h | 61 +++++++++++++++++++++++++++++++++-- gdb/python/python.c | 25 +++++++------- 14 files changed, 229 insertions(+), 184 deletions(-)