mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-2437: Change DBAddressFieldCodec to use FixedField10
This commit is contained in:
parent
b289708a00
commit
c0c25e3805
114 changed files with 2354 additions and 652 deletions
|
@ -151,7 +151,7 @@ public class PopulateTraceRemote extends GhidraScript {
|
|||
manager = tool.getService(DebuggerTraceManagerService.class);
|
||||
targets = tool.getService(DebuggerModelService.class);
|
||||
|
||||
try (UndoableTransaction tid = UndoableTransaction.start(trace, "Populate Events", true)) {
|
||||
try (UndoableTransaction tid = UndoableTransaction.start(trace, "Populate Events")) {
|
||||
timeManager = trace.getTimeManager();
|
||||
timeManager.createSnapshot("init");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue