CDT Commit Report for - November 9, 2004

amagloire

2004-11-09 Alain Magloire
Put possiblity to set Exception breakpoint
* cdi/org/eclipse/cdt/debug/core/cdi/ICDIBreakpointManagement.java

2004-11-08 Alain Magloire
Fix for 74496 ; we should destroy the global
variables if they are in the address range of a
shared library being unloaded.

* cdi/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java

2004-11-09 Alain Magloire
Reverting the changes below, for PR 74496. After exchanging with
the Palm folks, it was not fixing the problem.
This PR can not be fix for CDT-2.1 moving
it to 3.0 where we should have enough framework for a better fix.

* cdi/org/eclipse/cdt/debug/mi/core/cdi/EventManager.java

2004-11-09 Alain Magloire
Throw not implemented exception for exception breakpoint

2004-11-08 Alain Magloire
Bug in CVariableFactory for globals, the filename of the
binary was use instead of the filename of the symbol.
* src/org/eclipse/cdt/debug/internal/core/model/CVariableFactory.java

aniefer

file CStructure.java was initially added on branch cdt_ast2.

file CField.java was initially added on branch cdt_ast2.

Bindings to enable AST2Tests.testSimpleStruct()

file CTypeDef.java was initially added on branch cdt_ast2.

dschaefer

file IASTWhileStatement.java was initially added on branch cdt_ast2.

file IASTSwitchStatement.java was initially added on branch cdt_ast2.

file IASTDoStatement.java was initially added on branch cdt_ast2.

file IASTBreakStatement.java was initially added on branch cdt_ast2.

file ILabel.java was initially added on branch cdt_ast2.

Added in nodes for statements - branch cdt_ast2

file IASTForStatement.java was initially added on branch cdt_ast2.

file IASTGotoStatement.java was initially added on branch cdt_ast2.

file IASTIfStatement.java was initially added on branch cdt_ast2.

file IASTContinueStatement.java was initially added on branch cdt_ast2.

file IASTReturnStatement.java was initially added on branch cdt_ast2.

file IASTCaseStatement.java was initially added on branch cdt_ast2.

file IASTDefaultStatement.java was initially added on branch cdt_ast2.

file IASTLabelStatement.java was initially added on branch cdt_ast2.

mkhodjai

Fix for bug 77251: Need protected access to DisassemblyView's createVerticalRuler() method.

Fix for bug 77275: Disassembly causes Java exception for fn's with 0 bytes fn prologues.

Partial fix for bug 41725: I can't set a breakpoint in a function where I used attach source.