mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
GP-0: drgn test failures revisited
This commit is contained in:
parent
a6256817d4
commit
c4c88e71be
1 changed files with 3 additions and 2 deletions
|
@ -1314,6 +1314,7 @@ def ghidra_trace_put_all():
|
|||
STATE.require_tx()
|
||||
with STATE.client.batch() as b:
|
||||
put_environment()
|
||||
if hasattr(drgn, 'RelocatableModule'):
|
||||
put_regions()
|
||||
put_modules()
|
||||
syms = SYMBOLS_PATTERN.format(procnum=util.selected_process())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue