GP-0: drgn test failures revisited

This commit is contained in:
d-millar 2025-01-11 16:47:55 +00:00
parent a6256817d4
commit c4c88e71be

View file

@ -1314,8 +1314,9 @@ def ghidra_trace_put_all():
STATE.require_tx()
with STATE.client.batch() as b:
put_environment()
put_regions()
put_modules()
if hasattr(drgn, 'RelocatableModule'):
put_regions()
put_modules()
syms = SYMBOLS_PATTERN.format(procnum=util.selected_process())
sobj = STATE.trace.create_object(syms)
sobj.insert()