CDT Commit Report for - November 12, 2004

amagloire

2004-11-11 Alain Magloire
Fix for PR 75000, from PalmSource
* cdi/org/eclipse/cdt/debug/core/cdi/model/Variable.java
* cdi/org/eclipse/cdt/debug/core/cdi/model/VariableDescriptor.java
* mi/org/eclipse/cdt/debug/mi/core/command/MIVarInfoType.java

2004-11-11 Alain Magloire
Fix for PR 75000, from PalmSource
* cdi/org/eclipse/cdt/debug/core/cdi/model/ICDIVariable.java

Do not delete the variables on update.

create the breakpoint disable if it was disable.

fireevents to the children

2004-11-11 Alain Magloire
PR 78570, patch from Brad Jarvinen
The default VC error parser understands () but doesn't understand
(, ), which is also a valid VC error output format.
* src/org/eclipse/cdt/internal/errorparser/VCErroParser.java

define equals(ICDICondition)

Should have been part of a previous commit fix.

2004-11-12 Alain Magloire
Fix for PR 78488
* mi/org/eclipse/cdt/debug/mi/core/command/MICommand.java

aniefer

work on function bindings and for statement

ddaoust

Update of Managed Build documentation for CDT 2.1 from Leo

dinglis

fixed bug # 78292

gheorghe

Fix for Bug 78414: IProblem count increased through indexing header files stand-alone

jcamelon

Fixed Enumerations up in AST2.

Restructure IASTNode to not contain public get/set of offset and length.

file ICASTEnumerationSpecifier.java was initially added on branch cdt_ast2.

Original commit of Scanner3. Yikes!

file Scanner3.java was initially added on branch cdt_ast2.

Fixed postfix function call expression.

file ASTNode.java was initially added on branch cdt_ast2.

mkhodjai

Implemented the "equals' method of the "Condition" class.

Compare breakpoint source handles as pathes.

Apply the breakpoint's condition changes to the associated gdb breakpoint only if there are differences.