Files
binutils-gdb/gdb/python
Jan Vrany ea8b10443b gdb/python: do not hold on gdb.Type object from gdb.Value
Previous commit changed type_to_type_object() so each time it is
called with particular struct value* it returns the same object.

Therefore there's no longer need to hold on type objects (gdb.Type)
from struct value_object in order to preserve identity of gdb.Type
objects held in value_object::type and value_object::dynamic_type
members. This in turn allowed for some simplification in various
functions.

While at it I changed a couple of NULLs to nullptrs.

Approved-By: Tom Tromey <tom@tromey.com>
2025-03-19 21:12:53 +00:00
..
2025-03-06 23:21:54 +01:00
2025-03-10 09:18:40 -06:00
2025-03-11 08:40:06 -06:00
2025-03-06 23:21:54 +01:00
2025-03-06 23:21:54 +01:00
2025-03-06 23:21:54 +01:00