CDT Commit Report for - November 24, 2004

amagloire

2004-11-24 Alain Magloire

Use the ICDITarget.deleteAllBreakpoints() for speed.
* org/eclipse/cdt/debug/internal/core/CBreakpointManager.java

typo "uint31_t" vs "uint32_t" for PR 77435

Typo int definition of "uint32_t" it was define to "uint31_t" !!

2004-11-24 Alain Magloire
Make the terminate() more responsive when gdb is shuting down.
See long discussion part of the 77435 fixes and 40087.

* cdi/org/eclipse/cdt/debug/mi/core/cdi/ExpressionManager.java
* mi/org/eclipse/cdt/debug/core/MIInferior.java

jcamelon

Added ICPPASTTryBlockStatement and implementation.

Patch for Devin Steffler.
Fixed 78231 - [Parser] open declaration on elaborated type shouldn't jump to object hiding it

Cloned CompleteParseASTTest to CompleteParse2Tests to be used w/the new parser.
Added CompleteParser2Tests to ParserTestSuite.
Removed unnecessary helper classes in parser2 package.

Support for pointer to functions/members.

Separated C++ and C Physical Implementations to provide Andrew more flexibility.
Added ICPPASTTemplateId and implementation.

mkhodjai

Do not request to dispose local variables when the target is resumed.