CDT Commit Report for - November 17, 2004

amagloire

regenerate the sharedlibraries binaries.

2004-11-17 Alain Magloire
Fix for 78816
* mi/org/eclipse/cdt/debug/mi/core/MIInferior.java

2004-11-16 Alain Magloire
Remove some warnings and use the new Launch key
to decide whether or not to use pseudo tty.
* mi/org/eclipse/cdt/debug/mi/core/TxThread.java
* mi/org/eclipse/cdt/debug/mi/core/command/RawCommand.java
* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java

2004-11-16 Alain Magloire
Optimize things by providing a new method
ICDIRegisterGroup.hasRegisters();
* cdi/org/eclipse/cdt/debug/core/cdi/model/RegisterGroup.java

2004-11-16 Alain Magloire
Optimize things by providing a new method
ICDIRegisterGroup.hasRegisters();
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIRegisterGroup.java
* src/org/eclipse/cdt/debug/internal/core/model/CRegisterGroup.java

dinglis

api update to use IBinaryObject instead of IBinaryExecutable in debugger

merge from head for pty spawner support

new pty supprt for spawner

API change to use IBinaryObject instead of IBinaryExecutable when launching/debugging

dschaefer

file ICPPTemplateParameter.java was initially added on branch cdt_ast2.

Start is Node Locations.

file ICPPTemplateNonTypeParameter.java was initially added on branch cdt_ast2.

file ICPPTemplateTypeParameter.java was initially added on branch cdt_ast2.

file ICPPTemplateDefinition.java was initially added on branch cdt_ast2.

Start at logical support for templates.

gheorghe

Fix for Bug 78678: Indexer stops reindexing file after repeated saves

jcamelon

IScannerInfo enhancements.
- Definition of IExtendedScannerInfo
- Scanner2 implementation for bulk of this
- added support to core model builder to ignore implicit inclusions/macros
- JUnit

Merging AST2 branch into HEAD.
Definition of new DOM AST interface.
Construction of new C Parser.
Tests.