mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-8-28-25' into patch
This commit is contained in:
@@ -19,6 +19,7 @@ import java.io.ByteArrayOutputStream;
|
||||
import java.io.PrintWriter;
|
||||
import java.util.*;
|
||||
import java.util.Map.Entry;
|
||||
import java.util.concurrent.ConcurrentHashMap;
|
||||
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
|
||||
@@ -38,7 +39,7 @@ class DtrfDbg {
|
||||
|
||||
private static List<String> clientFilters = new ArrayList<>();
|
||||
|
||||
private static Map<Function, List<String>> linesByFunction = new HashMap<>();
|
||||
private static Map<Function, List<String>> linesByFunction = new ConcurrentHashMap<>();
|
||||
|
||||
DtrfDbg() {
|
||||
// static class
|
||||
|
||||
Reference in New Issue
Block a user