mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-27 14:40:28 +00:00
Merge remote-tracking branch 'origin/GP-3718_Dan_fixWatchTypeNPE' into patch
This commit is contained in:
commit
a5051f33dc
@ -280,6 +280,9 @@ public class DebuggerWatchesProvider extends ComponentProviderAdapter
|
||||
if (dataType == null) {
|
||||
return null;
|
||||
}
|
||||
if (currentTrace == null) {
|
||||
return dataType;
|
||||
}
|
||||
try (Transaction tx = currentTrace.openTransaction("Resolve DataType")) {
|
||||
return currentTrace.getDataTypeManager().resolve(dataType, null);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user