1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/debug/org.eclipse.cdt.debug.mi.core
Alain Magloire 55872940c2 2005-08-28 Alain Magloire
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
2005-08-28 03:21:50 +00:00
..
cdi/org/eclipse/cdt/debug/mi/core/cdi 2005-08-28 Alain Magloire 2005-08-28 03:21:50 +00:00
mi/org/eclipse/cdt/debug/mi/core 2005-08-28 Alain Magloire 2005-08-28 03:21:50 +00:00
src/org/eclipse/cdt/debug/mi/core Bug 66446: Use the debugger path as a debugger process label. 2005-08-25 21:44:59 +00:00
.classpath update 2004-03-12 16:02:32 +00:00
.cvsignore first drat 2002-07-24 13:41:31 +00:00
.options set debug to true. 2002-10-21 02:55:50 +00:00
.project Upgrade to Eclipse 3.0. Includes: 2003-11-24 18:31:03 +00:00
about.html EPL'ing the CDT. 2005-06-23 14:44:35 +00:00
build.properties EPL'ing the CDT. 2005-06-27 03:46:51 +00:00
ChangeLog 2005-08-28 Alain Magloire 2005-08-28 03:21:50 +00:00
ChangeLog-2003 Major patch from Tanya to extenalize strings 2004-03-16 20:03:56 +00:00
design.txt updated. 2003-07-10 19:34:22 +00:00
plugin.properties CPL to EPL transistion - license header update for QNX 2005-06-23 16:01:26 +00:00
plugin.xml Updated the version numbers to 3.0.0. 2004-12-22 19:49:22 +00:00