mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 04:35:45 +02:00
Bug 350330 - Cached stopped event is not reset in MIStack.flushCache().
This commit is contained in:
parent
f78557d33e
commit
5a24096e5a
1 changed files with 1 additions and 0 deletions
|
@ -942,6 +942,7 @@ public class MIStack extends AbstractDsfService
|
|||
public void flushCache(IDMContext context) {
|
||||
fMICommandCache.reset(context);
|
||||
fStackDepthCache.clear(context);
|
||||
fCachedStoppedEvent = null;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue