mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
![]() Speed improvement after exchanging with the HP folks. HP has apps having hundred of local variable running on machine with hundred of registers. The latency of the command "-var-create" is too taxing. So we take the approach of not waiting for post command MISession.postCommand(MIVarCreate, -1) and synchronize when we need the mi varObj. The next step will be to cache the types, since sending ptype/whatis is also time consuming. * cdi/org/eclipse/cdt/debug/mi/core/cdi/ExpressionManager.java * cdi/org/eclipse/cdt/debug/mi/core/cdi/RegisterManager.java * cdi/org/eclipse/cdt/debug/mi/core/cdi/VariableManager.java * cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Argument.java * cdi/org/eclipse/cdt/debug/mi/core/cdi/model/GlobalVariable.java * cdi/org/eclipse/cdt/debug/mi/core/cdi/model/LocalVariable.java * cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Register.java * cdi/org/eclipse/cdt/debug/mi/core/cdi/model/ThreadStorage.java * cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Variable.java * mi/org/eclipse/cdt/debug/mi/core/RxThread.java |
||
---|---|---|
.. | ||
org.eclipse.cdt.debug.core | ||
org.eclipse.cdt.debug.core.tests | ||
org.eclipse.cdt.debug.mi.core | ||
org.eclipse.cdt.debug.mi.ui | ||
org.eclipse.cdt.debug.ui | ||
org.eclipse.cdt.debug.ui.tests |