diff --git a/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/MIStack.java b/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/MIStack.java index 3d94f6c1fa6..d700b8aa933 100644 --- a/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/MIStack.java +++ b/dsf-gdb/org.eclipse.cdt.dsf.gdb/src/org/eclipse/cdt/dsf/mi/service/MIStack.java @@ -162,7 +162,7 @@ public class MIStack extends AbstractDsfService // would both be sent to GDB because the command cache sees them as different. // This stackDepthCache allows us to know that if we already ask for a stack depth // we can potentially re-use the answer. - StackDepthHashMap fStackDepthCache = new StackDepthHashMap(); + private StackDepthHashMap fStackDepthCache = new StackDepthHashMap(); private MIStoppedEvent fCachedStoppedEvent; private IRunControl fRunControl;