CDT Commit Report for - November 26, 2004

amagloire

2004-11-26 Alain Magloire
Final fix for PR 79452
* cdi/org/eclipose/cdt/debug/mi/core/cdi/BreapointManager.java

2004-11-26 Alain Magloire
Fix for PR 79582
* src/org/eclipse/cdt/debug/mi/core/CygwinGDBCDIDebugger.java
* src/org/eclipse/cdt/debug/mi/core/GDBServerCDIDebugger.java

*** empty log message ***

2004-11-26 Alain Magloire
Make the deferred breakpoint on by default.
* cdi/org/eclipose/cdt/debug/mi/core/cdi/SharedLibraryManager.java

2004-11-26 Alain Magloire
Final fix for PR 79583
* cdi/org/eclipose/cdt/debug/mi/core/cdi/EventManager.java
* cdi/org/eclipose/cdt/debug/mi/core/cdi/SharedLibraryManager.java

jcamelon

Refactored statement() to share more code between C/C++.
Added in ambiguity resolution code for expression statements vs. declarations statements.

Changed default array sizes.

mkhodjai

Do not use "void" if parameter's list is empty when constructing a function or method name for function breakpoints. Name mapping should be done on the implementation level.
Fix for bug 79452: Unable to set a breakpoint on a class method.

Fix for bug 79452: Unable to set a breakpoint on a class method.

Fix for bug 79583: Deffered breakpoints and shared library events.

Fix for bug 79377: "Mixed disassembly" should fall back to disassembly w/o source when mixed disassembly fails.

Fix for bug 79608: NPE in CValue.

Do not use "void" if parameter's list is empty when constructing a function or method name for function breakpoints. Name mapping should be done on the implementation level.

sevoy

Fix for bugzilla 77558 -- project upgrade from 1.2 loses default configuration setting
The 1.2 project stored the default project in the cdtbuild file so it was a matter of reading that it an cacheing a map of old config IDs to new, then setting the default using the appropriate new config

Fix for bugzilla 79572 -- Importing 1.2 projects with libraries/library search paths fails
The IDs for libraries and library search paths had an extra element that converter was not dealing with and the conversion was failing