Files
binutils-gdb/gdb/python/py-symbol.c
Jan Vrany 980ceecacc gdb/python: convert gdb.Symbol to use gdbpy_registry
This commit converts gdb.Symbol to use gdbpy_registry for lifecycle
management. Since gdb.Symbol only holds on the struct symbol * (and
prev/next links) the default invalidator can be used.

Approved-By: Tom Tromey <tom@tromey.com>
2025-03-19 21:12:53 +00:00

20 KiB