aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog-2016
diff options
context:
space:
mode:
authorMatthieu Longo <matthieu.longo@arm.com>2026-02-27 10:30:36 +0000
committerMatthieu Longo <matthieu.longo@arm.com>2026-03-10 12:43:12 +0000
commit28d828f4df9c30b25ba0513dd6cc10ba37a4c967 (patch)
tree9cb6cb5bdef873923ba61bf8caeeb267a9353e7d /gold/ChangeLog-2016
parentf295945e2689ef0c710c79e5ea11a23900019404 (diff)
downloadbinutils-master.zip
binutils-master.tar.gz
binutils-master.tar.bz2
gdb/python: add gdbpy_dict_wrapper:allocate_dict helperHEADmaster
Python extension objects that support __dict__ must inherit from gdbpy_dict_wrapper, a wrapper class that stores the PyObject corresponding to the __dict__ attribute. Currently, management of this dictionary is not centralized, and each Python extension object implements its own logic to create, access, and destroy it. This patch focuses on the allocation of the dictionary, introduces a new method, gdbpy_dict_wrapper::allocate_dict(), and adapts the existing code to use this method. Approved-By: Tom Tromey <tom@tromey.com>
Diffstat (limited to 'gold/ChangeLog-2016')
0 files changed, 0 insertions, 0 deletions