mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-31 11:55:37 +08:00
GP-0: drgn test failures revisited
This commit is contained in:
@@ -1314,8 +1314,9 @@ def ghidra_trace_put_all():
|
|||||||
STATE.require_tx()
|
STATE.require_tx()
|
||||||
with STATE.client.batch() as b:
|
with STATE.client.batch() as b:
|
||||||
put_environment()
|
put_environment()
|
||||||
put_regions()
|
if hasattr(drgn, 'RelocatableModule'):
|
||||||
put_modules()
|
put_regions()
|
||||||
|
put_modules()
|
||||||
syms = SYMBOLS_PATTERN.format(procnum=util.selected_process())
|
syms = SYMBOLS_PATTERN.format(procnum=util.selected_process())
|
||||||
sobj = STATE.trace.create_object(syms)
|
sobj = STATE.trace.create_object(syms)
|
||||||
sobj.insert()
|
sobj.insert()
|
||||||
|
|||||||
Reference in New Issue
Block a user