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 c3023c9f083 Update version now that the 2.46 branch has been created new 8b0f0d5fbf8 gdbpy_registry: cast C extension type object to PyObject * [...] new 9a84753aa7f gdb: new setters and getters for __dict__, and attributes new 1fe7c3b7492 gdb: cast all Python extension objects passed to gdbpy_ref_ [...] new 91bf037a394 gdb: make remaining Python extension objects inherit from PyObject
The 4 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/python/py-arch.c | 4 +- gdb/python/py-block.c | 8 ++-- gdb/python/py-breakpoint.c | 4 +- gdb/python/py-cmd.c | 4 +- gdb/python/py-color.c | 4 +- gdb/python/py-connection.c | 4 +- gdb/python/py-corefile.c | 26 ++++--------- gdb/python/py-disasm.c | 16 ++------ gdb/python/py-event.c | 10 ++--- gdb/python/py-event.h | 8 +--- gdb/python/py-events.h | 4 +- gdb/python/py-frame.c | 4 +- gdb/python/py-inferior.c | 29 +++----------- gdb/python/py-infthread.c | 10 ++--- gdb/python/py-instruction.c | 5 +-- gdb/python/py-lazy-string.c | 5 +-- gdb/python/py-linetable.c | 12 +++--- gdb/python/py-membuf.c | 5 +-- gdb/python/py-micmd.c | 4 +- gdb/python/py-objfile.c | 18 +++------ gdb/python/py-param.c | 4 +- gdb/python/py-prettyprint.c | 6 +-- gdb/python/py-progspace.c | 18 +++------ gdb/python/py-record-btrace.c | 5 +-- gdb/python/py-record.c | 4 +- gdb/python/py-record.h | 8 +--- gdb/python/py-ref.h | 45 +++++++++++++++++++++- gdb/python/py-registers.c | 20 ++++------ gdb/python/py-style.c | 4 +- gdb/python/py-symbol.c | 4 +- gdb/python/py-symtab.c | 8 ++-- gdb/python/py-tui.c | 4 +- gdb/python/py-type.c | 26 +++++-------- gdb/python/py-unwind.c | 8 +--- gdb/python/py-utils.c | 90 +++++++++++++++++++++++++++++++++++++------ gdb/python/py-value.c | 4 +- gdb/python/python-internal.h | 43 ++++++++++++++------- 37 files changed, 257 insertions(+), 228 deletions(-)