mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-17 21:25:58 +02:00
Remove the call to MIInferior.update()
This commit is contained in:
parent
1821764512
commit
f654c62285
1 changed files with 0 additions and 4 deletions
|
@ -24,7 +24,6 @@ import org.eclipse.cdt.debug.core.cdi.ICDIVariableManager;
|
||||||
import org.eclipse.cdt.debug.core.cdi.event.ICDIEvent;
|
import org.eclipse.cdt.debug.core.cdi.event.ICDIEvent;
|
||||||
import org.eclipse.cdt.debug.core.cdi.event.ICDIEventListener;
|
import org.eclipse.cdt.debug.core.cdi.event.ICDIEventListener;
|
||||||
import org.eclipse.cdt.debug.core.cdi.model.ICDITarget;
|
import org.eclipse.cdt.debug.core.cdi.model.ICDITarget;
|
||||||
import org.eclipse.cdt.debug.mi.core.MISession;
|
|
||||||
import org.eclipse.cdt.debug.mi.core.cdi.event.ChangedEvent;
|
import org.eclipse.cdt.debug.mi.core.cdi.event.ChangedEvent;
|
||||||
import org.eclipse.cdt.debug.mi.core.cdi.event.CreatedEvent;
|
import org.eclipse.cdt.debug.mi.core.cdi.event.CreatedEvent;
|
||||||
import org.eclipse.cdt.debug.mi.core.cdi.event.DestroyedEvent;
|
import org.eclipse.cdt.debug.mi.core.cdi.event.DestroyedEvent;
|
||||||
|
@ -282,9 +281,6 @@ public class EventManager extends SessionObject implements ICDIEventManager, Obs
|
||||||
if (srcMgr.isAutoUpdate()) {
|
if (srcMgr.isAutoUpdate()) {
|
||||||
srcMgr.update();
|
srcMgr.update();
|
||||||
}
|
}
|
||||||
// give a chance also to the underlying inferior.
|
|
||||||
MISession mi = session.getMISession();
|
|
||||||
mi.getMIInferior().update();
|
|
||||||
} catch (CDIException e) {
|
} catch (CDIException e) {
|
||||||
//System.out.println(e);
|
//System.out.println(e);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue