mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-23 02:10:47 +08:00
Merge remote-tracking branch 'origin/GP-3016_Dan_fixNPEInDbgVarHovers'
This commit is contained in:
+1
-1
@@ -590,7 +590,7 @@ public class VariableValueHoverService extends AbstractConfigurableHover
|
||||
public CompletableFuture<VariableValueTable> fillVariableValueTable(VariableValueTable table,
|
||||
ProgramLocation programLocation, DebuggerCoordinates current,
|
||||
FieldLocation fieldLocation, Field field, List<String> warnings) {
|
||||
if (traceManager == null || mappingService == null) {
|
||||
if (traceManager == null || mappingService == null || current.getPlatform() == null) {
|
||||
return null;
|
||||
}
|
||||
VariableEvaluator eval;
|
||||
|
||||
Reference in New Issue
Block a user