CDT Commit Report for - June 9, 2004

amagloire

Keep the breakpoint disable when doing
deffered breakpoint installation.

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

Disable extension Work In Progress
in plugin.xml. Part of PR 66016

* plugin.xml

Make sure to run the PathEntryContainerInitializer.initialize()
once.
* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java

Make sure when something goes wrong before
getting out the launch sequence to terminate the session.

* src/org/eclise/cdt/launch/internal/CoreFileLaunchDelegate.java
* src/org/eclise/cdt/launch/internal/LocalCLaunchConfigurationDelegate.java


Quick workaround for PR 57287.
* model/org/eclipse/cdt/core/model/CoreModel.java

aniefer

fix NPE for 65114. When returning references to the cache, we should also
remove them from the list they are in, so that we never try to return them
again (potentially after they had been reallocated)

fixing bug 65114, NPE in getParentClassSpecifier(), caused by template
lookup issues in the class base clause

dinglis

I18N patch from Tanya Wolff

cleanup warnings

new ICDescriptor method getDescritor(IProject project, boolean create)

gheorghe

Oops - forgot the change log for 66273...

Fix for 66273: Opening declaration causes stack overflow

Patch For Tanya Wolff: Work In Progress strings

hamer

Bug Fixing

mkhodjai

Fix for bug 66015: I18N: English "Debug Console" in Debug and Console views.
Warning cleanup.

New implementation of the "Refresh" actions for registers and shared libraries.

Changed the synchronization scope.

Added the rendering method for debugger processes.

sevoy

Someone deprecated methods so switched to new methods

Fix for 66258 -- Cannot mix compilers anymore. Do not need to add the relative path to the name of the dependency file when using 'patsubst'

Fix for 66258 - Cannot 'mix' compilers (any more). Arbitrarily moved from a single rule for all files with a given extension to a rule for each file. Causing problems for existing users, so moving back to older form of rules.