CDT Commit Report for - October 19, 2004

amagloire

2004-10-19 Alain Magloire
Fix Core Launching
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Target.java
* mi/org/eclipse/cdt/debug/mi/core/CoreProcess.java
* mi/org/eclipse/cdt/debug/mi/core/MIInferior.java
* src/org/eclipse/cdt/debug/mi/core/MIPlugin.java

2004-10-19 Alain Magloire
Fix NPE.
* src/org/eclipse/cdt/debug/internal/core/DebugConfiguration.java

dinglis

dont' change launch id

remove core/pid attribute if we prompted for them after launch

fixed bug #76412

dschaefer

Another cut at AST2. This time we're focusing on C/C++ specifically to
ensure we have an accurate AST for finding offets and things.

file ICASTMemberDeclaration.java was initially added on branch cdt_ast2.

file ICASTTemplateDeclaration.java was initially added on branch cdt_ast2.

file ICASTBaseSpecifier.java was initially added on branch cdt_ast2.

file ICASTClassSpecifier.java was initially added on branch cdt_ast2.

mkhodjai

Support of the thread-specific breakpoints.
Fix for the error handling of the asynchronous operations.

Set the initial state of a thread according to the state of the underlying CDI thread.

Check if the string representation of a value is not null before trimming it.

Cleanup.

vhirsl

Changes in the parser and utility interaction.
Ready for the first test.

Reverting back to previous version. Not ready to commit yet.