mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +02:00
Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-8-28-25' into patch
This commit is contained in:
commit
06429f1795
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue