mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-07 21:24:00 -05:00
Merge remote-tracking branch 'origin/GP-0_d-millar_test_failures_pt2'
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user