1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Find a file
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
build Apply Bob M. patch for browseType and resourceFilter attributes. 2005-08-23 22:01:17 +00:00
core 2005-08-27 Alain Magloire 2005-08-27 22:50:52 +00:00
debug 2005-08-28 Alain Magloire 2005-08-28 03:21:50 +00:00
doc Update images from Chris Herborth 2005-08-12 19:49:53 +00:00
launch/org.eclipse.cdt.launch Bug 66446: Use the debugger path as a debugger process label. Deprecated the "renderDebuggerProcessLabel" method. 2005-08-25 21:45:23 +00:00
releng Ignoring build output from sdk feature. 2005-07-30 03:17:26 +00:00