]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb: make remaining Python extension objects inherit from PyObject
authorMatthieu Longo <matthieu.longo@arm.com>
Tue, 27 Jan 2026 12:33:42 +0000 (12:33 +0000)
committerMatthieu Longo <matthieu.longo@arm.com>
Thu, 29 Jan 2026 16:46:14 +0000 (16:46 +0000)
commit91bf037a394e4bc1dc885aed39fc745fd516fe56
tree19d4b02d4b95b31a41bb5452c51042c1fdf7c0a9
parent1fe7c3b74924ab69da0469fd93a9de089843e65d
gdb: make remaining Python extension objects inherit from PyObject

Previous patches made some Python extension objects ipublicly inherit
directly or indirectly from PyObject.
In the interest of consistency, this patch makes all remaining Python
extension objects still not inheriting from PyObject do so.

Approved-By: Tom Tromey <tom@tromey.com>
16 files changed:
gdb/python/py-arch.c
gdb/python/py-block.c
gdb/python/py-disasm.c
gdb/python/py-instruction.c
gdb/python/py-lazy-string.c
gdb/python/py-linetable.c
gdb/python/py-param.c
gdb/python/py-prettyprint.c
gdb/python/py-record-btrace.c
gdb/python/py-record.c
gdb/python/py-record.h
gdb/python/py-registers.c
gdb/python/py-style.c
gdb/python/py-type.c
gdb/python/py-unwind.c
gdb/python/py-value.c