CDT Commit Report for - July 12, 2004

amagloire

2004-07-12 Alain Magloire

Patch from Stefan Bylund, to permit backend
to show names of thread.
PR 69711

* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Thread.java

* mi/org/eclipse/cdt/debug/mi/core/mi/core/output/MIInfoThreadsInfo.java

2004-07-12 Alain Magloire

Remove some compiler warnings.

* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Register.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Thread.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Variable.java

* mi/org/eclipse/cdt/debug/mi/core/command/CygwinMIEnvirnmentDirectory.java
* src/org/eclipse/cdt/debug/mi/core/CygwinGDBDebugger.java
* src/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java

aniefer

fix bug 69745

fix bug 69798

bug 69744 - better error handling around catch blocks

oops, forgot this

fix memory leak in the symbol table.
also fix a couple of places that were still doing symbol forwarding the old way

bug 69833 - Use hashmaps during completion parse and then just sort the
prefix lookup results at the end

gheorghe

Fix for Bug 69166: NPE in IndexerModelListener.processDelta

Fix for Bug 69166: NPE in IndexerModelListener.processDelta (2.0)

jcamelon

Removed warning.

Reduced memory footprint and object count through the flattening of certain AST constructs.


Deleted classes Offsets & NamedOffsets.

This will aid garbage collection and performance.