mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-06-02 05:31:29 +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,
|
public CompletableFuture<VariableValueTable> fillVariableValueTable(VariableValueTable table,
|
||||||
ProgramLocation programLocation, DebuggerCoordinates current,
|
ProgramLocation programLocation, DebuggerCoordinates current,
|
||||||
FieldLocation fieldLocation, Field field, List<String> warnings) {
|
FieldLocation fieldLocation, Field field, List<String> warnings) {
|
||||||
if (traceManager == null || mappingService == null) {
|
if (traceManager == null || mappingService == null || current.getPlatform() == null) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
VariableEvaluator eval;
|
VariableEvaluator eval;
|
||||||
|
|||||||
Reference in New Issue
Block a user