mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Test fixes
This commit is contained in:
parent
2537d2a329
commit
eb0e2a95a7
1 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,7 @@ import java.io.ByteArrayOutputStream;
|
||||||
import java.io.PrintWriter;
|
import java.io.PrintWriter;
|
||||||
import java.util.*;
|
import java.util.*;
|
||||||
import java.util.Map.Entry;
|
import java.util.Map.Entry;
|
||||||
|
import java.util.concurrent.ConcurrentHashMap;
|
||||||
|
|
||||||
import org.apache.commons.lang3.StringUtils;
|
import org.apache.commons.lang3.StringUtils;
|
||||||
|
|
||||||
|
@ -38,7 +39,7 @@ class DtrfDbg {
|
||||||
|
|
||||||
private static List<String> clientFilters = new ArrayList<>();
|
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() {
|
DtrfDbg() {
|
||||||
// static class
|
// static class
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue