CDT Commit Report for - May 28, 2004

amagloire

Protect agaist NPE

CModelstatus class was incomplete and never returned
anything usefull as an error.

copy some of the field back to the variable

Error in looking for the CIdentifier.
* src/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java

Reverse part of a patch from TF concerning
memory images. We need to look at this closer.
For now it seem to break some icons.

* src/org/eclipse/cdt/internal/ui/CPluginImages.java

Fix to PR 60020.
GDB returns the children when a pointer
points to a structure.
Also ignore the keyword "const" when parsing.

* cdi/org/eclipse/cdt/debug/mi/core/cdi/SourceManager.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/Variable.java
* cdi/org/eclipse/cdt/debug/mi/core/cdi/model/VariableObject.java
* src/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java

aniefer

part of 51065 - move CElementLabels to internal.ui.viewsupport

reduce the use of iterators in the symbol table

undo accidental commit

don't report problems for circular inclusions

remove warnings

dinglis

fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=64458

update include/symbol path
- fix updating problems
- support edit
- removed single tab to use full page area

patch from Vmir -
This patch contains fixes for following problems:

- PR 64014: [Scanner Config] Path discovery should be on by default,
- PR 63971: [Scanner Config] Debugging messages on console,
- PR 62742: CDT-specific file changes to .project are not saved - Scanner config portion
- Target specific options are applicable only to default generate scanner info command (and not to custom commands),
- Discovered scanner info file name associated with project instead with project name (problem when deleting a project, then creating a new one with the same name or renaming a project).

method name change

dschaefer

New character array utilities that should make things much faster, one day...

gheorghe

Externalized index notification job string

Fix for Bug 63831 - Ability to determine when the index is incomplete
Provided a way for external clients to query the index state of a project

Fix for Bug 60946 - [Indexer] indexer should provide notification whenever index changes
Provide a notification to the listener of index events
Fix for Bug 44926 - add extensibility to gracefully handle preprocessor exceptions
Added an IndexProblemHandler to handle parser IProblem callbacks

jcamelon

Further footprint optimization in parser and scanner.

mkhodjai

New implementation of the "Add Expression" editor action.

Support for the "Skip All Breakpoints" action.

Removed diassembly editor actions.

Changed the error handling of the "Add Globals" and "Enable/Disable Variable" actions.

sevoy

Hopefully this is the last regression on the switch-over to letting Eclipse determine the build order. Make still needs to know about a dep on a referenced project's build goal so it can relink (or do whatever) when that dependencyis out-of-date. Basically I am adding this BACK to the generated makefile, but the rule to build it is a dummy target (so no make complaints).

Fix for an NPE that was occurring after a dependency makefile update