diff --git a/plugins/org.eclipse.dd.dsf.debug/src/org/eclipse/dd/dsf/debug/service/command/CommandCache.java b/plugins/org.eclipse.dd.dsf.debug/src/org/eclipse/dd/dsf/debug/service/command/CommandCache.java index 27e25cf5fde..fb3e2935160 100644 --- a/plugins/org.eclipse.dd.dsf.debug/src/org/eclipse/dd/dsf/debug/service/command/CommandCache.java +++ b/plugins/org.eclipse.dd.dsf.debug/src/org/eclipse/dd/dsf/debug/service/command/CommandCache.java @@ -411,7 +411,7 @@ public class CommandCache implements ICommandListener fCachedContexts.put(context, map); } - if (!status.isOK()) { + if (!isSuccess()) { /* * We had some form of error with the original command. So notify the * original requesters of the issues.