[eclipse-cdt] 02/09: Merge tag 'upstream/8.4.0'

Jakub Adam xhaakon-guest at moszumanska.debian.org
Sat Jul 26 10:03:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

xhaakon-guest pushed a commit to branch master
in repository eclipse-cdt.

commit 72eae034f94ca89ecacd6942e54d4019a2335032
Merge: 48e7c64 7b52bb3
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Sat Jul 26 11:13:41 2014 +0200

    Merge tag 'upstream/8.4.0'
    
    Upstream version 8.4.0

 .../build.properties                               |    4 +-
 .../org.eclipse.cdt.autotools-feature/epl-v10.html |  320 ---
 .../feature.properties                             |  125 --
 .../org.eclipse.cdt.autotools-feature/feature.xml  |    6 +-
 .../org.eclipse.cdt.autotools-feature/license.html |  164 --
 build/org.eclipse.cdt.autotools-feature/pom.xml    |    4 +-
 build/org.eclipse.cdt.autotools.core/.classpath    |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |   12 +-
 build/org.eclipse.cdt.autotools.core/pom.xml       |    4 +-
 .../autotools/core/AutotoolsNewProjectNature.java  |   17 +-
 .../autotools/core/AutotoolsNewMakeGenerator.java  |  158 +-
 .../autotools/core/PkgconfigErrorResolution.java   |    9 +-
 build/org.eclipse.cdt.autotools.docs/.classpath    |    2 +-
 .../META-INF/MANIFEST.MF                           |    1 -
 build/org.eclipse.cdt.autotools.docs/pom.xml       |    2 +-
 .../build.properties                               |    2 -
 .../epl-v10.html                                   |  320 ---
 .../feature.properties                             |  125 --
 .../feature.xml                                    |    6 +-
 .../license.html                                   |  164 --
 .../pom.xml                                        |    4 +-
 build/org.eclipse.cdt.autotools.tests/.classpath   |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 build/org.eclipse.cdt.autotools.tests/pom.xml      |    8 +-
 .../org.eclipse.cdt.autotools.ui.tests/.classpath  |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 build/org.eclipse.cdt.autotools.ui/.classpath      |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    5 +-
 build/org.eclipse.cdt.autotools.ui/plugin.xml      |  535 ++---
 build/org.eclipse.cdt.autotools.ui/pom.xml         |    2 +-
 .../autotools/ui/actions/InvokeAction.java         |   29 +-
 .../autotools/ui/wizards/AutotoolsBuildWizard.java |   15 +-
 .../build.properties                               |    4 +-
 .../org.eclipse.cdt.gnu.build-feature/epl-v10.html |  328 ---
 .../feature.properties                             |  131 --
 .../org.eclipse.cdt.gnu.build-feature/feature.xml  |    6 +-
 .../org.eclipse.cdt.gnu.build-feature/license.html |  108 -
 build/org.eclipse.cdt.gnu.build-feature/pom.xml    |    2 +-
 .../sourceTemplateFeature/epl-v10.html             |  328 ---
 .../sourceTemplateFeature/feature.properties       |  131 --
 .../sourceTemplateFeature/license.html             |  108 -
 .../build.properties                               |    4 +-
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 .../feature.xml                                    |    6 +-
 .../license.html                                   |  108 -
 .../pom.xml                                        |    2 +-
 build/org.eclipse.cdt.make.core.tests/.classpath   |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 build/org.eclipse.cdt.make.core.tests/pom.xml      |    2 +-
 build/org.eclipse.cdt.make.core/.classpath         |    2 +-
 .../.settings/.api_filters                         |   19 -
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../org.eclipse.cdt.make.core/META-INF/MANIFEST.MF |    2 +-
 build/org.eclipse.cdt.make.core/build.properties   |    6 +-
 build/org.eclipse.cdt.make.core/pom.xml            |    2 +-
 .../internal/core/makefile/AbstractMakefile.java   |   30 +-
 build/org.eclipse.cdt.make.ui.tests/.classpath     |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 build/org.eclipse.cdt.make.ui.tests/pom.xml        |    8 +-
 build/org.eclipse.cdt.make.ui/.classpath           |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF |    2 +-
 build/org.eclipse.cdt.make.ui/pom.xml              |    2 +-
 .../make/internal/ui/text/WordPartDetector.java    |    2 +-
 .../.classpath                                     |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 .../pom.xml                                        |    2 +-
 .../tests/suite/AllManagedBuildTests.java          |   19 +-
 .../org.eclipse.cdt.managedbuilder.core/.classpath |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 .../build.properties                               |    6 +-
 build/org.eclipse.cdt.managedbuilder.core/pom.xml  |    2 +-
 .../core/scannerconfig/ScannerConfigBuilder.java   |    2 +-
 .../internal/core/Configuration.java               |    2 +-
 .../providers/AbstractBuildCommandParser.java      |    2 +-
 .../providers/AbstractBuiltinSpecsDetector.java    |    2 +-
 .../AbstractLanguageSettingsOutputScanner.java     |    2 +-
 .../.classpath                                     |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 .../build.properties                               |    6 +-
 .../plugin.xml                                     |    4 +-
 .../org.eclipse.cdt.managedbuilder.gnu.ui/pom.xml  |    2 +-
 .../.classpath                                     |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 .../pom.xml                                        |    8 +-
 build/org.eclipse.cdt.managedbuilder.ui/.classpath |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 .../build.properties                               |    6 +-
 build/org.eclipse.cdt.managedbuilder.ui/pom.xml    |    2 +-
 .../ui/preferences/WizardDefaultsTab.java          |    3 +-
 .../managedbuilder/ui/properties/ArtifactTab.java  |   21 +-
 .../.classpath                                     |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 .../pom.xml                                        |    2 +-
 codan/org.eclipse.cdt.codan.checkers.ui/.classpath |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 codan/org.eclipse.cdt.codan.checkers.ui/pom.xml    |    2 +-
 codan/org.eclipse.cdt.codan.checkers/.classpath    |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 codan/org.eclipse.cdt.codan.checkers/pom.xml       |    2 +-
 .../internal/checkers/ProblemBindingChecker.java   |    1 -
 codan/org.eclipse.cdt.codan.core.cxx/.classpath    |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 codan/org.eclipse.cdt.codan.core.cxx/pom.xml       |    2 +-
 .../model/cfg/ControlFlowGraphBuilder.java         |  131 +-
 codan/org.eclipse.cdt.codan.core.test/.classpath   |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 .../build.properties                               |    2 +-
 codan/org.eclipse.cdt.codan.core.test/pom.xml      |    8 +-
 .../AbstractClassInstantiationCheckerTest.java     |    9 +
 .../eclipse/cdt/codan/core/test/CodanTestCase.java |    2 +
 codan/org.eclipse.cdt.codan.core/.classpath        |    2 +-
 .../.settings/.api_filters                         |   11 -
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 codan/org.eclipse.cdt.codan.core/pom.xml           |    2 +-
 .../cdt/codan/core/model/AbstractChecker.java      |    7 +-
 .../cdt/codan/core/model/IProblemReporter.java     |   10 +-
 .../cdt/codan/internal/core/cfg/ExitNode.java      |    1 -
 codan/org.eclipse.cdt.codan.examples/.classpath    |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 codan/org.eclipse.cdt.codan.ui.cfgview/.classpath  |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 codan/org.eclipse.cdt.codan.ui.cxx/.classpath      |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 codan/org.eclipse.cdt.codan.ui.cxx/pom.xml         |    2 +-
 codan/org.eclipse.cdt.codan.ui/.classpath          |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../org.eclipse.cdt.codan.ui/META-INF/MANIFEST.MF  |    2 +-
 codan/org.eclipse.cdt.codan.ui/pom.xml             |    2 +-
 .../ui/preferences/ProblemsTreeEditor.java         |    2 +-
 .../ui/AbstractCodanProblemDetailsProvider.java    |    2 +-
 core/org.eclipse.cdt.alltests/pom.xml              |    2 +-
 core/org.eclipse.cdt.core.aix/META-INF/MANIFEST.MF |    4 +-
 core/org.eclipse.cdt.core.aix/pom.xml              |    4 +-
 .../META-INF/MANIFEST.MF                           |    4 +-
 core/org.eclipse.cdt.core.linux.ia64/pom.xml       |    4 +-
 .../META-INF/MANIFEST.MF                           |    4 +-
 core/org.eclipse.cdt.core.linux.ppc/pom.xml        |    4 +-
 .../META-INF/MANIFEST.MF                           |    4 +-
 core/org.eclipse.cdt.core.linux.ppc64/pom.xml      |    4 +-
 .../META-INF/MANIFEST.MF                           |    4 +-
 core/org.eclipse.cdt.core.linux.x86/pom.xml        |    4 +-
 .../META-INF/MANIFEST.MF                           |    4 +-
 core/org.eclipse.cdt.core.linux.x86_64/pom.xml     |    4 +-
 .../META-INF/MANIFEST.MF                           |    6 +-
 core/org.eclipse.cdt.core.linux/pom.xml            |    9 +-
 .../META-INF/MANIFEST.MF                           |    4 +-
 core/org.eclipse.cdt.core.macosx/pom.xml           |    4 +-
 core/org.eclipse.cdt.core.native/.classpath        |    7 +
 core/org.eclipse.cdt.core.native/.cvsignore        |    1 +
 core/org.eclipse.cdt.core.native/.project          |   34 +
 .../.settings/org.eclipse.jdt.core.prefs           |  341 ++++
 .../.settings/org.eclipse.jdt.ui.prefs             |    5 +
 .../.settings/org.eclipse.pde.api.tools.prefs      |  175 ++
 .../META-INF/MANIFEST.MF                           |   15 +
 core/org.eclipse.cdt.core.native/about.html        |   24 +
 core/org.eclipse.cdt.core.native/build.properties  |   24 +
 core/org.eclipse.cdt.core.native/plugin.properties |   28 +
 core/org.eclipse.cdt.core.native/pom.xml           |   17 +
 .../src/org/eclipse/cdt/core/IProcessInfo.java     |    0
 .../src/org/eclipse/cdt/core/IProcessList.java     |    0
 .../cdt/internal/core/natives/CNativePlugin.java   |   92 +
 .../cdt/internal/core/natives/Messages.java        |   28 +
 .../cdt/internal/core/natives/messages.properties  |   16 +
 .../org/eclipse/cdt/utils/WindowsRegistry.java     |    0
 .../src/org/eclipse/cdt/utils/pty/PTY.java         |  275 +++
 .../org/eclipse/cdt/utils/pty/PTYInputStream.java  |   97 +
 .../org/eclipse/cdt/utils/pty/PTYOutputStream.java |    0
 .../cdt/utils/spawner/EnvironmentReader.java       |    0
 .../eclipse/cdt/utils/spawner/ProcessFactory.java  |  101 +
 .../src/org/eclipse/cdt/utils/spawner/Spawner.java |  517 +++++
 .../cdt/utils/spawner/SpawnerInputStream.java      |  118 ++
 .../cdt/utils/spawner/SpawnerOutputStream.java     |    0
 core/org.eclipse.cdt.core.qnx/META-INF/MANIFEST.MF |    4 +-
 .../META-INF/MANIFEST.MF                           |    4 +-
 core/org.eclipse.cdt.core.solaris/pom.xml          |    4 +-
 core/org.eclipse.cdt.core.tests/.classpath         |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 core/org.eclipse.cdt.core.tests/build.properties   |    6 +-
 .../core/cdescriptor/tests/CDescriptorTests.java   |   97 +-
 .../cdt/core/model/tests/CPathEntryTest.java       |   71 +-
 .../cdt/core/model/tests/TranslationUnitTests.java |  240 +--
 .../parser/tests/ast2/AST2CPPAttributeTests.java   |  502 +++++
 .../cdt/core/parser/tests/ast2/AST2CPPTests.java   |  832 +++++---
 .../core/parser/tests/ast2/AST2TemplateTests.java  |  216 +-
 .../cdt/core/parser/tests/ast2/AST2TestBase.java   |   14 +-
 .../cdt/core/parser/tests/ast2/AST2Tests.java      |   34 +-
 .../core/parser/tests/ast2/AccessControlTests.java |   56 +-
 .../core/parser/tests/ast2/DOMParserTestSuite.java |    4 +-
 .../rewrite/astwriter/AstWriterTestSuite.java      |    4 +-
 .../rewrite/comenthandler/CommentHandlingTest.java |   14 +-
 .../comenthandler/CommentHandlingTestSuite.java    |    8 +-
 .../CommentHandlingWithRewriteTest.java            |   58 +
 .../tests/scanner/PreprocessorTestsBase.java       |   16 +-
 .../cdt/internal/index/tests/IndexBugsTests.java   |   78 +
 .../index/tests/IndexCPPBindingResolutionTest.java |  100 +-
 .../tests/IndexCPPTemplateResolutionTest.java      |   94 +-
 .../cdt/internal/index/tests/IndexIncludeTest.java |    4 +-
 .../internal/index/tests/IndexLocationTest.java    |    4 +-
 .../cdt/internal/pdom/tests/DBPropertiesTests.java |   16 +-
 .../eclipse/cdt/internal/pdom/tests/DBTest.java    |  324 ---
 .../cdt/internal/pdom/tests/DatabaseTest.java      |  336 ++++
 .../cdt/internal/pdom/tests/PDOMCPPBugsTest.java   |   14 +-
 .../cdt/internal/pdom/tests/PDOMNameTests.java     |   15 +-
 .../cdt/internal/pdom/tests/PDOMProviderTests.java |   10 +-
 .../cdt/internal/pdom/tests/PDOMTagIndexTests.java |    8 +-
 .../eclipse/cdt/internal/pdom/tests/PDOMTests.java |    2 +-
 core/org.eclipse.cdt.core.tests/pom.xml            |    2 +-
 .../rewrite/ASTWriterAttributeTestSource.awts      |  283 +++
 .../rewrite/CommentHandlingTestSource.rts          |   18 +-
 .../rewrite/CommentHandlingWithRewriteTest.rts     |   21 +
 .../cdt/core/testplugin/CProjectHelper.java        |    6 +-
 .../org/eclipse/cdt/core/testplugin/Main.java      |  749 +++----
 .../cdt/core/testplugin/TestScannerInfo.java       |   14 +-
 .../cdt/core/testplugin/TestScannerProvider.java   |   11 +-
 .../cdt/core/testplugin/util/BaseTestCase.java     |   12 +-
 .../META-INF/MANIFEST.MF                           |    4 +-
 core/org.eclipse.cdt.core.win32.x86/pom.xml        |    4 +-
 .../META-INF/MANIFEST.MF                           |    4 +-
 core/org.eclipse.cdt.core.win32.x86_64/pom.xml     |    4 +-
 .../META-INF/MANIFEST.MF                           |    4 +-
 .../library/pty/jni/src/pty.cpp                    |   13 +-
 core/org.eclipse.cdt.core.win32/pom.xml            |    4 +-
 .../cdt/internal/core/win32/ProcessList.java       |    7 +-
 core/org.eclipse.cdt.core/.classpath               |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 core/org.eclipse.cdt.core/META-INF/MANIFEST.MF     |   11 +-
 core/org.eclipse.cdt.core/build.properties         |   12 +-
 .../ILanguageSettingsEditableProvider.java         |    5 +-
 .../LanguageSettingsSerializableProvider.java      |   16 +-
 .../providers/LanguageSettingsStorage.java         |   15 +-
 .../cdt/core/model/ITranslationUnitHolder.java     |   23 +
 .../eclipse/cdt/core/model/LanguageManager.java    |    2 +-
 .../cdt/core/settings/model/CSourceEntry.java      |    2 +-
 .../cdt/core/settings/model/ICPathEntry.java       |    4 +-
 .../cdt/core/settings/model/util/CDataUtil.java    |  475 ++---
 .../LanguageSettingsScannerInfoProvider.java       |   25 +-
 .../cdt/internal/core/model/ASTStringUtil.java     |  101 +-
 .../cdt/internal/core/model/CModelManager.java     |   17 +-
 .../eclipse/cdt/internal/core/model/Function.java  |    6 +-
 .../internal/core/model/FunctionDeclaration.java   |   27 +-
 .../eclipse/cdt/internal/core/model/Namespace.java |    8 +-
 .../cdt/internal/core/model/TranslationUnit.java   |    7 +-
 .../cdt/internal/core/util/ToStringSorter.java     |   10 +-
 .../org/eclipse/cdt/core/dom/IPDOMIndexer.java     |    3 +-
 .../org/eclipse/cdt/core/dom/ast/ASTVisitor.java   |   47 +
 .../cdt/core/dom/ast/IASTArrayModifier.java        |    4 +-
 .../cdt/core/dom/ast/IASTAttributeOwner.java       |   26 +-
 .../cdt/core/dom/ast/IASTAttributeSpecifier.java   |   42 +
 .../org/eclipse/cdt/core/dom/ast/IASTComment.java  |   16 +-
 .../cdt/core/dom/ast/IASTPointerOperator.java      |    4 +-
 ...STPreprocessorFunctionStyleMacroDefinition.java |   19 +-
 ...IASTPreprocessorObjectStyleMacroDefinition.java |   12 +-
 .../cdt/core/dom/ast/IASTTranslationUnit.java      |    1 +
 .../cdt/core/dom/ast/IASTUnaryExpression.java      |   67 +-
 .../org/eclipse/cdt/core/dom/ast/INodeFactory.java |    9 +-
 .../eclipse/cdt/core/dom/ast/IProblemBinding.java  |    2 +-
 .../eclipse/cdt/core/dom/ast/ISemanticProblem.java |    4 +-
 .../parser/org/eclipse/cdt/core/dom/ast/IType.java |    9 +-
 .../core/dom/ast/cpp/ICPPASTAliasDeclaration.java  |    5 +-
 .../cdt/core/dom/ast/cpp/ICPPASTAttribute.java     |   39 +
 .../dom/ast/cpp/ICPPASTClassVirtSpecifier.java     |   43 +
 .../dom/ast/cpp/ICPPASTCompositeTypeSpecifier.java |   22 +-
 .../cdt/core/dom/ast/cpp/ICPPASTDeclSpecifier.java |    5 +-
 .../dom/ast/cpp/ICPPASTFunctionDeclarator.java     |   25 +
 .../dom/ast/cpp/ICPPASTFunctionDefinition.java     |    5 +-
 .../dom/ast/cpp/ICPPASTNamespaceDefinition.java    |    6 +-
 .../cdt/core/dom/ast/cpp/ICPPASTVirtSpecifier.java |   48 +
 .../org/eclipse/cdt/core/dom/ast/cpp/ICPPBase.java |   30 +-
 .../cdt/core/dom/ast/cpp/ICPPClassScope.java       |    2 +-
 .../cdt/core/dom/ast/cpp/ICPPClassTemplate.java    |    3 +
 .../ICPPClassTemplatePartialSpecialization.java    |    7 +-
 .../cdt/core/dom/ast/cpp/ICPPEnumScope.java        |   25 +
 .../cdt/core/dom/ast/cpp/ICPPNodeFactory.java      |   38 +-
 .../cdt/core/dom/ast/cpp/ICPPParameter.java        |   11 +-
 .../core/dom/ast/cpp/ICPPTemplateParameterMap.java |   10 +-
 .../cdt/core/dom/ast/cpp/SemanticQueries.java      |   32 +-
 .../dom/ast/gnu/IGCCASTAttributeSpecifier.java     |   33 +
 .../cdt/core/dom/ast/gnu/cpp/IGPPASTPointer.java   |    3 +-
 .../dom/ast/gnu/cpp/IGPPASTPointerToMember.java    |    3 +-
 .../cdt/core/dom/parser/AbstractCLikeLanguage.java |   16 +
 .../dom/parser/cpp/ICPPASTAttributeSpecifier.java  |   33 +
 .../eclipse/cdt/core/dom/rewrite/ASTRewrite.java   |    1 +
 .../org/eclipse/cdt/core/index/IIndexFile.java     |   17 +-
 .../org/eclipse/cdt/core/index/IIndexManager.java  |   40 +-
 .../index/export/ExportIndexFileInfoMatcher.java   |   65 +
 .../export/ExternalExportProjectProvider.java      |   28 +-
 .../eclipse/cdt/core/parser/IParserSettings2.java  |   53 +
 .../org/eclipse/cdt/core/parser/ParseError.java    |   16 +
 .../eclipse/cdt/core/parser/util/ArrayUtil.java    |   46 +-
 .../cdt/core/parser/util/CharArrayUtils.java       |    2 +
 .../eclipse/cdt/core/parser/util/CharTable.java    |   18 +-
 .../eclipse/cdt/core/parser/util/HashTable.java    |    3 +-
 .../cdt/core/parser/util/InstanceOfPredicate.java  |   29 +
 .../eclipse/cdt/core/parser/util/ObjectSet.java    |    5 +-
 .../parser/ASTAmbiguousBinaryVsCastExpression.java |    5 +-
 .../ASTAmbiguousCastVsFunctionCallExpression.java  |    8 +-
 .../core/dom/parser/ASTAttributeOwner.java         |   80 +-
 .../cdt/internal/core/dom/parser/ASTNode.java      |   11 +-
 .../core/dom/parser/ASTTranslationUnit.java        |   15 +-
 .../dom/parser/AbstractGNUSourceCodeParser.java    |  124 +-
 .../core/dom/parser/GCCASTAttributeSpecifier.java  |   30 +
 .../internal/core/dom/parser/ProblemBinding.java   |    3 +
 .../cdt/internal/core/dom/parser/Value.java        |    4 +-
 .../core/dom/parser/c/CASTAmbiguousDeclarator.java |   15 +-
 .../parser/c/CASTAmbiguousSimpleDeclaration.java   |   14 +-
 .../core/dom/parser/c/CASTAmbiguousStatement.java  |   14 +-
 .../core/dom/parser/c/CASTArrayModifier.java       |   12 +-
 .../core/dom/parser/c/CASTBreakStatement.java      |    4 +-
 .../core/dom/parser/c/CASTCompoundStatement.java   |    4 +-
 .../core/dom/parser/c/CASTContinueStatement.java   |    4 +-
 .../dom/parser/c/CASTDeclarationStatement.java     |   16 +-
 .../internal/core/dom/parser/c/CASTDeclarator.java |    4 +-
 .../core/dom/parser/c/CASTDefaultStatement.java    |    4 +-
 .../core/dom/parser/c/CASTDoStatement.java         |    4 +-
 .../core/dom/parser/c/CASTExpressionStatement.java |    4 +-
 .../core/dom/parser/c/CASTForStatement.java        |    4 +-
 .../core/dom/parser/c/CASTGotoStatement.java       |    4 +-
 .../core/dom/parser/c/CASTIfStatement.java         |    4 +-
 .../core/dom/parser/c/CASTLabelStatement.java      |    4 +-
 .../core/dom/parser/c/CASTNullStatement.java       |    4 +-
 .../internal/core/dom/parser/c/CASTPointer.java    |   15 +-
 .../core/dom/parser/c/CASTProblemStatement.java    |   15 +-
 .../core/dom/parser/c/CASTReturnStatement.java     |    4 +-
 .../core/dom/parser/c/CASTSimpleDeclSpecifier.java |   17 +-
 .../core/dom/parser/c/CASTSimpleDeclaration.java   |    4 +-
 .../core/dom/parser/c/CASTSwitchStatement.java     |    4 +-
 .../core/dom/parser/c/CASTWhileStatement.java      |    4 +-
 .../internal/core/dom/parser/c/CNodeFactory.java   |   10 +-
 .../cdt/internal/core/dom/parser/c/CScope.java     |    5 +-
 .../core/dom/parser/c/GNUCSourceParser.java        |   12 +-
 .../core/dom/parser/cpp/ASTAttributeSpecifier.java |   77 +
 .../cpp/AbstractCPPClassSpecializationScope.java   |  188 +-
 .../dom/parser/cpp/CPPASTAliasDeclaration.java     |    7 +-
 .../dom/parser/cpp/CPPASTAmbiguityResolver.java    |   50 +-
 .../dom/parser/cpp/CPPASTAmbiguousDeclarator.java  |   16 +-
 .../dom/parser/cpp/CPPASTAmbiguousExpression.java  |    7 +-
 .../cpp/CPPASTAmbiguousSimpleDeclaration.java      |   32 +-
 .../dom/parser/cpp/CPPASTAmbiguousStatement.java   |   14 +-
 .../core/dom/parser/cpp/CPPASTArrayModifier.java   |   12 +-
 .../core/dom/parser/cpp/CPPASTAttribute.java       |   26 +-
 .../dom/parser/cpp/CPPASTAttributeSpecifier.java   |   29 +
 .../dom/parser/cpp/CPPASTBaseDeclSpecifier.java    |   34 +-
 .../core/dom/parser/cpp/CPPASTBreakStatement.java  |    4 +-
 .../core/dom/parser/cpp/CPPASTCaseStatement.java   |    4 +-
 .../core/dom/parser/cpp/CPPASTCatchHandler.java    |    4 +-
 .../dom/parser/cpp/CPPASTClassVirtSpecifier.java   |   55 +
 .../parser/cpp/CPPASTCompositeTypeSpecifier.java   |   35 +-
 .../dom/parser/cpp/CPPASTCompoundStatement.java    |    4 +-
 .../dom/parser/cpp/CPPASTContinueStatement.java    |    4 +-
 .../dom/parser/cpp/CPPASTDeclarationStatement.java |   16 +-
 .../core/dom/parser/cpp/CPPASTDeclarator.java      |   53 +-
 .../dom/parser/cpp/CPPASTDecltypeSpecifier.java    |    4 +-
 .../dom/parser/cpp/CPPASTDefaultStatement.java     |    4 +-
 .../dom/parser/cpp/CPPASTDeleteExpression.java     |   26 +-
 .../core/dom/parser/cpp/CPPASTDoStatement.java     |    4 +-
 .../parser/cpp/CPPASTElaboratedTypeSpecifier.java  |    7 +-
 .../dom/parser/cpp/CPPASTEnumerationSpecifier.java |    8 +-
 .../dom/parser/cpp/CPPASTExpressionStatement.java  |    4 +-
 .../core/dom/parser/cpp/CPPASTFieldDeclarator.java |   18 +-
 .../core/dom/parser/cpp/CPPASTForStatement.java    |    4 +-
 .../dom/parser/cpp/CPPASTFunctionDeclarator.java   |   60 +-
 .../dom/parser/cpp/CPPASTFunctionDefinition.java   |   10 +-
 .../core/dom/parser/cpp/CPPASTGotoStatement.java   |    4 +-
 .../core/dom/parser/cpp/CPPASTIfStatement.java     |    4 +-
 .../core/dom/parser/cpp/CPPASTLabelStatement.java  |    4 +-
 .../internal/core/dom/parser/cpp/CPPASTName.java   |    2 +-
 .../core/dom/parser/cpp/CPPASTNameBase.java        |   27 +-
 .../dom/parser/cpp/CPPASTNamespaceDefinition.java  |   12 +-
 .../core/dom/parser/cpp/CPPASTNewExpression.java   |   18 +-
 .../core/dom/parser/cpp/CPPASTNullStatement.java   |    4 +-
 .../core/dom/parser/cpp/CPPASTPointer.java         |   13 +-
 .../dom/parser/cpp/CPPASTProblemStatement.java     |   15 +-
 .../core/dom/parser/cpp/CPPASTQualifiedName.java   |   14 +-
 .../parser/cpp/CPPASTRangeBasedForStatement.java   |    4 +-
 .../dom/parser/cpp/CPPASTReferenceOperator.java    |   21 +-
 .../core/dom/parser/cpp/CPPASTReturnStatement.java |    4 +-
 .../dom/parser/cpp/CPPASTSimpleDeclSpecifier.java  |   23 +-
 .../dom/parser/cpp/CPPASTSimpleDeclaration.java    |    4 +-
 .../core/dom/parser/cpp/CPPASTSwitchStatement.java |    4 +-
 .../dom/parser/cpp/CPPASTTryBlockStatement.java    |    4 +-
 .../dom/parser/cpp/CPPASTUsingDeclaration.java     |    4 +-
 .../core/dom/parser/cpp/CPPASTUsingDirective.java  |    6 +-
 .../core/dom/parser/cpp/CPPASTVirtSpecifier.java   |   59 +
 .../core/dom/parser/cpp/CPPASTWhileStatement.java  |    4 +-
 .../core/dom/parser/cpp/CPPBaseClause.java         |   46 +-
 .../internal/core/dom/parser/cpp/CPPBasicType.java |    1 +
 .../core/dom/parser/cpp/CPPBuiltinParameter.java   |    5 +
 .../core/dom/parser/cpp/CPPClassScope.java         |  353 ++--
 .../dom/parser/cpp/CPPClassSpecialization.java     |   14 +-
 .../core/dom/parser/cpp/CPPClassTemplate.java      |   11 +-
 .../cpp/CPPClassTemplatePartialSpecialization.java |   33 +-
 .../internal/core/dom/parser/cpp/CPPClassType.java |   10 +-
 .../core/dom/parser/cpp/CPPClosureType.java        |   11 +-
 .../dom/parser/cpp/CPPConstructorTemplate.java     |    2 +-
 .../internal/core/dom/parser/cpp/CPPEnumScope.java |   18 +-
 .../core/dom/parser/cpp/CPPEnumeration.java        |   31 +
 .../dom/parser/cpp/CPPFunctionSpecialization.java  |   28 +-
 .../core/dom/parser/cpp/CPPFunctionTemplate.java   |   16 +-
 .../dom/parser/cpp/CPPImplicitConstructor.java     |   15 +-
 .../core/dom/parser/cpp/CPPImplicitFunction.java   |    8 +-
 .../core/dom/parser/cpp/CPPImplicitMethod.java     |   15 +-
 .../dom/parser/cpp/CPPInheritedConstructor.java    |   73 +
 .../parser/cpp/CPPLambdaExpressionParameter.java   |    5 +
 .../core/dom/parser/cpp/CPPMethodTemplate.java     |   32 +-
 .../core/dom/parser/cpp/CPPNodeFactory.java        |   51 +-
 .../internal/core/dom/parser/cpp/CPPParameter.java |   24 +-
 .../dom/parser/cpp/CPPParameterSpecialization.java |   15 +-
 .../cdt/internal/core/dom/parser/cpp/CPPScope.java |   19 +-
 .../core/dom/parser/cpp/CPPTemplateDefinition.java |   40 +-
 .../core/dom/parser/cpp/CPPTemplateParameter.java  |   46 +-
 .../parser/cpp/CPPTemplateTemplateParameter.java   |   13 +-
 .../dom/parser/cpp/CPPUnaryTypeTransformation.java |    4 +-
 .../internal/core/dom/parser/cpp/CPPVariable.java  |   62 +-
 .../core/dom/parser/cpp/ClassTypeHelper.java       |   76 +-
 .../core/dom/parser/cpp/GNUCPPSourceParser.java    |  302 ++-
 .../core/dom/parser/cpp/ICPPEvaluation.java        |   61 +-
 .../core/dom/parser/cpp/ICPPInternalBase.java      |    5 +-
 .../core/dom/parser/cpp/ICPPInternalBinding.java   |    8 +-
 .../core/dom/parser/cpp/ImplicitsAnalysis.java     |  195 ++
 .../core/dom/parser/cpp/OverloadableOperator.java  |    2 -
 .../dom/parser/cpp/semantics/AccessContext.java    |   11 +-
 .../cpp/semantics/CPPDependentEvaluation.java      |    1 -
 .../dom/parser/cpp/semantics/CPPEvaluation.java    |   48 +-
 .../dom/parser/cpp/semantics/CPPSemantics.java     |   55 +-
 .../dom/parser/cpp/semantics/CPPTemplates.java     |  119 +-
 .../core/dom/parser/cpp/semantics/CPPVisitor.java  |    5 +-
 .../core/dom/parser/cpp/semantics/EvalBinary.java  |   13 +-
 .../dom/parser/cpp/semantics/EvalBinaryTypeId.java |    7 +-
 .../core/dom/parser/cpp/semantics/EvalBinding.java |   10 +-
 .../core/dom/parser/cpp/semantics/EvalComma.java   |   27 +-
 .../dom/parser/cpp/semantics/EvalCompound.java     |    9 +-
 .../dom/parser/cpp/semantics/EvalConditional.java  |   27 +-
 .../core/dom/parser/cpp/semantics/EvalFixed.java   |    9 +-
 .../dom/parser/cpp/semantics/EvalFunctionCall.java |   49 +-
 .../dom/parser/cpp/semantics/EvalFunctionSet.java  |   12 +-
 .../core/dom/parser/cpp/semantics/EvalID.java      |   13 +-
 .../dom/parser/cpp/semantics/EvalInitList.java     |   21 +-
 .../dom/parser/cpp/semantics/EvalMemberAccess.java |   13 +-
 .../parser/cpp/semantics/EvalParameterPack.java    |    9 +-
 .../core/dom/parser/cpp/semantics/EvalTypeId.java  |  128 +-
 .../core/dom/parser/cpp/semantics/EvalUnary.java   |   12 +-
 .../dom/parser/cpp/semantics/EvalUnaryTypeID.java  |    7 +-
 .../core/dom/parser/cpp/semantics/LookupData.java  |   12 +-
 .../dom/parser/cpp/semantics/SemanticUtil.java     |   92 +-
 .../cpp/semantics/TemplateArgumentDeduction.java   |   10 +-
 .../dom/rewrite/astwriter/ASTWriterVisitor.java    |   19 +-
 .../dom/rewrite/astwriter/AttributeWriter.java     |  110 ++
 .../core/dom/rewrite/astwriter/DeclSpecWriter.java |   17 +-
 .../dom/rewrite/astwriter/DeclarationWriter.java   |   28 +-
 .../dom/rewrite/astwriter/DeclaratorWriter.java    |   11 +-
 .../dom/rewrite/astwriter/ExpressionWriter.java    |    4 +-
 .../core/dom/rewrite/astwriter/NodeWriter.java     |   46 +-
 .../dom/rewrite/astwriter/StatementWriter.java     |   14 +-
 .../rewrite/changegenerator/ChangeGenerator.java   |    2 +-
 .../dom/rewrite/commenthandler/ASTCommenter.java   |   87 +-
 .../dom/rewrite/commenthandler/NodeCommentMap.java |   17 +
 .../internal/core/dom/rewrite/util/TextUtil.java   |   28 +-
 .../eclipse/cdt/internal/core/index/CIndex.java    |  152 +-
 .../internal/core/index/IIndexFragmentFile.java    |   19 +-
 .../cdt/internal/core/index/IWritableIndex.java    |    5 +-
 .../core/index/IWritableIndexFragment.java         |    5 +-
 .../cdt/internal/core/index/WritableCIndex.java    |    7 +-
 .../core/index/composite/CompositeScope.java       |    2 +-
 .../index/composite/cpp/CPPCompositesFactory.java  |    7 +-
 .../composite/cpp/CompositeCPPClassScope.java      |    4 +-
 .../index/composite/cpp/CompositeCPPClassType.java |    8 +-
 .../index/composite/cpp/CompositeCPPEnumScope.java |    9 +-
 .../index/composite/cpp/CompositeCPPParameter.java |    6 +
 .../internal/core/indexer/StandaloneIndexer.java   |    5 +-
 .../indexer/StandaloneIndexerInputAdapter.java     |    7 +-
 .../cdt/internal/core/parser/ParserMessages.java   |   15 +-
 .../internal/core/parser/ParserMessages.properties |    3 +-
 .../cdt/internal/core/parser/ParserSettings2.java  |   64 +
 .../core/parser/scanner/ASTPreprocessorNode.java   |   40 +-
 .../core/parser/scanner/CPreprocessor.java         |   13 +-
 .../cdt/internal/core/parser/scanner/Lexer.java    |   27 +-
 .../core/parser/scanner/LocationCtxContainer.java  |   23 +-
 .../internal/core/parser/scanner/LocationMap.java  |   92 +-
 .../core/parser/scanner/MacroDefinitionParser.java |   16 +-
 .../core/parser/scanner/SignificantMacros.java     |   19 +-
 .../cdt/internal/core/parser/scanner/Token.java    |   58 +
 .../internal/core/pdom/AbstractIndexerTask.java    |  347 ++--
 .../cdt/internal/core/pdom/AtomicMultiSet.java     |    2 +-
 .../cdt/internal/core/pdom/ITodoTaskUpdater.java   |    1 -
 .../internal/core/pdom/IndexerInputAdapter.java    |   19 +-
 .../cdt/internal/core/pdom/IndexerStatistics.java  |    1 +
 .../org/eclipse/cdt/internal/core/pdom/PDOM.java   |   90 +-
 .../cdt/internal/core/pdom/PDOMIndexerJob.java     |    8 +-
 .../cdt/internal/core/pdom/PDOMManager.java        |   68 +-
 .../eclipse/cdt/internal/core/pdom/PDOMWriter.java |   87 +-
 .../core/pdom/TeamPDOMExportOperation.java         |    4 +-
 .../core/pdom/TeamPDOMImportOperation.java         |    6 +-
 .../cdt/internal/core/pdom/YieldableIndexLock.java |    9 +-
 .../eclipse/cdt/internal/core/pdom/db/Chunk.java   |   16 +-
 .../cdt/internal/core/pdom/db/ChunkCache.java      |    4 +-
 .../cdt/internal/core/pdom/db/Database.java        |   34 +-
 .../cdt/internal/core/pdom/db/LongString.java      |   24 +-
 .../cdt/internal/core/pdom/db/ShortString.java     |   10 +-
 .../internal/core/pdom/db/TypeMarshalBuffer.java   |   19 +-
 .../cdt/internal/core/pdom/dom/PDOMFile.java       |   31 +-
 .../cdt/internal/core/pdom/dom/PDOMLinkage.java    |   14 +-
 .../cdt/internal/core/pdom/dom/PDOMMacro.java      |    8 +-
 .../internal/core/pdom/dom/PDOMMacroContainer.java |   15 +-
 .../core/pdom/dom/PDOMMacroDefinitionName.java     |   17 +-
 .../core/pdom/dom/PDOMMacroReferenceName.java      |    6 +-
 .../internal/core/pdom/dom/c/PDOMCFunction.java    |   20 +-
 .../cdt/internal/core/pdom/dom/c/PDOMCTypedef.java |    3 +-
 .../internal/core/pdom/dom/c/PDOMCVariable.java    |   10 +-
 .../internal/core/pdom/dom/cpp/PDOMCPPBase.java    |   28 +-
 .../core/pdom/dom/cpp/PDOMCPPClassScope.java       |   27 +-
 .../PDOMCPPClassTemplatePartialSpecialization.java |   18 +-
 .../core/pdom/dom/cpp/PDOMCPPEnumScope.java        |   12 +-
 .../pdom/dom/cpp/PDOMCPPFieldSpecialization.java   |    3 +-
 .../internal/core/pdom/dom/cpp/PDOMCPPFriend.java  |   11 +-
 .../core/pdom/dom/cpp/PDOMCPPFunctionInstance.java |   14 +-
 .../internal/core/pdom/dom/cpp/PDOMCPPLinkage.java |   26 +-
 .../core/pdom/dom/cpp/PDOMCPPParameter.java        |   34 +-
 .../dom/cpp/PDOMCPPParameterSpecialization.java    |   21 +-
 .../core/pdom/dom/cpp/PDOMCPPUsingDeclaration.java |    4 +-
 .../core/pdom/dom/cpp/PDOMCPPVariable.java         |    3 +-
 .../core/pdom/dom/cpp/PDOMInstanceCache.java       |    6 +-
 .../internal/core/pdom/export/GeneratePDOM.java    |    6 +-
 .../core/pdom/indexer/AbstractPDOMIndexer.java     |    3 +-
 .../core/pdom/indexer/IndexerPreferences.java      |    7 +-
 .../core/pdom/indexer/PDOMIndexerTask.java         |   60 +-
 .../core/pdom/indexer/PDOMRebuildTask.java         |   56 +-
 .../pdom/indexer/ProjectIndexerInputAdapter.java   |    7 +-
 .../internal/core/pdom/indexer/TodoTaskParser.java |    7 +-
 .../core/pdom/indexer/TodoTaskUpdater.java         |   18 +-
 core/org.eclipse.cdt.core/plugin.properties        |   17 +-
 core/org.eclipse.cdt.core/plugin.xml               |   23 +-
 core/org.eclipse.cdt.core/pom.xml                  |    4 +-
 .../eclipse/cdt/core/CCorePreferenceConstants.java |   53 +-
 .../eclipse/cdt/core/ICompileOptionsFinder.java    |   30 +
 .../internal/core/CCorePluginResources.properties  |    7 +-
 .../internal/core/CCorePreferenceInitializer.java  |    5 +-
 .../cdt/internal/core/LocalProjectScope.java       |    2 +-
 .../utils/org/eclipse/cdt/utils/Addr2line.java     |   12 +
 .../org/eclipse/cdt/utils/debug/dwarf/Dwarf.java   |  172 +-
 .../cdt/utils/debug/dwarf/DwarfConstants.java      |   86 +-
 .../eclipse/cdt/utils/debug/dwarf/DwarfReader.java |  632 +++++-
 .../utils/org/eclipse/cdt/utils/elf/Elf.java       |   11 +-
 .../utils/org/eclipse/cdt/utils/pty/PTY.java       |  273 ---
 .../org/eclipse/cdt/utils/pty/PTYInputStream.java  |   96 -
 .../eclipse/cdt/utils/spawner/ProcessFactory.java  |   99 -
 .../org/eclipse/cdt/utils/spawner/Spawner.java     |  515 -----
 .../cdt/utils/spawner/SpawnerInputStream.java      |  117 --
 core/org.eclipse.cdt.ui.tests/.classpath           |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 core/org.eclipse.cdt.ui.tests/META-INF/MANIFEST.MF |    2 +-
 core/org.eclipse.cdt.ui.tests/pom.xml              |    2 +-
 .../addInclude/Enumerator_307738.cpp.expected      |    1 +
 .../resources/addInclude/InsertionPoint_435340.cpp |    6 +
 .../addInclude/InsertionPoint_435340.cpp.expected  |    7 +
 .../resources/addInclude/InsertionPoint_435340a.h  |    1 +
 .../resources/addInclude/InsertionPoint_435340b.h  |    1 +
 .../resources/addInclude/Macro.cpp.expected        |    1 +
 .../resources/addInclude/ResolvedName.cpp.expected |    1 +
 .../addInclude/Template_306670.cpp.expected        |    1 +
 .../resources/semanticHighlighting/SHTest.cpp      |   13 +
 .../tests/callhierarchy/CallHierarchyBaseTest.java |   19 +-
 .../includebrowser/IncludeBrowserBaseTest.java     |    4 +-
 .../cdt/ui/tests/outline/BasicOutlineTest.java     |    7 +-
 .../includes/BindingClassifierTest.java            |   39 +-
 .../refactoring/includes/IncludeOrganizerTest.java |   86 +-
 .../refactoring/includes/IncludesTestBase.java     |   15 +-
 .../refactoring/rename/RenameFunctionTests.java    |    2 +-
 .../tests/refactoring/rename/RenameMacroTests.java |  196 +-
 .../refactoring/rename/RenameRegressionTests.java  |    2 +-
 .../refactoring/rename/RenameTemplatesTests.java   |    2 +-
 .../tests/refactoring/rename/RenameTestBase.java   |  150 ++
 .../ui/tests/refactoring/rename/RenameTests.java   |  149 --
 .../tests/refactoring/rename/RenameTypeTests.java  |    2 +-
 .../refactoring/rename/RenameVariableTests.java    |    2 +-
 .../eclipse/cdt/ui/tests/text/AddIncludeTest.java  |    7 +-
 .../cdt/ui/tests/text/BracketInserterTest.java     |   49 +-
 .../ui/tests/text/SemanticHighlightingTest.java    |   23 +
 .../text/contentassist/ContentAssistTestSuite.java |    6 +-
 .../text/contentassist/ContentAssistTests.java     |  210 +-
 .../ProposalFilterPreferencesTest.java             |    6 +-
 .../text/contentassist/TestProposalFilter.java     |    7 +-
 .../text/contentassist2/ParameterHintTests.java    |    2 +-
 .../selection/CPPSelectionTestsAnyIndexer.java     |   11 +
 .../text/selection/CPPSelectionTestsNoIndexer.java |   11 +
 .../tests/typehierarchy/CppTypeHierarchyTest.java  |   11 +-
 core/org.eclipse.cdt.ui/.classpath                 |    2 +-
 core/org.eclipse.cdt.ui/.settings/.api_filters     |   19 -
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF       |    9 +-
 core/org.eclipse.cdt.ui/build.properties           |    9 +-
 core/org.eclipse.cdt.ui/css/e4-dark_cdt.css        |   76 +
 core/org.eclipse.cdt.ui/plugin.properties          |    2 +
 core/org.eclipse.cdt.ui/plugin.xml                 |   11 +
 core/org.eclipse.cdt.ui/pom.xml                    |    4 +-
 .../schema/callHierarchyProviders.exsd             |   73 +
 .../schema/externalSearchProviders.exsd            |   73 +
 .../corext/codemanipulation/InclusionContext.java  |    2 +-
 .../ui/callhierarchy/CHContentProvider.java        |    7 +-
 .../cdt/internal/ui/callhierarchy/CHMessages.java  |    3 +-
 .../ui/callhierarchy/CHMessages.properties         |    3 +-
 .../internal/ui/callhierarchy/CHMultiDefNode.java  |    4 +-
 .../cdt/internal/ui/callhierarchy/CHNode.java      |    3 +-
 .../ui/callhierarchy/CHProviderManager.java        |   66 +
 .../cdt/internal/ui/callhierarchy/CHQueries.java   |   37 +-
 .../cdt/internal/ui/callhierarchy/CHViewPart.java  |    3 +-
 .../internal/ui/callhierarchy/CalledByResult.java  |   14 +-
 .../internal/ui/callhierarchy/CallsToResult.java   |   12 +-
 .../cdt/internal/ui/editor/ASTProvider.java        |   48 +-
 .../cdt/internal/ui/editor/AddIncludeAction.java   |    4 +-
 .../eclipse/cdt/internal/ui/editor/CEditor.java    |  245 +--
 .../cdt/internal/ui/editor/CEditorMessages.java    |    2 +-
 .../internal/ui/editor/CEditorMessages.properties  |    2 +-
 .../ui/editor/ContributedSemanticHighlighting.java |    2 +-
 .../internal/ui/editor/IndexUpdateRequestor.java   |  113 ++
 .../internal/ui/editor/SemanticHighlighting.java   |   79 +-
 .../ui/editor/SemanticHighlightingReconciler.java  |   15 +
 .../SemanticHighlightingWithOwnPreference.java     |   98 +
 .../internal/ui/editor/SemanticHighlightings.java  |  209 +-
 .../cdt/internal/ui/editor/WorkingCopyManager.java |   23 +-
 .../cdt/internal/ui/includebrowser/IBFile.java     |   12 +-
 .../cdt/internal/ui/includebrowser/IBNode.java     |    4 +-
 .../internal/ui/indexview/IndexLabelProvider.java  |    2 +-
 .../ui/preferences/AbstractPreferencePage.java     |   21 +-
 .../CEditorColoringConfigurationBlock.java         |   32 +-
 .../ui/preferences/IncludePragmasBlock.java        |    7 +-
 .../ui/preferences/PreferencesMessages.java        |    4 +-
 .../ui/preferences/PreferencesMessages.properties  |   10 +-
 .../preferences/ScalabilityIntegerFieldEditor.java |  195 ++
 .../ui/preferences/ScalabilityPreferencePage.java  |   91 +-
 .../formatter/CustomCodeFormatterBlock.java        |   64 +-
 .../ui/refactoring/includes/BindingClassifier.java | 2084 ++++++++++----------
 .../includes/GCCHeaderSubstitutionMaps.java        |    1 +
 .../ui/refactoring/includes/HeaderSubstitutor.java |   61 +-
 .../includes/IncludeCreationContext.java           |   14 +-
 .../ui/refactoring/includes/IncludeCreator.java    |   49 +-
 .../ui/refactoring/includes/IncludeMap.java        |   20 +-
 .../ui/refactoring/includes/IncludeOrganizer.java  |   81 +-
 .../refactoring/includes/IncludePreferences.java   |    3 +-
 .../ui/refactoring/rename/ASTNameVisitor.java      |   37 +-
 .../refactoring/rename/ASTSpecificNameVisitor.java |    7 +-
 .../ui/refactoring/rename/CRefactoringMatch.java   |   15 +-
 .../refactoring/rename/CRenameMacroProcessor.java  |   11 +-
 .../rename/CRenameProcessorDelegate.java           |   12 +-
 .../cdt/internal/ui/search/CSearchElement.java     |   15 +-
 .../internal/ui/search/CSearchLabelProvider.java   |    7 +-
 .../ui/search/CSearchListContentProvider.java      |    2 +-
 .../cdt/internal/ui/search/CSearchMatch.java       |    8 +-
 .../cdt/internal/ui/search/CSearchMessages.java    |    9 +-
 .../internal/ui/search/CSearchMessages.properties  |    7 +-
 .../cdt/internal/ui/search/CSearchPage.java        |    4 +-
 .../internal/ui/search/CSearchProviderManager.java |   66 +
 .../cdt/internal/ui/search/CSearchQuery.java       |   19 +-
 .../cdt/internal/ui/search/CSearchResult.java      |    4 +-
 .../cdt/internal/ui/search/LinkedNamesFinder.java  |    2 +-
 .../ui/search/actions/OpenDeclarationsJob.java     |   22 +-
 .../ui/search/actions/SelectionParseAction.java    |    8 +-
 .../internal/ui/text/CParameterListValidator.java  |  139 +-
 .../internal/ui/text/ICReconcilingListener.java    |    4 +-
 .../ui/text/contentassist/CCompletionProposal.java |  130 +-
 .../contentassist/CContentAssistProcessor.java     |   90 +-
 .../contentassist/CProposalContextInformation.java |   21 +-
 .../contentassist/CompletionProposalCategory.java  |   37 +-
 .../text/contentassist/ContentAssistProcessor.java |   59 +-
 .../text/contentassist/DefaultProposalFilter.java  |   26 +-
 .../cdt/internal/ui/text/util/CColorManager.java   |   41 +-
 .../internal/ui/text/util/CWhitespaceDetector.java |    5 -
 .../cdt/internal/ui/text/util/CWordDetector.java   |    8 -
 .../ui/typehierarchy/THContentProvider.java        |    7 +-
 .../cdt/internal/ui/typehierarchy/THGraph.java     |   32 +-
 .../cdt/internal/ui/typehierarchy/THGraphNode.java |   13 +-
 .../ui/typehierarchy/THHierarchyModel.java         |   21 +-
 .../ui/typehierarchy/THInformationControl.java     |   11 +-
 .../cdt/internal/ui/typehierarchy/THNode.java      |   38 +-
 .../eclipse/cdt/internal/ui/util/CoreUtility.java  |   46 +-
 .../cdt/internal/ui/util/EditorUtility.java        |   66 +-
 .../cdt/internal/ui/util/TwoArrayQuickSort.java    |    8 +-
 .../ui/viewsupport/CElementLabelComposer.java      |  718 ++++---
 .../internal/ui/viewsupport/CElementLabels.java    |   57 +-
 .../ui/wizards/NewClassCreationWizard.java         |   26 +-
 .../wizards/classwizard/NewClassCodeGenerator.java |    7 +-
 .../eclipse/cdt/ui/CUIPreferenceInitializer.java   |    4 +
 .../org/eclipse/cdt/ui/IWorkingCopyManager.java    |   37 +-
 .../cdt/ui/IWorkingCopyManagerExtension.java       |   22 +-
 .../cdt/ui/dialogs/AbstractIndexerPage.java        |   47 +-
 .../org/eclipse/cdt/ui/dialogs/CacheSizeBlock.java |    4 +-
 .../eclipse/cdt/ui/dialogs/DialogsMessages.java    |    4 +-
 .../cdt/ui/dialogs/DialogsMessages.properties      |    4 +-
 .../cdt/ui/extensions/ICallHierarchyProvider.java  |   63 +
 .../eclipse/cdt/ui/extensions/ICallToResult.java   |   35 +
 .../eclipse/cdt/ui/extensions/ICalledByResult.java |   35 +
 .../cdt/ui/extensions/IExternalSearchProvider.java |   66 +
 .../ui/templateengine/TemplateEngineUIUtil.java    |    2 +-
 .../templateengine/pages/TemplateInputDialog.java  |   17 +-
 .../build.properties                               |    4 +-
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 .../feature.xml                                    |    4 +-
 .../license.html                                   |  108 -
 .../org.eclipse.cdt.build.crossgcc-feature/pom.xml |    4 +-
 .../sourceTemplateFeature/epl-v10.html             |  328 ---
 .../sourceTemplateFeature/feature.properties       |  131 --
 .../sourceTemplateFeature/feature.xml              |    6 +-
 .../sourceTemplateFeature/license.html             |  108 -
 cross/org.eclipse.cdt.build.crossgcc/.classpath    |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 cross/org.eclipse.cdt.build.crossgcc/pom.xml       |    2 +-
 .../build.properties                               |    6 +-
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 .../feature.xml                                    |    6 +-
 .../license.html                                   |  108 -
 .../org.eclipse.cdt.launch.remote-feature/pom.xml  |    4 +-
 .../sourceTemplateFeature/epl-v10.html             |  328 ---
 .../sourceTemplateFeature/feature.properties       |  131 --
 .../sourceTemplateFeature/license.html             |  108 -
 cross/org.eclipse.cdt.launch.remote/pom.xml        |    2 +-
 .../remote/launching/RemoteGdbLaunchDelegate.java  |    3 -
 .../cdt/launch/remote/tabs/RemoteCDSFMainTab.java  |   26 +-
 .../cdt/launch/remote/tabs/RemoteCMainTab.java     |   10 +-
 .../org.eclipse.cdt.debug.application.doc/.project |   22 +
 .../META-INF/MANIFEST.MF                           |    7 +
 .../about.html                                     |   29 +
 .../org.eclipse.cdt.debug.application.doc/book.css |   61 +
 .../build.properties                               |   14 +
 .../concepts/cdt_c_before_you_begin.htm            |   71 +
 .../concepts/cdt_c_brkpnts.htm                     |   63 +
 .../concepts/cdt_c_build_over.htm                  |  162 ++
 .../concepts/cdt_c_comments.htm                    |   66 +
 .../concepts/cdt_c_content_assist.htm              |   98 +
 .../concepts/cdt_c_dbg_info.htm                    |   89 +
 .../concepts/cdt_c_discovery_options.htm           |   54 +
 .../concepts/cdt_c_editor.htm                      |   53 +
 .../concepts/cdt_c_indexer.htm                     |   59 +
 .../concepts/cdt_c_indexer_fullindexer.htm         |   47 +
 .../concepts/cdt_c_indexer_prog_bar.htm            |   46 +
 .../concepts/cdt_c_makefile.htm                    |  187 ++
 .../concepts/cdt_c_open_declarations.htm           |   40 +
 .../concepts/cdt_c_outlineview.htm                 |  131 ++
 .../concepts/cdt_c_over_cdt.htm                    |   92 +
 .../concepts/cdt_c_over_dbg.htm                    |   46 +
 .../concepts/cdt_c_perspectives.htm                |   76 +
 .../concepts/cdt_c_proj_file_views.htm             |   66 +
 .../concepts/cdt_c_projects.htm                    |   42 +
 .../concepts/cdt_c_scanner_discovery.htm           |  108 +
 .../concepts/cdt_c_search.htm                      |  275 +++
 .../concepts/cdt_c_standalone_intro.htm            |   47 +
 .../concepts/cdt_c_templates.htm                   |   66 +
 .../concepts/cdt_c_views.htm                       |   55 +
 .../concepts/cdt_c_whatsnew.htm                    |  308 +++
 .../concepts/cdt_c_whatsnew_60.htm                 |  467 +++++
 .../concepts/cdt_c_whatsnew_70.htm                 |  351 ++++
 .../concepts/cdt_c_whatsnew_80.htm                 |  558 ++++++
 .../concepts/cdt_c_whatsnew_81.htm                 |  400 ++++
 .../concepts/cdt_o_build_conc.htm                  |   24 +
 .../concepts/cdt_o_code_entry.htm                  |   23 +
 .../concepts/cdt_o_concepts.htm                    |   60 +
 .../concepts/cdt_o_dbg_concepts.htm                |   23 +
 .../concepts/cdt_o_edit.htm                        |   20 +
 .../concepts/cdt_o_home.htm                        |   36 +
 .../concepts/cdt_o_nav.htm                         |   29 +
 .../customBuildCallbacks.xml                       |  163 ++
 .../html/maintopic.html                            |   13 +
 .../html/subtopic.html                             |   13 +
 .../html/toc.html                                  |   13 +
 .../images/BuildConsole.png                        |  Bin 0 -> 36453 bytes
 .../images/Idea.jpg                                |  Bin 0 -> 5102 bytes
 .../images/add_breakpoint.png                      |  Bin 0 -> 6224 bytes
 .../images/alphab_sort_co.gif                      |  Bin 0 -> 224 bytes
 .../images/back.gif                                |  Bin 0 -> 865 bytes
 .../images/btn_columns.png                         |  Bin 0 -> 597 bytes
 .../images/btn_import_executables.png              |  Bin 0 -> 606 bytes
 .../images/btn_restart.png                         |  Bin 0 -> 590 bytes
 .../images/builder_settings.png                    |  Bin 0 -> 63756 bytes
 .../images/c_cpp_app_preferences.png               |  Bin 0 -> 27304 bytes
 .../images/c_cpp_preferences.png                   |  Bin 0 -> 45302 bytes
 .../images/c_element_filters.png                   |  Bin 0 -> 11361 bytes
 .../images/c_exe_obj.png                           |  Bin 0 -> 736 bytes
 .../images/c_file_obj.gif                          |  Bin 0 -> 354 bytes
 .../images/c_object_file.png                       |  Bin 0 -> 699 bytes
 .../images/c_ovr.gif                               |  Bin 0 -> 81 bytes
 .../images/c_paths.png                             |  Bin 0 -> 50672 bytes
 .../images/c_symbols.png                           |  Bin 0 -> 44992 bytes
 .../images/cdt_autobuild.png                       |  Bin 0 -> 28551 bytes
 .../images/cdt_buildenv_newenvvar.png              |  Bin 0 -> 9262 bytes
 .../images/cdt_buildenv_selectvar.png              |  Bin 0 -> 26961 bytes
 .../images/cdt_ca_no_completions.png               |  Bin 0 -> 469 bytes
 .../images/cdt_debug_bp_filter.png                 |  Bin 0 -> 5319 bytes
 .../images/cdt_debug_exes01.png                    |  Bin 0 -> 20932 bytes
 .../images/cdt_debug_exes02.png                    |  Bin 0 -> 17021 bytes
 .../images/cdt_debug_exes03.png                    |  Bin 0 -> 15858 bytes
 .../images/cdt_debug_exes04.png                    |  Bin 0 -> 32393 bytes
 .../images/cdt_debug_exes05.png                    |  Bin 0 -> 6624 bytes
 .../images/cdt_debug_hover_modes.png               |  Bin 0 -> 5577 bytes
 .../images/cdt_debug_run01.png                     |  Bin 0 -> 4964 bytes
 .../images/cdt_dlg_define_build_var.png            |  Bin 0 -> 11990 bytes
 .../images/cdt_dlg_edit_build_var.png              |  Bin 0 -> 12333 bytes
 .../images/cdt_dsfgdb_preferences_page.png         |  Bin 0 -> 124245 bytes
 .../images/cdt_error_workbench.png                 |  Bin 0 -> 72483 bytes
 .../images/cdt_file_inc.png                        |  Bin 0 -> 59555 bytes
 .../images/cdt_file_steps.png                      |  Bin 0 -> 37967 bytes
 .../images/cdt_file_sym.png                        |  Bin 0 -> 58633 bytes
 .../images/cdt_file_tcedit.png                     |  Bin 0 -> 31503 bytes
 .../images/cdt_file_toolsett.png                   |  Bin 0 -> 32328 bytes
 .../images/cdt_fold_resource.png                   |  Bin 0 -> 27174 bytes
 .../images/cdt_fold_tcedit.png                     |  Bin 0 -> 31884 bytes
 .../images/cdt_fold_toolsett.png                   |  Bin 0 -> 44355 bytes
 .../images/cdt_inline_rename.png                   |  Bin 0 -> 10406 bytes
 .../images/cdt_menu_toggle_comments.png            |  Bin 0 -> 4307 bytes
 .../images/cdt_menubar.png                         |  Bin 0 -> 19281 bytes
 .../images/cdt_new_brk_action.png                  |  Bin 0 -> 19215 bytes
 .../images/cdt_open_element.png                    |  Bin 0 -> 27235 bytes
 .../images/cdt_pref-multi-cfg.png                  |  Bin 0 -> 46482 bytes
 .../images/cdt_pref-prop-pages.png                 |  Bin 0 -> 110876 bytes
 .../images/cdt_pref-wizard-defaults.png            |  Bin 0 -> 35866 bytes
 .../images/cdt_pref-wizard-toolchains.png          |  Bin 0 -> 44754 bytes
 .../images/cdt_pref_brk_action.png                 |  Bin 0 -> 34387 bytes
 .../images/cdt_pref_brk_action_properties.png      |  Bin 0 -> 18859 bytes
 .../images/cdt_pref_build_console.png              |  Bin 0 -> 42299 bytes
 .../images/cdt_pref_build_vars.png                 |  Bin 0 -> 67229 bytes
 .../images/cdt_pref_file_types.png                 |  Bin 0 -> 36309 bytes
 .../images/cdt_pref_new_task_tag_dlg.png           |  Bin 0 -> 9234 bytes
 .../images/cdt_pref_task_tags.png                  |  Bin 0 -> 43487 bytes
 .../images/cdt_refactor.png                        |  Bin 0 -> 56633 bytes
 .../images/cdt_refactor_undo.png                   |  Bin 0 -> 20078 bytes
 .../images/cdt_rename_dialog.png                   |  Bin 0 -> 27868 bytes
 .../images/cdt_restart.png                         |  Bin 0 -> 11781 bytes
 .../images/cdt_select_type.png                     |  Bin 0 -> 33559 bytes
 .../images/cdt_set_src_folder.png                  |  Bin 0 -> 6402 bytes
 .../images/cdt_t_proj_new_with_template_1.png      |  Bin 0 -> 36800 bytes
 .../images/cdt_t_proj_new_with_template_2.png      |  Bin 0 -> 24938 bytes
 .../images/cdt_t_proj_new_with_template_3.png      |  Bin 0 -> 18564 bytes
 .../images/cdt_t_proj_new_with_template_4.png      |  Bin 0 -> 25044 bytes
 .../images/cdt_t_proj_new_with_template_5.png      |  Bin 0 -> 49644 bytes
 .../images/cdt_t_proj_new_with_template_6.png      |  Bin 0 -> 24565 bytes
 .../images/cdt_t_proj_new_with_template_7.png      |  Bin 0 -> 52416 bytes
 .../images/cdt_t_toggle_selection.png              |  Bin 0 -> 35657 bytes
 .../images/cdt_t_toggle_selection2.png             |  Bin 0 -> 12526 bytes
 .../images/cdt_t_toggle_selection3.png             |  Bin 0 -> 5316 bytes
 .../images/cdt_toolbar.png                         |  Bin 0 -> 18117 bytes
 .../images/cdt_update_find-install.png             |  Bin 0 -> 26570 bytes
 .../images/cdt_update_install_cdt_site.png         |  Bin 0 -> 32074 bytes
 .../images/cdt_update_install_new.png              |  Bin 0 -> 28900 bytes
 .../images/cdt_update_install_new_sites.png        |  Bin 0 -> 10136 bytes
 .../images/cdt_update_install_sites.png            |  Bin 0 -> 30387 bytes
 .../images/cdt_update_jar_verification.png         |  Bin 0 -> 17805 bytes
 .../images/cdt_update_license_agreement.png        |  Bin 0 -> 90360 bytes
 .../images/cdt_update_location.png                 |  Bin 0 -> 10599 bytes
 .../images/cdt_update_search_results.png           |  Bin 0 -> 22633 bytes
 .../images/cdt_w_basic02.png                       |  Bin 0 -> 26819 bytes
 .../images/cdt_w_basic03.png                       |  Bin 0 -> 37771 bytes
 .../images/cdt_w_basic03a.png                      |  Bin 0 -> 37848 bytes
 .../images/cdt_w_basic04.png                       |  Bin 0 -> 44272 bytes
 .../images/cdt_w_basic05.png                       |  Bin 0 -> 27618 bytes
 .../images/cdt_w_basic06.png                       |  Bin 0 -> 27774 bytes
 .../images/cdt_w_basic06a.png                      |  Bin 0 -> 31922 bytes
 .../images/cdt_w_basic07.png                       |  Bin 0 -> 41434 bytes
 .../images/cdt_w_basic08.png                       |  Bin 0 -> 41562 bytes
 .../images/cdt_w_basic09.png                       |  Bin 0 -> 57908 bytes
 .../images/cdt_w_basic10.png                       |  Bin 0 -> 18323 bytes
 .../images/cdt_w_basic11.png                       |  Bin 0 -> 47561 bytes
 .../images/cdt_w_basic12.png                       |  Bin 0 -> 32957 bytes
 .../images/cdt_w_basic13.png                       |  Bin 0 -> 25334 bytes
 .../images/cdt_w_basic14.png                       |  Bin 0 -> 30497 bytes
 .../images/cdt_w_basic15.png                       |  Bin 0 -> 20877 bytes
 .../images/cdt_w_basic16.png                       |  Bin 0 -> 65934 bytes
 .../images/cdt_w_basic17.png                       |  Bin 0 -> 35952 bytes
 .../images/cdt_w_basic18.png                       |  Bin 0 -> 39149 bytes
 .../images/cdt_w_basic19.png                       |  Bin 0 -> 27952 bytes
 .../images/cdt_w_basic20.png                       |  Bin 0 -> 25264 bytes
 .../images/cdt_w_basic21.png                       |  Bin 0 -> 61847 bytes
 .../images/cdt_w_basic22.png                       |  Bin 0 -> 19216 bytes
 .../images/cdt_w_bin.png                           |  Bin 0 -> 31206 bytes
 .../images/cdt_w_binparser01.png                   |  Bin 0 -> 27847 bytes
 .../images/cdt_w_cpp_perspectx.png                 |  Bin 0 -> 13537 bytes
 .../images/cdt_w_debug_configurations_01.png       |  Bin 0 -> 73974 bytes
 .../images/cdt_w_debug_configurations_02.png       |  Bin 0 -> 83415 bytes
 .../images/cdt_w_import01.png                      |  Bin 0 -> 23711 bytes
 .../images/cdt_w_import02.png                      |  Bin 0 -> 22592 bytes
 .../images/cdt_w_import03.png                      |  Bin 0 -> 74172 bytes
 .../images/cdt_w_import04.png                      |  Bin 0 -> 11884 bytes
 .../images/cdt_w_import05.png                      |  Bin 0 -> 12632 bytes
 .../images/cdt_w_import07.png                      |  Bin 0 -> 16507 bytes
 .../images/cdt_w_import08.png                      |  Bin 0 -> 36413 bytes
 .../images/cdt_w_import09.png                      |  Bin 0 -> 57217 bytes
 .../images/cdt_w_import10.png                      |  Bin 0 -> 35918 bytes
 .../images/cdt_w_import11.png                      |  Bin 0 -> 39753 bytes
 .../images/cdt_w_import12.png                      |  Bin 0 -> 44271 bytes
 .../images/cdt_w_import13.png                      |  Bin 0 -> 18878 bytes
 .../images/cdt_w_import14.png                      |  Bin 0 -> 41294 bytes
 .../images/cdt_w_import15.png                      |  Bin 0 -> 41091 bytes
 .../images/cdt_w_import16.png                      |  Bin 0 -> 18371 bytes
 .../images/cdt_w_import17.png                      |  Bin 0 -> 19808 bytes
 .../images/cdt_w_import18.png                      |  Bin 0 -> 9062 bytes
 .../images/cdt_w_import19.png                      |  Bin 0 -> 11886 bytes
 .../images/cdt_w_import20.png                      |  Bin 0 -> 19606 bytes
 .../images/cdt_w_import21.png                      |  Bin 0 -> 45150 bytes
 .../images/cdt_w_importBrandon01.png               |  Bin 0 -> 25804 bytes
 .../images/cdt_w_importBrandon02.png               |  Bin 0 -> 43507 bytes
 .../images/cdt_w_importBrandon03.png               |  Bin 0 -> 52670 bytes
 .../images/cdt_w_importBrandon04run.png            |  Bin 0 -> 38512 bytes
 .../images/cdt_w_importBrandon04run2.png           |  Bin 0 -> 52185 bytes
 .../images/cdt_w_indexer.png                       |  Bin 0 -> 43169 bytes
 .../images/cdt_w_newmake01.png                     |  Bin 0 -> 20430 bytes
 .../images/cdt_w_newmake02.png                     |  Bin 0 -> 46609 bytes
 .../images/cdt_w_newmake03.png                     |  Bin 0 -> 92405 bytes
 .../images/cdt_w_standard01.png                    |  Bin 0 -> 39724 bytes
 .../images/cdt_w_standard02.png                    |  Bin 0 -> 24747 bytes
 .../images/cdt_w_standard03.png                    |  Bin 0 -> 27958 bytes
 .../images/cdt_w_standard04.png                    |  Bin 0 -> 31228 bytes
 .../images/cdt_w_standard05.png                    |  Bin 0 -> 31251 bytes
 .../images/cdt_w_standard06.png                    |  Bin 0 -> 31324 bytes
 .../images/cdt_w_standard07.png                    |  Bin 0 -> 43026 bytes
 .../images/cdt_w_standard08.png                    |  Bin 0 -> 57908 bytes
 .../images/cdt_w_standard09.png                    |  Bin 0 -> 18323 bytes
 .../images/cdt_w_standard10.png                    |  Bin 0 -> 47561 bytes
 .../images/cdt_w_standard11.png                    |  Bin 0 -> 55352 bytes
 .../images/cdt_w_standard12.png                    |  Bin 0 -> 57864 bytes
 .../images/cdt_w_standard13.png                    |  Bin 0 -> 21840 bytes
 .../images/cdt_w_standard14.png                    |  Bin 0 -> 50182 bytes
 .../images/cdt_w_standard15.png                    |  Bin 0 -> 54244 bytes
 .../images/cdt_w_standard16.png                    |  Bin 0 -> 57335 bytes
 .../images/cdt_w_standard17.png                    |  Bin 0 -> 35952 bytes
 .../images/cdt_w_viewMenu.png                      |  Bin 0 -> 15714 bytes
 .../images/cdt_w_viewMenuFilters.png               |  Bin 0 -> 16218 bytes
 .../images/cdt_w_viewMenuFilters2.png              |  Bin 0 -> 7006 bytes
 .../images/class_obj.gif                           |  Bin 0 -> 586 bytes
 .../images/code_style_preferences.png              |  Bin 0 -> 45785 bytes
 .../images/code_templates.png                      |  Bin 0 -> 62011 bytes
 .../images/code_templates_edit.png                 |  Bin 0 -> 28898 bytes
 .../images/code_templates_new.png                  |  Bin 0 -> 17498 bytes
 .../images/codetemplates_example.png               |  Bin 0 -> 21152 bytes
 .../images/command_link.png                        |  Bin 0 -> 455 bytes
 .../images/console_build.png                       |  Bin 0 -> 4650 bytes
 .../images/container_obj.gif                       |  Bin 0 -> 161 bytes
 .../images/contentAssist_adv_preferences.png       |  Bin 0 -> 26017 bytes
 .../images/contentAssist_example.gif               |  Bin 0 -> 22745 bytes
 .../images/contentAssist_example.png               |  Bin 0 -> 4664 bytes
 .../images/contentAssist_preferences.png           |  Bin 0 -> 38294 bytes
 .../images/contents_view.gif                       |  Bin 0 -> 169 bytes
 .../images/convert_proj.png                        |  Bin 0 -> 11550 bytes
 .../images/cpp_bld_discovery_options.png           |  Bin 0 -> 46624 bytes
 .../images/cpp_bld_environment.png                 |  Bin 0 -> 41855 bytes
 .../images/cpp_bld_settings.png                    |  Bin 0 -> 72637 bytes
 .../images/cpp_bld_settings_tool.png               |  Bin 0 -> 72638 bytes
 .../images/create_c_file_01.png                    |  Bin 0 -> 21490 bytes
 .../images/create_c_file_02.png                    |  Bin 0 -> 26890 bytes
 .../images/create_c_file_03.png                    |  Bin 0 -> 18278 bytes
 .../images/create_c_file_04.png                    |  Bin 0 -> 9779 bytes
 .../images/create_make_target.png                  |  Bin 0 -> 25848 bytes
 .../images/create_make_target_win.png              |  Bin 0 -> 15923 bytes
 .../images/customize_perspective.png               |  Bin 0 -> 51682 bytes
 .../images/debug_gdb_pref.png                      |  Bin 0 -> 30977 bytes
 .../images/debug_pref.png                          |  Bin 0 -> 39541 bytes
 .../images/debug_src_pref.png                      |  Bin 0 -> 28143 bytes
 .../images/define_obj.gif                          |  Bin 0 -> 154 bytes
 .../images/discovery_preferences.png               |  Bin 0 -> 16935 bytes
 .../images/dprop_make_discovery_file.png           |  Bin 0 -> 66130 bytes
 .../images/edited_ovr.gif                          |  Bin 0 -> 167 bytes
 .../images/editor_c_codetemplates_use.gif          |  Bin 0 -> 52610 bytes
 .../images/editor_c_codetemplates_use.png          |  Bin 0 -> 6777 bytes
 .../images/editor_color_preferences.png            |  Bin 0 -> 56216 bytes
 .../images/editor_folding_preferences.png          |  Bin 0 -> 40024 bytes
 .../images/editor_general_preferences.png          |  Bin 0 -> 70775 bytes
 .../images/editor_hover_preferences.png            |  Bin 0 -> 40550 bytes
 .../images/editor_mark_preferences.png             |  Bin 0 -> 33550 bytes
 .../images/editor_save_actions_preferences.png     |  Bin 0 -> 33131 bytes
 .../images/editor_scalability_preferences.png      |  Bin 0 -> 47662 bytes
 .../images/editor_typing_preferences.png           |  Bin 0 -> 49306 bytes
 .../images/enum_obj.gif                            |  Bin 0 -> 361 bytes
 .../images/enumerator_obj.gif                      |  Bin 0 -> 73 bytes
 .../images/error_co.gif                            |  Bin 0 -> 82 bytes
 .../images/field_obj.gif                           |  Bin 0 -> 117 bytes
 .../images/field_private_obj.gif                   |  Bin 0 -> 88 bytes
 .../images/field_protected_obj.gif                 |  Bin 0 -> 119 bytes
 .../images/field_public_obj.gif                    |  Bin 0 -> 124 bytes
 .../images/fields_co.gif                           |  Bin 0 -> 160 bytes
 .../images/file_menu.png                           |  Bin 0 -> 33115 bytes
 .../images/file_new_conv.png                       |  Bin 0 -> 12712 bytes
 .../images/fileprop_language_mappings.png          |  Bin 0 -> 32731 bytes
 .../images/filterbutton.gif                        |  Bin 0 -> 166 bytes
 .../images/find_replace_dialog.png                 |  Bin 0 -> 5844 bytes
 .../images/function_obj.gif                        |  Bin 0 -> 111 bytes
 .../images/hammer-icon.png                         |  Bin 0 -> 47975 bytes
 .../images/hierarchy_co.gif                        |  Bin 0 -> 199 bytes
 .../images/history_list.gif                        |  Bin 0 -> 586 bytes
 .../images/home.gif                                |  Bin 0 -> 868 bytes
 .../images/icon_add_mem_monitor.png                |  Bin 0 -> 501 bytes
 .../images/icon_annotation_next.png                |  Bin 0 -> 497 bytes
 .../images/icon_annotation_prev.png                |  Bin 0 -> 489 bytes
 .../images/icon_back.png                           |  Bin 0 -> 369 bytes
 .../images/icon_breakpoint_disable.gif             |  Bin 0 -> 880 bytes
 .../images/icon_breakpoint_obj.gif                 |  Bin 0 -> 140 bytes
 .../images/icon_build_all.png                      |  Bin 0 -> 423 bytes
 .../images/icon_build_make_target.png              |  Bin 0 -> 826 bytes
 .../images/icon_build_sel.png                      |  Bin 0 -> 579 bytes
 .../images/icon_build_target.png                   |  Bin 0 -> 349 bytes
 .../images/icon_clear_console.png                  |  Bin 0 -> 803 bytes
 .../images/icon_collapse_all.png                   |  Bin 0 -> 472 bytes
 .../images/icon_con_clear.png                      |  Bin 0 -> 451 bytes
 .../images/icon_con_disp_console.png               |  Bin 0 -> 445 bytes
 .../images/icon_con_max.png                        |  Bin 0 -> 162 bytes
 .../images/icon_con_min.png                        |  Bin 0 -> 155 bytes
 .../images/icon_con_pin.png                        |  Bin 0 -> 464 bytes
 .../images/icon_con_rem_all_term.png               |  Bin 0 -> 462 bytes
 .../images/icon_con_scroll_lock.png                |  Bin 0 -> 604 bytes
 .../images/icon_con_terminate.png                  |  Bin 0 -> 287 bytes
 .../images/icon_copy_to_clipboard.png              |  Bin 0 -> 794 bytes
 .../images/icon_create_c_class.png                 |  Bin 0 -> 623 bytes
 .../images/icon_create_cproject.png                |  Bin 0 -> 625 bytes
 .../images/icon_create_file.png                    |  Bin 0 -> 492 bytes
 .../images/icon_create_folder.png                  |  Bin 0 -> 408 bytes
 .../images/icon_db_copy_stack.png                  |  Bin 0 -> 754 bytes
 .../images/icon_db_debug.png                       |  Bin 0 -> 708 bytes
 .../images/icon_db_disconnect.png                  |  Bin 0 -> 511 bytes
 .../images/icon_db_drop_to_frame.png               |  Bin 0 -> 558 bytes
 .../images/icon_db_edit_src_lookup.png             |  Bin 0 -> 589 bytes
 .../images/icon_db_launch_instance.png             |  Bin 0 -> 713 bytes
 .../images/icon_db_relaunch.png                    |  Bin 0 -> 874 bytes
 .../images/icon_db_restart.png                     |  Bin 0 -> 590 bytes
 .../images/icon_db_resume.png                      |  Bin 0 -> 605 bytes
 .../images/icon_db_stack_frame.png                 |  Bin 0 -> 389 bytes
 .../images/icon_db_step_mode.png                   |  Bin 0 -> 453 bytes
 .../images/icon_db_stepinto.png                    |  Bin 0 -> 531 bytes
 .../images/icon_db_stepover.png                    |  Bin 0 -> 627 bytes
 .../images/icon_db_stepreturn.png                  |  Bin 0 -> 592 bytes
 .../images/icon_db_suspend.png                     |  Bin 0 -> 491 bytes
 .../images/icon_db_terminate.png                   |  Bin 0 -> 491 bytes
 .../images/icon_db_terminate_all.png               |  Bin 0 -> 781 bytes
 .../images/icon_db_terminate_all2.png              |  Bin 0 -> 669 bytes
 .../images/icon_db_terminate_relaunch.png          |  Bin 0 -> 708 bytes
 .../images/icon_db_terminate_remove.png            |  Bin 0 -> 788 bytes
 .../images/icon_db_use_step_filters.png            |  Bin 0 -> 622 bytes
 .../images/icon_debug.png                          |  Bin 0 -> 547 bytes
 .../images/icon_debug_exc.gif                      |  Bin 0 -> 166 bytes
 .../images/icon_debugt_obj.gif                     |  Bin 0 -> 179 bytes
 .../images/icon_delete.png                         |  Bin 0 -> 480 bytes
 .../images/icon_disconnect.gif                     |  Bin 0 -> 146 bytes
 .../images/icon_edit_make_target.png               |  Bin 0 -> 883 bytes
 .../images/icon_error.gif                          |  Bin 0 -> 339 bytes
 .../images/icon_expand_all.png                     |  Bin 0 -> 504 bytes
 .../images/icon_ext_tools.png                      |  Bin 0 -> 568 bytes
 .../images/icon_filter.png                         |  Bin 0 -> 355 bytes
 .../images/icon_filter_vars_etc.png                |  Bin 0 -> 790 bytes
 .../images/icon_forward.png                        |  Bin 0 -> 347 bytes
 .../images/icon_hide_inactive_includes.png         |  Bin 0 -> 453 bytes
 .../images/icon_hide_make_targets.png              |  Bin 0 -> 722 bytes
 .../images/icon_hide_sys_includes.png              |  Bin 0 -> 426 bytes
 .../images/icon_hide_variables_more.png            |  Bin 0 -> 789 bytes
 .../images/icon_home.png                           |  Bin 0 -> 551 bytes
 .../images/icon_info.gif                           |  Bin 0 -> 120 bytes
 .../images/icon_installed_ovr.gif                  |  Bin 0 -> 80 bytes
 .../images/icon_last_edit_loc.png                  |  Bin 0 -> 381 bytes
 .../images/icon_link_mem_rendering.png             |  Bin 0 -> 599 bytes
 .../images/icon_link_with_editor.png               |  Bin 0 -> 376 bytes
 .../images/icon_load_all_modules.png               |  Bin 0 -> 748 bytes
 .../images/icon_manage_cfg.png                     |  Bin 0 -> 414 bytes
 .../images/icon_memory_update.gif                  |  Bin 0 -> 568 bytes
 .../images/icon_menu.png                           |  Bin 0 -> 396 bytes
 .../images/icon_menu_white.png                     |  Bin 0 -> 396 bytes
 .../images/icon_nav_back.png                       |  Bin 0 -> 396 bytes
 .../images/icon_nav_forward.png                    |  Bin 0 -> 376 bytes
 .../images/icon_new.png                            |  Bin 0 -> 502 bytes
 .../images/icon_new_make_target.png                |  Bin 0 -> 885 bytes
 .../images/icon_new_memory_view.png                |  Bin 0 -> 659 bytes
 .../images/icon_next.png                           |  Bin 0 -> 389 bytes
 .../images/icon_next_error.png                     |  Bin 0 -> 602 bytes
 .../images/icon_open_console.png                   |  Bin 0 -> 782 bytes
 .../images/icon_open_element.png                   |  Bin 0 -> 336 bytes
 .../images/icon_pin.png                            |  Bin 0 -> 710 bytes
 .../images/icon_pin_memory.png                     |  Bin 0 -> 713 bytes
 .../images/icon_prev_error.png                     |  Bin 0 -> 598 bytes
 .../images/icon_previous.png                       |  Bin 0 -> 370 bytes
 .../images/icon_print.png                          |  Bin 0 -> 542 bytes
 .../images/icon_refresh_view_contents.png          |  Bin 0 -> 659 bytes
 .../images/icon_reg_cast_to_type.png               |  Bin 0 -> 618 bytes
 .../images/icon_reg_change_value.png               |  Bin 0 -> 776 bytes
 .../images/icon_reg_copy_registers.png             |  Bin 0 -> 761 bytes
 .../images/icon_reg_create_watch_expr.png          |  Bin 0 -> 597 bytes
 .../images/icon_reg_disable.png                    |  Bin 0 -> 410 bytes
 .../images/icon_reg_display_array.png              |  Bin 0 -> 469 bytes
 .../images/icon_reg_enable.png                     |  Bin 0 -> 617 bytes
 .../images/icon_relaunch.gif                       |  Bin 0 -> 216 bytes
 .../images/icon_remove.png                         |  Bin 0 -> 344 bytes
 .../images/icon_remove_all.gif                     |  Bin 0 -> 117 bytes
 .../images/icon_repeat_search.png                  |  Bin 0 -> 871 bytes
 .../images/icon_reset_mem_monitor.png              |  Bin 0 -> 628 bytes
 .../images/icon_restore_default.png                |  Bin 0 -> 519 bytes
 .../images/icon_resume_at_line.png                 |  Bin 0 -> 578 bytes
 .../images/icon_resume_signal.png                  |  Bin 0 -> 602 bytes
 .../images/icon_run.png                            |  Bin 0 -> 453 bytes
 .../images/icon_run_exc.gif                        |  Bin 0 -> 125 bytes
 .../images/icon_run_to_line.png                    |  Bin 0 -> 502 bytes
 .../images/icon_save.png                           |  Bin 0 -> 526 bytes
 .../images/icon_save_output_file.png               |  Bin 0 -> 795 bytes
 .../images/icon_search.png                         |  Bin 0 -> 485 bytes
 .../images/icon_show_advanced_prop.png             |  Bin 0 -> 351 bytes
 .../images/icon_show_callees.png                   |  Bin 0 -> 622 bytes
 .../images/icon_show_callers.png                   |  Bin 0 -> 648 bytes
 .../images/icon_show_categories.png                |  Bin 0 -> 230 bytes
 .../images/icon_show_error.png                     |  Bin 0 -> 599 bytes
 .../images/icon_show_history_list.png              |  Bin 0 -> 783 bytes
 .../images/icon_show_logical_struct.png            |  Bin 0 -> 602 bytes
 .../images/icon_show_next_reference.png            |  Bin 0 -> 617 bytes
 .../images/icon_show_prev_reference.png            |  Bin 0 -> 609 bytes
 .../images/icon_show_prev_search.png               |  Bin 0 -> 665 bytes
 .../images/icon_show_selected.png                  |  Bin 0 -> 459 bytes
 .../images/icon_show_type_names.png                |  Bin 0 -> 809 bytes
 .../images/icon_stackframe.gif                     |  Bin 0 -> 100 bytes
 .../images/icon_stackframe_running.gif             |  Bin 0 -> 149 bytes
 .../images/icon_switch_mem_monitor.png             |  Bin 0 -> 671 bytes
 .../images/icon_terminate.gif                      |  Bin 0 -> 109 bytes
 .../images/icon_terminate_all.gif                  |  Bin 0 -> 130 bytes
 .../images/icon_terminate_rem.gif                  |  Bin 0 -> 159 bytes
 .../images/icon_thread1.gif                        |  Bin 0 -> 162 bytes
 .../images/icon_thread2.gif                        |  Bin 0 -> 215 bytes
 .../images/icon_thread3.gif                        |  Bin 0 -> 212 bytes
 .../images/icon_toggle_memory_monitor.png          |  Bin 0 -> 602 bytes
 .../images/icon_toggle_split_pane.png              |  Bin 0 -> 712 bytes
 .../images/icon_up.png                             |  Bin 0 -> 526 bytes
 .../images/icon_warning.gif                        |  Bin 0 -> 337 bytes
 .../images/icon_watchpoint_readwrite_obj.gif       |  Bin 0 -> 231 bytes
 .../images/icon_ws_chars.png                       |  Bin 0 -> 466 bytes
 .../images/icon_wset_add.png                       |  Bin 0 -> 539 bytes
 .../images/icon_wset_del.png                       |  Bin 0 -> 517 bytes
 .../images/icon_wset_edit.png                      |  Bin 0 -> 459 bytes
 .../images/inactive_co.gif                         |  Bin 0 -> 78 bytes
 .../images/include_obj.gif                         |  Bin 0 -> 324 bytes
 .../images/indexedFile.gif                         |  Bin 0 -> 828 bytes
 .../images/indexer_preference_page.png             |  Bin 0 -> 61170 bytes
 .../images/ing00_04a.gif                           |  Bin 0 -> 1230 bytes
 .../images/install_feature_updates.png             |  Bin 0 -> 10316 bytes
 .../images/intl_05.gif                             |  Bin 0 -> 1189 bytes
 .../images/intl_05_07.gif                          |  Bin 0 -> 1218 bytes
 .../images/intl_07.gif                             |  Bin 0 -> 1188 bytes
 .../images/make_settings_prefs.png                 |  Bin 0 -> 35305 bytes
 .../images/make_targets.png                        |  Bin 0 -> 31842 bytes
 .../images/makefile.gif                            |  Bin 0 -> 367 bytes
 .../images/makefile_editor_folding_prefs.png       |  Bin 0 -> 8126 bytes
 .../images/makefile_editor_prefs.png               |  Bin 0 -> 45217 bytes
 .../images/manage_defined_symbols.png              |  Bin 0 -> 10780 bytes
 .../images/manage_include_path.png                 |  Bin 0 -> 11182 bytes
 .../images/mark_occurrences.png                    |  Bin 0 -> 450 bytes
 .../images/method_private_obj.gif                  |  Bin 0 -> 183 bytes
 .../images/method_protected_obj.gif                |  Bin 0 -> 181 bytes
 .../images/method_public_obj.gif                   |  Bin 0 -> 193 bytes
 .../images/mfile_build.PNG                         |  Bin 0 -> 34759 bytes
 .../images/mfile_build_rcbs.png                    |  Bin 0 -> 19434 bytes
 .../images/mfile_info.PNG                          |  Bin 0 -> 18222 bytes
 .../images/mpref.png                               |  Bin 0 -> 21528 bytes
 .../images/mpref_discovopts.png                    |  Bin 0 -> 51096 bytes
 .../images/mpref_env.png                           |  Bin 0 -> 43802 bytes
 .../images/mpref_macro.PNG                         |  Bin 0 -> 21480 bytes
 .../images/mpref_settings.png                      |  Bin 0 -> 47223 bytes
 .../images/mpref_toolchain.png                     |  Bin 0 -> 42390 bytes
 .../images/mprop_refactoring_history.png           |  Bin 0 -> 8176 bytes
 .../images/namespace_declared_obj.png              |  Bin 0 -> 435 bytes
 .../images/namespace_obj.gif                       |  Bin 0 -> 585 bytes
 .../images/new_make-behavior.png                   |  Bin 0 -> 32869 bytes
 .../images/new_make-binary_parser.png              |  Bin 0 -> 40482 bytes
 .../images/new_make-builder.png                    |  Bin 0 -> 28551 bytes
 .../images/new_make-error_parser.png               |  Bin 0 -> 17224 bytes
 .../images/new_make-paths_symbols.png              |  Bin 0 -> 20034 bytes
 .../images/new_make_disc_options.png               |  Bin 0 -> 30020 bytes
 .../images/new_proj_convert.png                    |  Bin 0 -> 28788 bytes
 .../images/new_proj_convert_candidate.png          |  Bin 0 -> 35748 bytes
 .../images/new_proj_wz_config.png                  |  Bin 0 -> 31086 bytes
 .../images/new_proj_wz_configmulti.png             |  Bin 0 -> 34411 bytes
 .../images/new_proj_wz_name.png                    |  Bin 0 -> 27548 bytes
 .../images/new_proj_wz_toolchain.png               |  Bin 0 -> 27593 bytes
 .../images/new_proj_wz_type.png                    |  Bin 0 -> 27583 bytes
 .../images/new_project_wizard.png                  |  Bin 0 -> 27815 bytes
 .../images/next.gif                                |  Bin 0 -> 857 bytes
 .../images/ng00_04a.gif                            |  Bin 0 -> 1440 bytes
 .../images/ng00_05a.gif                            |  Bin 0 -> 1908 bytes
 .../images/ng00_07.gif                             |  Bin 0 -> 1910 bytes
 .../images/ng03_04.gif                             |  Bin 0 -> 1195 bytes
 .../images/ng2003.gif                              |  Bin 0 -> 1941 bytes
 .../images/ngback.gif                              |  Bin 0 -> 222 bytes
 .../images/ngconcepts.gif                          |  Bin 0 -> 1267 bytes
 .../images/ngnext.gif                              |  Bin 0 -> 223 bytes
 .../images/ngref.gif                               |  Bin 0 -> 1280 bytes
 .../images/ngtasks.gif                             |  Bin 0 -> 1217 bytes
 .../images/ngtopics.gif                            |  Bin 0 -> 1226 bytes
 .../images/nn_basic_settings.png                   |  Bin 0 -> 32791 bytes
 .../images/nn_bpactions.png                        |  Bin 0 -> 20090 bytes
 .../images/nn_buildbtn.png                         |  Bin 0 -> 2691 bytes
 .../images/nn_call_hierarchy.png                   |  Bin 0 -> 12282 bytes
 .../images/nn_codeColoring.png                     |  Bin 0 -> 4235 bytes
 .../images/nn_codeFolding.png                      |  Bin 0 -> 6785 bytes
 .../images/nn_codeFormatterPrefs.png               |  Bin 0 -> 23914 bytes
 .../images/nn_contextlaunch.png                    |  Bin 0 -> 3462 bytes
 .../images/nn_gdb_hardware_debug.png               |  Bin 0 -> 18459 bytes
 .../images/nn_inactiveCode.png                     |  Bin 0 -> 6251 bytes
 .../images/nn_include_browser.png                  |  Bin 0 -> 16520 bytes
 .../images/nn_indexer_prefs.png                    |  Bin 0 -> 26658 bytes
 .../images/nn_mingw_debug.png                      |  Bin 0 -> 28661 bytes
 .../images/nn_mingw_project.png                    |  Bin 0 -> 26865 bytes
 .../images/nn_missing_file.png                     |  Bin 0 -> 6241 bytes
 .../images/nn_new_project.png                      |  Bin 0 -> 18992 bytes
 .../images/nn_smartTypingPrefs.png                 |  Bin 0 -> 22419 bytes
 .../images/nn_taskTags.gif                         |  Bin 0 -> 24206 bytes
 .../images/nn_taskTags2.gif                        |  Bin 0 -> 24902 bytes
 .../images/nn_type_hierarchy.png                   |  Bin 0 -> 20440 bytes
 .../images/nn_upc.png                              |  Bin 0 -> 24701 bytes
 .../images/nn_xlc.gif                              |  Bin 0 -> 19003 bytes
 .../images/nn_xlcOpt.gif                           |  Bin 0 -> 41740 bytes
 .../images/nokiaCopyright.png                      |  Bin 0 -> 3283 bytes
 .../images/openDeclaration.png                     |  Bin 0 -> 6603 bytes
 .../images/openDeclarations.png                    |  Bin 0 -> 8078 bytes
 .../images/open_declaration_error.png              |  Bin 0 -> 1282 bytes
 .../images/outlineView-Sort.png                    |  Bin 0 -> 372 bytes
 .../images/outlineView-hideFields.png              |  Bin 0 -> 355 bytes
 .../images/outlineView-hideNon-PublicMembers.png   |  Bin 0 -> 190 bytes
 .../images/outlineView-hideStaticMembers.png       |  Bin 0 -> 300 bytes
 .../images/outlineView.png                         |  Bin 0 -> 11699 bytes
 .../images/path_inherit_co.gif                     |  Bin 0 -> 64 bytes
 .../images/pref_panel_build.png                    |  Bin 0 -> 75511 bytes
 .../images/pref_panel_code_templates.png           |  Bin 0 -> 36054 bytes
 .../images/pref_panel_edit_template_dlg.png        |  Bin 0 -> 15489 bytes
 .../images/pref_traditional_memory_prefs.png       |  Bin 0 -> 45914 bytes
 .../images/progress_stop.gif                       |  Bin 0 -> 215 bytes
 .../images/project_new_cppfile.png                 |  Bin 0 -> 13506 bytes
 .../images/project_new_file.png                    |  Bin 0 -> 13859 bytes
 .../images/project_new_file_name.png               |  Bin 0 -> 24472 bytes
 .../images/project_new_makefile.png                |  Bin 0 -> 4726 bytes
 .../images/project_properties.png                  |  Bin 0 -> 58167 bytes
 .../images/project_rename.png                      |  Bin 0 -> 33124 bytes
 .../images/projects_filters.png                    |  Bin 0 -> 8609 bytes
 .../images/projects_properties.png                 |  Bin 0 -> 31107 bytes
 .../images/prop_artifact.png                       |  Bin 0 -> 23156 bytes
 .../images/prop_bin.png                            |  Bin 0 -> 40932 bytes
 .../images/prop_builders.png                       |  Bin 0 -> 27663 bytes
 .../images/prop_builders_editbldr.png              |  Bin 0 -> 11563 bytes
 .../images/prop_builders_imprtlnchcnfg.png         |  Bin 0 -> 15849 bytes
 .../images/prop_builders_newbldr.png               |  Bin 0 -> 15213 bytes
 .../images/prop_cbuild.png                         |  Bin 0 -> 53876 bytes
 .../images/prop_cbuild2.png                        |  Bin 0 -> 56218 bytes
 .../images/prop_cbuild_selbldvar.png               |  Bin 0 -> 25097 bytes
 .../images/prop_cfgs.png                           |  Bin 0 -> 35304 bytes
 .../images/prop_crefs.png                          |  Bin 0 -> 48708 bytes
 .../images/prop_discovery.png                      |  Bin 0 -> 39134 bytes
 .../images/prop_doc.png                            |  Bin 0 -> 48001 bytes
 .../images/prop_environment.png                    |  Bin 0 -> 39862 bytes
 .../images/prop_error.png                          |  Bin 0 -> 62493 bytes
 .../images/prop_exp.png                            |  Bin 0 -> 32251 bytes
 .../images/prop_file_lang.png                      |  Bin 0 -> 21645 bytes
 .../images/prop_ftypes.png                         |  Bin 0 -> 43364 bytes
 .../images/prop_general.png                        |  Bin 0 -> 32306 bytes
 .../images/prop_inc.png                            |  Bin 0 -> 43879 bytes
 .../images/prop_index.png                          |  Bin 0 -> 39533 bytes
 .../images/prop_lang.png                           |  Bin 0 -> 36165 bytes
 .../images/prop_lib.png                            |  Bin 0 -> 41895 bytes
 .../images/prop_libpath.png                        |  Bin 0 -> 41988 bytes
 .../images/prop_mng_add.png                        |  Bin 0 -> 11646 bytes
 .../images/prop_mng_dialog.png                     |  Bin 0 -> 11383 bytes
 .../images/prop_mng_rename.png                     |  Bin 0 -> 7977 bytes
 .../images/prop_outloc.png                         |  Bin 0 -> 43348 bytes
 .../images/prop_refs.png                           |  Bin 0 -> 27347 bytes
 .../images/prop_resource.png                       |  Bin 0 -> 26893 bytes
 .../images/prop_rundeb.png                         |  Bin 0 -> 27628 bytes
 .../images/prop_srcloc.png                         |  Bin 0 -> 43368 bytes
 .../images/prop_steps.png                          |  Bin 0 -> 24563 bytes
 .../images/prop_symb.png                           |  Bin 0 -> 54021 bytes
 .../images/prop_tc_edit.png                        |  Bin 0 -> 33484 bytes
 .../images/prop_tool.png                           |  Bin 0 -> 47633 bytes
 .../images/prop_tree.png                           |  Bin 0 -> 58308 bytes
 .../images/prop_variables.png                      |  Bin 0 -> 28170 bytes
 .../images/public_co.gif                           |  Bin 0 -> 97 bytes
 .../images/ref-79.gif                              |  Bin 0 -> 88 bytes
 .../images/refresh_nav.gif                         |  Bin 0 -> 327 bytes
 .../images/remove_exc.gif                          |  Bin 0 -> 163 bytes
 .../images/rh03_04.gif                             |  Bin 0 -> 1094 bytes
 .../images/run_arguments.png                       |  Bin 0 -> 17280 bytes
 .../images/run_common.png                          |  Bin 0 -> 17730 bytes
 .../images/run_common_folder.png                   |  Bin 0 -> 5303 bytes
 .../images/run_config.png                          |  Bin 0 -> 32344 bytes
 .../images/run_debug_arguments.png                 |  Bin 0 -> 9268 bytes
 .../images/run_debug_common.png                    |  Bin 0 -> 11931 bytes
 .../images/run_debug_debugger.png                  |  Bin 0 -> 7315 bytes
 .../images/run_debug_debugger_advopt.png           |  Bin 0 -> 6256 bytes
 .../images/run_debug_environment.png               |  Bin 0 -> 9497 bytes
 .../images/run_debug_launch_group.png              |  Bin 0 -> 64086 bytes
 .../images/run_debug_launch_group_edit.png         |  Bin 0 -> 50731 bytes
 .../images/run_debug_main.png                      |  Bin 0 -> 23048 bytes
 .../images/run_debug_source.png                    |  Bin 0 -> 8497 bytes
 .../images/run_debugger.png                        |  Bin 0 -> 36163 bytes
 .../images/run_environment.png                     |  Bin 0 -> 16279 bytes
 .../images/run_source.png                          |  Bin 0 -> 33059 bytes
 .../images/scanner_cfg_disc.png                    |  Bin 0 -> 9557 bytes
 .../images/scanner_discovery/sd_bop_options.png    |  Bin 0 -> 60273 bytes
 .../images/scanner_discovery/sd_console_view.png   |  Bin 0 -> 46797 bytes
 .../images/scanner_discovery/sd_preferences.png    |  Bin 0 -> 64408 bytes
 .../scanner_discovery/sd_project_explorer.png      |  Bin 0 -> 48381 bytes
 .../scanner_discovery/sd_prop_add_include.png      |  Bin 0 -> 13013 bytes
 .../sd_prop_add_lse_kinds_dropdown.png             |  Bin 0 -> 7193 bytes
 .../sd_prop_add_lse_paths_dropdown.png             |  Bin 0 -> 4156 bytes
 .../images/scanner_discovery/sd_prop_entries.png   |  Bin 0 -> 55760 bytes
 .../images/scanner_discovery/sd_prop_providers.png |  Bin 0 -> 60332 bytes
 .../sd_specs_detector_options.png                  |  Bin 0 -> 56421 bytes
 .../images/search.png                              |  Bin 0 -> 21307 bytes
 .../images/searchView.png                          |  Bin 0 -> 11636 bytes
 .../images/search_pref.png                         |  Bin 0 -> 9360 bytes
 .../images/selection_search.png                    |  Bin 0 -> 9965 bytes
 .../images/setting_nav.gif                         |  Bin 0 -> 151 bytes
 .../images/show_view.png                           |  Bin 0 -> 10121 bytes
 .../images/splash.png                              |  Bin 0 -> 141656 bytes
 .../images/standalone_debugger.png                 |  Bin 0 -> 99230 bytes
 .../images/static_co.gif                           |  Bin 0 -> 111 bytes
 .../images/struct_obj.gif                          |  Bin 0 -> 585 bytes
 .../images/sub_co.gif                              |  Bin 0 -> 209 bytes
 .../images/super_co.gif                            |  Bin 0 -> 208 bytes
 .../images/task_binary_parser.png                  |  Bin 0 -> 49757 bytes
 .../images/task_binary_pref.png                    |  Bin 0 -> 59652 bytes
 .../images/template_obj.gif                        |  Bin 0 -> 353 bytes
 .../images/toc_closed.gif                          |  Bin 0 -> 158 bytes
 .../images/trans.gif                               |  Bin 0 -> 807 bytes
 .../images/typedef_obj.gif                         |  Bin 0 -> 585 bytes
 .../images/union_obj.gif                           |  Bin 0 -> 594 bytes
 .../images/update_managed_build.png                |  Bin 0 -> 17037 bytes
 .../images/update_managed_build20.png              |  Bin 0 -> 10682 bytes
 .../images/var_declaration_obj.gif                 |  Bin 0 -> 206 bytes
 .../images/view-back.png                           |  Bin 0 -> 353 bytes
 .../images/view-collapseAll.png                    |  Bin 0 -> 395 bytes
 .../images/view-collapseAll2.png                   |  Bin 0 -> 209 bytes
 .../images/view-forward.png                        |  Bin 0 -> 342 bytes
 .../images/view-linkWithEditor.png                 |  Bin 0 -> 357 bytes
 .../images/view-menu.png                           |  Bin 0 -> 177 bytes
 .../images/view-up.png                             |  Bin 0 -> 473 bytes
 .../images/view_add_mapping.png                    |  Bin 0 -> 6642 bytes
 .../images/view_appearance_prefs.png               |  Bin 0 -> 44151 bytes
 .../images/view_call_hierarchy.png                 |  Bin 0 -> 4375 bytes
 .../images/view_console.png                        |  Bin 0 -> 12932 bytes
 .../images/view_debug.png                          |  Bin 0 -> 13480 bytes
 .../images/view_debug_breadcrumb.png               |  Bin 0 -> 12526 bytes
 .../images/view_debug_prefs.png                    |  Bin 0 -> 29113 bytes
 .../images/view_dissassembly.png                   |  Bin 0 -> 10695 bytes
 .../images/view_editor.png                         |  Bin 0 -> 13506 bytes
 .../images/view_environment_prefs.png              |  Bin 0 -> 42281 bytes
 .../images/view_executables.png                    |  Bin 0 -> 24383 bytes
 .../images/view_include_browser.png                |  Bin 0 -> 13355 bytes
 .../images/view_language_mappings_prefs.png        |  Bin 0 -> 31445 bytes
 .../images/view_make_targets.png                   |  Bin 0 -> 9309 bytes
 .../images/view_memory.png                         |  Bin 0 -> 10669 bytes
 .../images/view_modules.png                        |  Bin 0 -> 11483 bytes
 .../images/view_navigator.png                      |  Bin 0 -> 6062 bytes
 .../images/view_problem.png                        |  Bin 0 -> 19403 bytes
 .../images/view_problems.png                       |  Bin 0 -> 7351 bytes
 .../images/view_project_explorer.png               |  Bin 0 -> 11724 bytes
 .../images/view_projects.png                       |  Bin 0 -> 12319 bytes
 .../images/view_properties.png                     |  Bin 0 -> 14315 bytes
 .../images/view_registers.png                      |  Bin 0 -> 8499 bytes
 .../images/view_signals.png                        |  Bin 0 -> 8651 bytes
 .../images/view_table_rendering.png                |  Bin 0 -> 7924 bytes
 .../images/warning_co.gif                          |  Bin 0 -> 173 bytes
 .../images/window_customize_perspective.png        |  Bin 0 -> 6684 bytes
 .../images/workbench_prop.png                      |  Bin 0 -> 39143 bytes
 .../notices.html                                   |   24 +
 .../plugin.properties                              |   12 +
 .../plugin.xml                                     |   16 +
 .../org.eclipse.cdt.debug.application.doc/pom.xml  |   66 +
 .../reference/cdt_o_ceditor_pref.htm               |   33 +
 .../reference/cdt_o_dbg_view.htm                   |   30 +
 .../reference/cdt_o_menu.htm                       |   22 +
 .../reference/cdt_o_mproj_pref.htm                 |   26 +
 .../reference/cdt_o_mproj_pref_macro.htm           |   31 +
 .../reference/cdt_o_new_mproj.htm                  |   25 +
 .../reference/cdt_o_new_sproj.htm                  |   26 +
 .../reference/cdt_o_proj_prop_pages.htm            |   27 +
 .../reference/cdt_o_prop_file.htm                  |   28 +
 .../reference/cdt_o_prop_folder.htm                |   36 +
 .../reference/cdt_o_prop_proj.htm                  |   59 +
 .../reference/cdt_o_ref.htm                        |  115 ++
 .../reference/cdt_o_run_dbg_pages.htm              |   31 +
 .../reference/cdt_o_views.htm                      |   45 +
 .../reference/cdt_u_appearance_pref.htm            |   74 +
 .../reference/cdt_u_c_code_style_pref.htm          |   85 +
 .../reference/cdt_u_c_code_templates_pref.htm      |  327 +++
 .../reference/cdt_u_c_editor_color.htm             |   77 +
 .../reference/cdt_u_c_editor_con_assist.htm        |   77 +
 .../reference/cdt_u_c_editor_con_assist_adv.htm    |   70 +
 .../reference/cdt_u_c_editor_folding.htm           |  100 +
 .../reference/cdt_u_c_editor_gen.htm               |  104 +
 .../reference/cdt_u_c_editor_hov.htm               |   64 +
 .../reference/cdt_u_c_editor_mark_occurrences.htm  |   61 +
 .../reference/cdt_u_c_editor_save_actions.htm      |   57 +
 .../reference/cdt_u_c_editor_scalability.htm       |   83 +
 .../reference/cdt_u_c_editor_typing.htm            |   85 +
 .../reference/cdt_u_c_file_types.htm               |   52 +
 .../reference/cdt_u_c_pref.htm                     |   59 +
 .../reference/cdt_u_call_hierarchy_view.htm        |  120 ++
 .../reference/cdt_u_code_temp.htm                  |   79 +
 .../reference/cdt_u_console_pref.htm               |   93 +
 .../reference/cdt_u_console_view.htm               |  147 ++
 .../reference/cdt_u_cproj_view.htm                 |  292 +++
 .../reference/cdt_u_create_make_target.htm         |   70 +
 .../reference/cdt_u_dbg_breadcrumb.htm             |   29 +
 .../reference/cdt_u_dbg_brkpt_actions.htm          |   55 +
 .../reference/cdt_u_dbg_pref.htm                   |   67 +
 .../reference/cdt_u_dbg_src.htm                    |   71 +
 .../reference/cdt_u_dbg_view.htm                   |  338 ++++
 .../reference/cdt_u_debug.htm                      |   67 +
 .../reference/cdt_u_discovery_preferences.htm      |   35 +
 .../reference/cdt_u_dissassembly_view.htm          |   54 +
 .../reference/cdt_u_dsfgdb.htm                     |  161 ++
 .../reference/cdt_u_editor_view.htm                |   39 +
 .../reference/cdt_u_environment_pref.htm           |   70 +
 .../reference/cdt_u_fileprop_inc.htm               |  109 +
 .../reference/cdt_u_fileprop_lang_mapp.htm         |   57 +
 .../reference/cdt_u_fileprop_lng.htm               |   38 +
 .../reference/cdt_u_fileprop_steps.htm             |   83 +
 .../reference/cdt_u_fileprop_sym.htm               |  103 +
 .../reference/cdt_u_fileprop_toolsettings.htm      |  110 ++
 .../reference/cdt_u_find_replace.htm               |   58 +
 .../reference/cdt_u_fprop_resource.htm             |   61 +
 .../reference/cdt_u_fprop_toolsettings.htm         |  114 ++
 .../reference/cdt_u_gdb_mi.htm                     |   56 +
 .../reference/cdt_u_icons.htm                      |  139 ++
 .../reference/cdt_u_include_browser_view.htm       |  173 ++
 .../reference/cdt_u_indexer_preference.html        |  121 ++
 .../reference/cdt_u_language_mapping_pref.htm      |   70 +
 .../reference/cdt_u_m_edit.htm                     |  221 +++
 .../reference/cdt_u_m_file.htm                     |  145 ++
 .../reference/cdt_u_m_navigate.htm                 |  239 +++
 .../reference/cdt_u_m_project.htm                  |  139 ++
 .../reference/cdt_u_m_refactor.htm                 |   83 +
 .../reference/cdt_u_m_run.htm                      |  130 ++
 .../reference/cdt_u_m_search.htm                   |   82 +
 .../reference/cdt_u_m_source.htm                   |  124 ++
 .../reference/cdt_u_m_window.htm                   |  231 +++
 .../reference/cdt_u_make_pref.htm                  |   73 +
 .../reference/cdt_u_make_settings_pref.htm         |   71 +
 .../reference/cdt_u_make_targets_view.htm          |   83 +
 .../reference/cdt_u_makefile_settings_pref.htm     |   78 +
 .../reference/cdt_u_mem_view_pref.htm              |  101 +
 .../reference/cdt_u_memoryview.htm                 |  223 +++
 .../reference/cdt_u_mfile_build.htm                |   41 +
 .../reference/cdt_u_mfile_info.htm                 |   34 +
 .../reference/cdt_u_mfile_rcbs.htm                 |   64 +
 .../reference/cdt_u_mfile_tool_settings.htm        |   38 +
 .../reference/cdt_u_modules_view.htm               |   82 +
 .../reference/cdt_u_navigator_view.htm             |  106 +
 .../reference/cdt_u_new_proj_wiz.htm               |   55 +
 .../reference/cdt_u_new_proj_wiz_config.htm        |   71 +
 .../reference/cdt_u_new_proj_wiz_name.htm          |   61 +
 .../reference/cdt_u_new_proj_wiz_toolchain.htm     |   57 +
 .../reference/cdt_u_new_proj_wiz_type.htm          |   56 +
 .../reference/cdt_u_newproj_behavior.htm           |   78 +
 .../reference/cdt_u_newproj_buildset.htm           |   70 +
 .../reference/cdt_u_newproj_def_symb.htm           |   58 +
 .../reference/cdt_u_newproj_discovery_options.htm  |   81 +
 .../reference/cdt_u_newproj_parser_binary.htm      |   64 +
 .../reference/cdt_u_newproj_parser_error.htm       |   81 +
 .../reference/cdt_u_newproj_platf.htm              |   40 +
 .../reference/cdt_u_open_element.htm               |   25 +
 .../reference/cdt_u_outline_view.htm               |  170 ++
 .../reference/cdt_u_pref_build.htm                 |   33 +
 .../reference/cdt_u_pref_build_error_parsers.htm   |  146 ++
 .../cdt_u_pref_build_scanner_discovery.htm         |  237 +++
 .../reference/cdt_u_pref_build_vars.htm            |   60 +
 .../reference/cdt_u_pref_multi_cfg.htm             |   68 +
 .../reference/cdt_u_pref_prop_pages.htm            |   84 +
 .../reference/cdt_u_pref_task_tags.htm             |   79 +
 .../reference/cdt_u_pref_wizard_defaults.htm       |   34 +
 .../reference/cdt_u_pref_wizard_toolchains.htm     |   63 +
 .../reference/cdt_u_problems_view.htm              |   55 +
 .../reference/cdt_u_project_explorer_view.htm      |  232 +++
 .../reference/cdt_u_prop_all.htm                   |   68 +
 .../reference/cdt_u_prop_build.htm                 |  216 ++
 .../reference/cdt_u_prop_build_discovery.htm       |  152 ++
 .../reference/cdt_u_prop_build_environment.htm     |  119 ++
 .../cdt_u_prop_build_settings_artifact.htm         |   91 +
 .../cdt_u_prop_build_settings_binparser.htm        |  101 +
 .../cdt_u_prop_build_settings_errparser.htm        |  132 ++
 .../reference/cdt_u_prop_build_settings_steps.htm  |  143 ++
 .../reference/cdt_u_prop_build_settings_tool.htm   |  109 +
 .../reference/cdt_u_prop_build_toolchain.htm       |  105 +
 .../reference/cdt_u_prop_build_variables.htm       |  122 ++
 .../reference/cdt_u_prop_builders.htm              |  119 ++
 .../reference/cdt_u_prop_cfg_dialog.htm            |   58 +
 .../reference/cdt_u_prop_general.htm               |   61 +
 .../reference/cdt_u_prop_general_doc.htm           |   57 +
 .../reference/cdt_u_prop_general_exp.htm           |   78 +
 .../reference/cdt_u_prop_general_idx.htm           |   64 +
 .../reference/cdt_u_prop_general_lng.htm           |   44 +
 .../reference/cdt_u_prop_general_pns_hier.htm      |   90 +
 .../reference/cdt_u_prop_general_pns_inc.htm       |  106 +
 .../reference/cdt_u_prop_general_pns_lib.htm       |  103 +
 .../reference/cdt_u_prop_general_pns_libpath.htm   |  103 +
 .../reference/cdt_u_prop_general_pns_out.htm       |   93 +
 .../reference/cdt_u_prop_general_pns_ref.htm       |  125 ++
 .../reference/cdt_u_prop_general_pns_src.htm       |   93 +
 .../reference/cdt_u_prop_general_pns_sym.htm       |  100 +
 .../cdt_u_prop_general_scanner_discovery.htm       |   45 +
 .../reference/cdt_u_prop_general_sd_entries.htm    |  199 ++
 .../reference/cdt_u_prop_general_sd_providers.htm  |  136 ++
 .../reference/cdt_u_prop_general_typ.htm           |   61 +
 .../reference/cdt_u_prop_manage_dialog.htm         |   59 +
 .../reference/cdt_u_prop_manage_newdialog.htm      |   55 +
 .../reference/cdt_u_prop_manage_rendialog.htm      |   49 +
 .../reference/cdt_u_prop_ref.htm                   |   51 +
 .../reference/cdt_u_prop_refactoring_history.htm   |   87 +
 .../reference/cdt_u_prop_resource.htm              |   97 +
 .../reference/cdt_u_prop_rundebug.htm              |   81 +
 .../reference/cdt_u_properties.htm                 |   62 +
 .../reference/cdt_u_properties_view.htm            |   62 +
 .../reference/cdt_u_registersview.htm              |  191 ++
 .../reference/cdt_u_run_dbg_arg.htm                |   48 +
 .../reference/cdt_u_run_dbg_comm.htm               |   52 +
 .../reference/cdt_u_run_dbg_dbg.htm                |   46 +
 .../reference/cdt_u_run_dbg_env.htm                |   49 +
 .../reference/cdt_u_run_dbg_launch_group.htm       |  123 ++
 .../reference/cdt_u_run_dbg_main.htm               |   44 +
 .../reference/cdt_u_run_dbg_srce.htm               |   49 +
 .../reference/cdt_u_scanner_cfg_disc.htm           |   45 +
 .../reference/cdt_u_search.htm                     |  202 ++
 .../reference/cdt_u_search_view.htm                |  125 ++
 .../reference/cdt_u_signals_view.htm               |  111 ++
 .../reference/cdt_u_tasks_view.htm                 |   43 +
 .../reference/cdt_u_toolbar.htm                    |   67 +
 .../reference/cdt_u_type_hierarchy_view.htm        |  228 +++
 .../reference/cdt_u_view_executables.htm           |  100 +
 .../reference/cdt_u_views.htm                      |   45 +
 .../tasks/cdt_o_brkpnts_watch.htm                  |   28 +
 .../tasks/cdt_o_build_task.htm                     |   35 +
 .../tasks/cdt_o_builderrors.htm                    |   61 +
 .../tasks/cdt_o_con_assist.htm                     |   23 +
 .../tasks/cdt_o_debug.htm                          |   35 +
 .../tasks/cdt_o_proj_files.htm                     |   28 +
 .../tasks/cdt_o_run.htm                            |   42 +
 .../tasks/cdt_o_run_config.htm                     |   42 +
 .../tasks/cdt_o_tasks.htm                          |   87 +
 .../tasks/cdt_o_write_code.htm                     |   31 +
 .../tasks/cdt_t_add_brk_action.htm                 |   49 +
 .../tasks/cdt_t_add_brkpnts.htm                    |   51 +
 .../tasks/cdt_t_add_build_var.htm                  |   81 +
 .../tasks/cdt_t_add_codetemp.htm                   |   74 +
 .../tasks/cdt_t_add_custom_persp.htm               |   35 +
 .../tasks/cdt_t_add_watch.htm                      |   52 +
 .../tasks/cdt_t_addmaketarget.htm                  |   40 +
 .../tasks/cdt_t_addrmv_brk_action.htm              |   54 +
 .../tasks/cdt_t_autobuild.htm                      |   36 +
 .../tasks/cdt_t_autosave.htm                       |   44 +
 .../tasks/cdt_t_build_process.htm                  |   35 +
 .../tasks/cdt_t_cbuild_pref.htm                    |   41 +
 .../tasks/cdt_t_comment_out.htm                    |   57 +
 .../tasks/cdt_t_contentassist.htm                  |   70 +
 .../tasks/cdt_t_controldebug.htm                   |   52 +
 .../tasks/cdt_t_conv_proj.htm                      |   46 +
 .../tasks/cdt_t_convert_cdt_proj.htm               |   51 +
 .../tasks/cdt_t_convert_mbs20_proj.htm             |   32 +
 .../tasks/cdt_t_create_make_target.htm             |   38 +
 .../tasks/cdt_t_cust_cpp_editor.htm                |   55 +
 .../tasks/cdt_t_debug_exes.htm                     |   66 +
 .../tasks/cdt_t_debug_prog.htm                     |  101 +
 .../tasks/cdt_t_disassembly.htm                    |   41 +
 .../tasks/cdt_t_discovery.htm                      |   47 +
 .../tasks/cdt_t_endis_able_brk_wtch.htm            |   49 +
 .../tasks/cdt_t_expressions.htm                    |   44 +
 .../tasks/cdt_t_filtererror.htm                    |   48 +
 .../tasks/cdt_t_imp_code_temp.htm                  |   59 +
 .../tasks/cdt_t_jumperror.htm                      |   58 +
 .../tasks/cdt_t_manualbuild.htm                    |   60 +
 .../tasks/cdt_t_memory.htm                         |   82 +
 .../tasks/cdt_t_new_cpp.htm                        |   64 +
 .../tasks/cdt_t_new_make.htm                       |   57 +
 .../tasks/cdt_t_new_run_config.htm                 |   43 +
 .../tasks/cdt_t_open_declarations.htm              |   48 +
 .../tasks/cdt_t_proj_build_set.htm                 |   67 +
 .../tasks/cdt_t_proj_error_parser.htm              |   95 +
 .../tasks/cdt_t_proj_new.htm                       |   71 +
 .../tasks/cdt_t_proj_new_with_template.htm         |   91 +
 .../tasks/cdt_t_proj_parser.htm                    |   63 +
 .../tasks/cdt_t_proj_paths.htm                     |   55 +
 .../tasks/cdt_t_proj_platf.htm                     |   62 +
 .../tasks/cdt_t_proj_referenced_configs.htm        |   53 +
 .../tasks/cdt_t_proj_rename.htm                    |   53 +
 .../tasks/cdt_t_prvw_hide_files.htm                |   45 +
 .../tasks/cdt_t_refactoring.htm                    |   26 +
 .../tasks/cdt_t_registers.htm                      |   55 +
 .../tasks/cdt_t_rem_wtch_brk.htm                   |   50 +
 .../tasks/cdt_t_rename.htm                         |   55 +
 .../tasks/cdt_t_run_arg.htm                        |   61 +
 .../tasks/cdt_t_run_com.htm                        |   65 +
 .../tasks/cdt_t_run_config.htm                     |   43 +
 .../tasks/cdt_t_run_dbg.htm                        |   68 +
 .../tasks/cdt_t_run_env.htm                        |   65 +
 .../tasks/cdt_t_run_main.htm                       |   65 +
 .../tasks/cdt_t_run_source.htm                     |   53 +
 .../tasks/cdt_t_sd.htm                             |   59 +
 .../tasks/cdt_t_search.htm                         |  150 ++
 .../tasks/cdt_t_sel_search.htm                     |   64 +
 .../tasks/cdt_t_set_src_fold.htm                   |   64 +
 .../tasks/cdt_t_shift_code.htm                     |   46 +
 .../tasks/cdt_t_show_proj_files.htm                |   54 +
 .../tasks/cdt_t_standalone_startup.htm             |  129 ++
 .../tasks/cdt_t_toggle.htm                         |   43 +
 .../tasks/cdt_t_variables.htm                      |   62 +
 .../testToc.xml                                    |    6 +
 .../org.eclipse.cdt.debug.application.doc/toc.xml  |  225 +++
 debug/org.eclipse.cdt.debug.application/.classpath |    7 +
 debug/org.eclipse.cdt.debug.application/.project   |   28 +
 .../.settings/org.eclipse.jdt.core.prefs           |   11 +
 .../META-INF/MANIFEST.MF                           |   36 +
 debug/org.eclipse.cdt.debug.application/about.html |   29 +
 .../build.properties                               |   16 +
 .../org.eclipse.cdt.debug.application/eclipse.gif  |  Bin 0 -> 1052 bytes
 .../org.eclipse.cdt.debug.application/eclipse.png  |  Bin 0 -> 654 bytes
 .../eclipse16.gif                                  |  Bin 0 -> 1034 bytes
 .../eclipse16.png                                  |  Bin 0 -> 868 bytes
 .../eclipse256.png                                 |  Bin 0 -> 58235 bytes
 .../eclipse32.gif                                  |  Bin 0 -> 1716 bytes
 .../eclipse32.png                                  |  Bin 0 -> 2577 bytes
 .../eclipse48.gif                                  |  Bin 0 -> 2713 bytes
 .../eclipse48.png                                  |  Bin 0 -> 4408 bytes
 .../eclipse_lg.gif                                 |  Bin 0 -> 10850 bytes
 .../gdbstandalone.zip                              |  Bin 0 -> 1145818 bytes
 .../icons/alt_about.gif                            |  Bin 0 -> 9340 bytes
 .../icons/alt_launcher.icns                        |  Bin 0 -> 51159 bytes
 .../icons/alt_launcher.ico                         |  Bin 0 -> 26694 bytes
 .../icons/alt_launcher.xpm                         |  307 +++
 .../icons/alt_window_16.gif                        |  Bin 0 -> 637 bytes
 .../icons/alt_window_32.gif                        |  Bin 0 -> 1192 bytes
 .../intro-eclipse.png                              |  Bin 0 -> 13739 bytes
 .../plugin.properties                              |   39 +
 debug/org.eclipse.cdt.debug.application/plugin.xml |  258 +++
 debug/org.eclipse.cdt.debug.application/pom.xml    |   17 +
 .../scripts/README                                 |   54 +
 .../scripts/cdtdebug.sh                            |   33 +
 .../scripts/config.ini                             |    7 +
 .../scripts/dev.properties                         |    3 +
 .../scripts/install.sh                             |   24 +
 .../eclipse/cdt/debug/application/Activator.java   |   73 +
 .../eclipse/cdt/debug/application/Application.java |   59 +
 .../application/ApplicationActionBarAdvisor.java   |  442 +++++
 .../application/ApplicationWorkbenchAdvisor.java   |   38 +
 .../ApplicationWorkbenchWindowAdvisor.java         |  418 ++++
 .../cdt/debug/application/CoreFileDialog.java      |  226 +++
 .../cdt/debug/application/CoreFileInfo.java        |   78 +
 .../eclipse/cdt/debug/application/DummyPage.java   |   31 +
 .../debug/application/GCCCompileOptionsParser.java |   46 +
 .../ICDTStandaloneDebugLaunchConstants.java        |   23 +
 .../eclipse/cdt/debug/application/Messages.java    |  115 ++
 .../cdt/debug/application/NewExecutableDialog.java |  214 ++
 .../cdt/debug/application/NewExecutableInfo.java   |   94 +
 .../cdt/debug/application/messages.properties      |   91 +
 .../debug/application/BuildOptionsParser.java      |  113 ++
 .../debug/application/CompilerOptionParser.java    |  164 ++
 .../application/CustomizePerspectiveHandler.java   |   25 +
 .../debug/application/DebugAttachedExecutable.java |  246 +++
 .../DebugAttachedExecutableHandler.java            |   86 +
 .../internal/debug/application/DebugCoreFile.java  |   86 +
 .../debug/application/DebugCoreFileHandler.java    |   77 +
 .../debug/application/DebugExecutable.java         |  325 +++
 .../application/DebugNewExecutableHandler.java     |  107 +
 .../internal/debug/application/JobContainer.java   |   25 +
 debug/org.eclipse.cdt.debug.core/.classpath        |    2 +-
 .../.settings/.api_filters                         |   97 -
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    8 +-
 debug/org.eclipse.cdt.debug.core/plugin.properties |    8 +-
 debug/org.eclipse.cdt.debug.core/plugin.xml        |   61 +
 debug/org.eclipse.cdt.debug.core/pom.xml           |    4 +-
 .../org/eclipse/cdt/debug/core/CDIDebugModel.java  |  124 +-
 .../org/eclipse/cdt/debug/core/CDebugUtils.java    |   28 +-
 .../cdt/debug/core/DebugCoreMessages.properties    |    4 +-
 .../breakpointactions/BreakpointActionManager.java |   48 +-
 .../cdt/debug/core/model/ICDynamicPrintf.java      |   65 +
 .../debug/internal/core/CBreakpointManager.java    |   18 +-
 .../core/breakpoints/AbstractDynamicPrintf.java    |   52 +
 .../core/breakpoints/BreakpointMessages.properties |   12 +-
 .../core/breakpoints/BreakpointProblems.java       |   10 +-
 .../core/breakpoints/CAddressDynamicPrintf.java    |   53 +
 .../core/breakpoints/CFunctionDynamicPrintf.java   |   49 +
 .../core/breakpoints/CLineDynamicPrintf.java       |   73 +
 .../debug/internal/core/model/CDebugTarget.java    |   21 +-
 .../internal/core/sourcelookup/CSourceLocator.java |    9 +-
 .../core/sourcelookup/MapEntrySourceContainer.java |   17 +-
 debug/org.eclipse.cdt.debug.mi.core/.classpath     |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 debug/org.eclipse.cdt.debug.mi.core/pom.xml        |    2 +-
 debug/org.eclipse.cdt.debug.mi.ui/.classpath       |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    7 +-
 debug/org.eclipse.cdt.debug.mi.ui/pom.xml          |    4 +-
 .../ui/console/actions/IMiConsoleImagesConst.java  |    1 +
 .../mi/ui/console/actions/MiConsoleMessages.java   |    1 +
 .../mi/ui/console/actions/MiConsoleSaveAction.java |    2 +-
 .../actions/MiConsoleVerboseModeAction.java        |    2 +-
 .../.project                                       |   17 +
 .../build.properties                               |   13 +
 .../eclipse_update_120.jpg                         |  Bin 0 -> 21695 bytes
 .../feature.properties                             |   36 +
 .../feature.xml                                    |   36 +
 .../pom.xml                                        |   18 +
 .../sourceTemplateFeature/eclipse_update_120.jpg   |  Bin 0 -> 21695 bytes
 .../sourceTemplateFeature/feature.properties       |   36 +
 .../.project                                       |   17 +
 .../build.properties                               |   13 +
 .../eclipse_update_120.jpg                         |  Bin 0 -> 21695 bytes
 .../feature.properties                             |   36 +
 .../feature.xml                                    |   29 +
 .../pom.xml                                        |   18 +
 debug/org.eclipse.cdt.debug.ui.tests/.classpath    |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 debug/org.eclipse.cdt.debug.ui.tests/pom.xml       |    2 +-
 debug/org.eclipse.cdt.debug.ui/.classpath          |    2 +-
 .../.settings/.api_filters                         |    7 -
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../org.eclipse.cdt.debug.ui/META-INF/MANIFEST.MF  |    6 +-
 .../icons/dlcl16/dprintfd_obj.gif                  |  Bin 0 -> 173 bytes
 .../icons/elcl16/dprintf_obj.gif                   |  Bin 0 -> 230 bytes
 .../icons/obj16/hwbrkp_obj.gif                     |  Bin 0 -> 864 bytes
 .../icons/obj16/hwbrkpd_obj.gif                    |  Bin 0 -> 862 bytes
 debug/org.eclipse.cdt.debug.ui/plugin.properties   |    2 +
 debug/org.eclipse.cdt.debug.ui/plugin.xml          |   69 +-
 debug/org.eclipse.cdt.debug.ui/pom.xml             |    4 +-
 .../cdt/debug/internal/ui/CDebugImages.java        |   11 +-
 .../debug/internal/ui/CDebugModelPresentation.java |   38 +-
 .../internal/ui/actions/ActionMessages.properties  |    7 +-
 .../CAddBreakpointInteractiveRulerAction.java      |    4 +-
 ...ddBreakpointInteractiveRulerActionDelegate.java |    6 +-
 .../CAddDynamicPrintfInteractiveRulerAction.java   |  235 +++
 ...ynamicPrintfInteractiveRulerActionDelegate.java |   98 +
 .../internal/ui/actions/breakpoints/Messages.java  |   27 +
 .../ui/actions/breakpoints/Messages.properties     |   16 +
 .../ToggleCBreakpointsTargetFactory.java           |    2 +-
 .../ToggleCDynamicPrintfTargetFactory.java         |   72 +
 .../ToggleCTracepointsTargetFactory.java           |    2 +-
 .../breakpoints/ToggleDynamicPrintfAdapter.java    |  124 ++
 .../ui/breakpoints/BreakpointComboFieldEditor.java |  128 ++
 .../ui/breakpoints/BreakpointsMessages.properties  |    7 +-
 .../ui/breakpoints/CBreakpointContext.java         |   16 +-
 .../ui/breakpoints/CBreakpointPreferenceStore.java |   11 +-
 .../ui/disassembly/dsf/AddressRangePosition.java   |    4 +-
 .../internal/ui/preferences/ComboFieldEditor.java  |   29 +
 .../debug/ui/breakpointactions/ActionDialog.java   |   38 +-
 .../debug/ui/breakpointactions/messages.properties |    1 +
 .../AbstractToggleBreakpointAdapter.java           |   22 +-
 .../CBreakpointPropertyDialogAction.java           |   11 +-
 debug/org.eclipse.cdt.gdb-feature/build.properties |    4 +-
 debug/org.eclipse.cdt.gdb-feature/epl-v10.html     |  328 ---
 .../org.eclipse.cdt.gdb-feature/feature.properties |  131 --
 debug/org.eclipse.cdt.gdb-feature/feature.xml      |    4 +-
 debug/org.eclipse.cdt.gdb-feature/license.html     |  108 -
 debug/org.eclipse.cdt.gdb-feature/pom.xml          |    4 +-
 .../sourceTemplateFeature/epl-v10.html             |  328 ---
 .../sourceTemplateFeature/feature.properties       |  131 --
 .../sourceTemplateFeature/license.html             |  108 -
 .../build.properties                               |    4 +-
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 .../org.eclipse.cdt.gdb.source-feature/feature.xml |    6 +-
 .../license.html                                   |  108 -
 debug/org.eclipse.cdt.gdb.source-feature/pom.xml   |    4 +-
 debug/org.eclipse.cdt.gdb.ui/.classpath            |    2 +-
 debug/org.eclipse.cdt.gdb.ui/.project              |    6 +
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 debug/org.eclipse.cdt.gdb.ui/META-INF/MANIFEST.MF  |    2 +-
 debug/org.eclipse.cdt.gdb.ui/pom.xml               |    2 +-
 debug/org.eclipse.cdt.gdb/.classpath               |    2 +-
 debug/org.eclipse.cdt.gdb/.project                 |    6 +
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 debug/org.eclipse.cdt.gdb/META-INF/MANIFEST.MF     |    2 +-
 debug/org.eclipse.cdt.gdb/pom.xml                  |    2 +-
 .../build.properties                               |    4 +-
 .../org.eclipse.cdt.gnu.debug-feature/epl-v10.html |  328 ---
 .../feature.properties                             |  131 --
 .../org.eclipse.cdt.gnu.debug-feature/feature.xml  |    6 +-
 .../org.eclipse.cdt.gnu.debug-feature/license.html |  108 -
 debug/org.eclipse.cdt.gnu.debug-feature/pom.xml    |    4 +-
 .../sourceTemplateFeature/epl-v10.html             |  328 ---
 .../sourceTemplateFeature/feature.properties       |  131 --
 .../sourceTemplateFeature/license.html             |  108 -
 .../build.properties                               |    4 +-
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 .../feature.xml                                    |    6 +-
 .../license.html                                   |  108 -
 .../pom.xml                                        |    4 +-
 doc/org.eclipse.cdt.doc.isv/META-INF/MANIFEST.MF   |    2 +-
 doc/org.eclipse.cdt.doc.isv/about.html             |   14 +-
 doc/org.eclipse.cdt.doc.isv/cdtOptions             |   11 +-
 doc/org.eclipse.cdt.doc.isv/cdtOptions.txt         |   11 +-
 doc/org.eclipse.cdt.doc.isv/notices.html           |    2 +-
 doc/org.eclipse.cdt.doc.isv/pom.xml                |    4 +-
 doc/org.eclipse.cdt.doc.isv/topics_Reference.xml   |    2 +
 .../getting_started/cdt_w_basic.htm                |    2 +-
 .../getting_started/cdt_w_debug.htm                |    2 +-
 .../getting_started/cdt_w_newcpp.htm               |   14 +-
 doc/org.eclipse.cdt.doc.user/pom.xml               |    2 +-
 .../.classpath                                     |    2 +-
 .../.settings/.api_filters                         |  196 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    5 +-
 .../pom.xml                                        |    2 +-
 .../internal/ui/model/VisualizerModel.java         |    4 +-
 .../internal/ui/model/VisualizerThread.java        |   90 +-
 .../internal/ui/view/MulticoreVisualizer.java      |   10 +-
 .../internal/ui/view/MulticoreVisualizerCPU.java   |    5 +-
 .../ui/view/MulticoreVisualizerCanvas.java         |   22 +-
 .../internal/ui/view/MulticoreVisualizerCore.java  |    5 +-
 .../ui/view/MulticoreVisualizerEventListener.java  |   62 +-
 .../ui/view/MulticoreVisualizerLoadMeter.java      |    4 +-
 .../ui/view/MulticoreVisualizerStatusBar.java      |    5 +-
 .../ui/view/MulticoreVisualizerThread.java         |    9 +-
 .../internal/utils/DSFDebugModel.java              |   67 +-
 .../internal/utils/DSFDebugModelListener.java      |    5 +-
 dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/.classpath      |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 .../icons/full/obj16/circular_buffer.png           |  Bin 0 -> 411 bytes
 .../icons/full/obj16/disconnected_tracing.png      |  Bin 0 -> 913 bytes
 .../icons/full/obj16/refresh_auto.gif              |  Bin 0 -> 375 bytes
 .../icons/full/obj16/stop_visual_trace.gif         |  Bin 964 -> 961 bytes
 .../icons/full/obj16/tracevariables.gif            |  Bin 881 -> 115 bytes
 .../icons/full/obj16/write_obj.gif                 |  Bin 0 -> 210 bytes
 .../org.eclipse.cdt.dsf.gdb.ui/plugin.properties   |    5 +-
 dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/plugin.xml      |   62 +-
 dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/pom.xml         |    2 +-
 .../gdb/internal/ui/actions/GdbRestartCommand.java |    1 -
 .../CBreakpointGdbThreadFilterPage.java            |    5 +-
 .../DisassemblyToggleDynamicPrintfTarget.java      |   90 +
 .../breakpoints/GDBDynamicPrintfPropertyPage.java  |  423 ++++
 .../ui/breakpoints/GDBTracepointPropertyPage.java  |   32 +-
 .../ui/breakpoints/GdbThreadFilterEditor.java      |   13 -
 .../dsf/gdb/internal/ui/breakpoints/Messages.java  |   39 +-
 .../internal/ui/breakpoints/Messages.properties    |   42 +-
 .../ToggleDynamicPrintfTargetFactory.java          |   94 +
 .../internal/ui/commands/GdbConnectCommand.java    |    1 -
 .../ui/commands/GdbDebugNewExecutableCommand.java  |    1 -
 .../commands/GdbSelectPrevTraceRecordCommand.java  |   44 +-
 .../ui/commands/GdbStartTracingCommand.java        |   21 +-
 .../disassembly/AddDynamicPrintfRulerAction.java   |  163 ++
 .../AddDynamicPrintfRulerActionDelegate.java       |   30 +
 .../ui/disassembly/DisassemblyMessages.java        |   28 +
 .../ui/disassembly/DisassemblyMessages.properties  |   15 +
 .../gdb/internal/ui/launching/GDBSolibBlock.java   |    1 -
 .../gdb/internal/ui/launching/ProcessPrompter.java |    2 +-
 .../ui/osview/ResourceClassContributionItem.java   |    1 -
 .../tracepointactions/TracepointActionDialog.java  |   39 +-
 .../internal/ui/tracepoints/CircularProgress.java  |  103 +
 .../gdb/internal/ui/tracepoints/FlatButton.java    |   19 +-
 .../internal/ui/tracepoints/FlatRadioButton.java   |  109 +
 .../internal/ui/tracepoints/TraceControlModel.java |  518 +++++
 .../internal/ui/tracepoints/TraceControlView.java  | 1274 ++++++++----
 .../ui/tracepoints/TraceVarDetailsDialog.java      |    7 +-
 .../ui/tracepoints/TracepointImageRegistry.java    |   17 +-
 .../ui/tracepoints/TracepointsMessages.java        |   59 +-
 .../ui/tracepoints/TracepointsMessages.properties  |   72 +-
 .../internal/ui/viewmodel/GdbVariableVMNode.java   |   30 +
 dsf-gdb/org.eclipse.cdt.dsf.gdb/.classpath         |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../org.eclipse.cdt.dsf.gdb/META-INF/MANIFEST.MF   |    6 +-
 dsf-gdb/org.eclipse.cdt.dsf.gdb/pom.xml            |    4 +-
 .../src/org/eclipse/cdt/dsf/gdb/GDBTypeParser.java |   22 +-
 .../dsf/gdb/breakpoints/GDBDynamicPrintfUtils.java |  154 ++
 .../eclipse/cdt/dsf/gdb/breakpoints/Messages.java  |   32 +
 .../cdt/dsf/gdb/breakpoints/Messages.properties    |   18 +
 .../dsf/gdb/internal/memory/GdbMemoryBlock.java    |  183 +-
 .../internal/memory/GdbMemoryBlockRetrieval.java   |  201 +-
 .../cdt/dsf/gdb/internal/memory/Messages.java      |    3 +-
 .../dsf/gdb/internal/memory/messages.properties    |    1 +
 .../dsf/gdb/launching/FinalLaunchSequence_7_7.java |   97 +
 .../eclipse/cdt/dsf/gdb/launching/GdbLaunch.java   |   54 +
 .../eclipse/cdt/dsf/gdb/service/GDBBackend.java    |    1 -
 .../cdt/dsf/gdb/service/GDBBreakpoints_7_0.java    |    2 +-
 .../cdt/dsf/gdb/service/GDBBreakpoints_7_2.java    |    2 +-
 .../cdt/dsf/gdb/service/GDBBreakpoints_7_6.java    |    6 -
 .../cdt/dsf/gdb/service/GDBBreakpoints_7_7.java    |  204 ++
 .../cdt/dsf/gdb/service/GDBDisassembly_7_3.java    |  159 ++
 .../org/eclipse/cdt/dsf/gdb/service/GDBMemory.java |  189 +-
 .../eclipse/cdt/dsf/gdb/service/GDBMemory_7_0.java |   12 +-
 .../eclipse/cdt/dsf/gdb/service/GDBMemory_7_6.java |   19 +-
 .../cdt/dsf/gdb/service/GDBProcesses_7_0.java      |   10 +-
 .../cdt/dsf/gdb/service/GDBProcesses_7_2.java      |   11 +-
 .../cdt/dsf/gdb/service/GDBProcesses_7_4.java      |   47 +
 .../cdt/dsf/gdb/service/GDBTraceControl_7_2.java   |  302 +--
 .../cdt/dsf/gdb/service/GDBTraceControl_7_4.java   |  120 ++
 .../dsf/gdb/service/GdbDebugServicesFactory.java   |   28 +-
 .../eclipse/cdt/dsf/gdb/service/IGDBMemory.java    |    2 +-
 .../eclipse/cdt/dsf/gdb/service/IGDBMemory2.java   |   26 +
 .../cdt/dsf/gdb/service/IGDBTraceControl.java      |   83 +-
 .../cdt/dsf/gdb/service/IGDBTraceControl2.java     |   49 +
 .../org/eclipse/cdt/dsf/gdb/service/Messages.java  |    3 +-
 .../cdt/dsf/gdb/service/Messages.properties        |    1 +
 .../cdt/dsf/gdb/service/command/GDBControl.java    |   37 +-
 .../dsf/gdb/service/command/GDBControl_7_0.java    |    8 +-
 .../dsf/gdb/service/command/GDBControl_7_4.java    |   24 +-
 .../dsf/gdb/service/command/GDBControl_7_7.java    |   43 +
 .../cdt/dsf/mi/service/MIBreakpointDMData.java     |   40 +-
 .../eclipse/cdt/dsf/mi/service/MIBreakpoints.java  |   35 +-
 .../cdt/dsf/mi/service/MIBreakpointsManager.java   |  419 ++--
 .../dsf/mi/service/MIBreakpointsSynchronizer.java  |  201 +-
 .../eclipse/cdt/dsf/mi/service/MIDisassembly.java  |   97 +-
 .../eclipse/cdt/dsf/mi/service/MIExpressions.java  |  195 +-
 .../org/eclipse/cdt/dsf/mi/service/MIMemory.java   |  343 ++--
 .../org/eclipse/cdt/dsf/mi/service/MIStack.java    |  174 +-
 .../cdt/dsf/mi/service/MIVariableManager.java      |   59 +-
 .../org/eclipse/cdt/dsf/mi/service/Messages.java   |    2 +
 .../eclipse/cdt/dsf/mi/service/Messages.properties |    4 +-
 .../breakpoint/actions/MILogActionEnabler.java     |    6 +-
 .../mi/service/command/CLIEventProcessor_7_0.java  |    8 +-
 .../mi/service/command/CLIEventProcessor_7_7.java  |   71 +
 .../cdt/dsf/mi/service/command/CommandFactory.java |   63 +-
 .../command/commands/CLIAddressableSize.java       |   49 +
 .../mi/service/command/commands/MIBreakInsert.java |   23 +-
 .../service/command/commands/MIDPrintfInsert.java  |  170 ++
 .../command/commands/MIDataDisassemble.java        |   22 +-
 .../command/commands/MIDataReadMemoryBytes.java    |   30 +-
 .../commands/MIGDBSetCircularTraceBuffer.java      |   26 +
 .../command/commands/MIGDBSetDPrintfStyle.java     |   41 +
 .../commands/MIGDBSetDisconnectedTracing.java      |   26 +
 .../command/commands/MIGDBSetTraceNotes.java       |   26 +
 .../command/commands/MIGDBSetTraceUser.java        |   26 +
 .../command/output/CLIAddressableSizeInfo.java     |   60 +
 .../mi/service/command/output/MIBreakpoint.java    |   50 +-
 .../command/output/MIDataReadMemoryBytesInfo.java  |   30 +-
 .../mi/service/command/output/MIInstruction.java   |   60 +-
 .../command/output/MIListThreadGroupsInfo.java     |   26 +-
 .../service/command/output/MIMixedInstruction.java |   16 +-
 .../dsf/mi/service/command/output/MIThread.java    |    8 +-
 .../service/command/output/MIThreadInfoInfo.java   |   13 +-
 .../service/command/output/MITraceStatusInfo.java  |  180 +-
 .../build.properties                               |    4 +-
 .../org.eclipse.cdt.gnu.dsf-feature/epl-v10.html   |  328 ---
 .../feature.properties                             |  131 --
 .../org.eclipse.cdt.gnu.dsf-feature/feature.xml    |    6 +-
 .../org.eclipse.cdt.gnu.dsf-feature/license.html   |  108 -
 dsf-gdb/org.eclipse.cdt.gnu.dsf-feature/pom.xml    |    4 +-
 .../sourceTemplateFeature/epl-v10.html             |  328 ---
 .../sourceTemplateFeature/feature.properties       |  131 --
 .../sourceTemplateFeature/license.html             |  108 -
 .../build.properties                               |    4 +-
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 .../feature.xml                                    |    6 +-
 .../license.html                                   |  108 -
 .../org.eclipse.cdt.gnu.dsf.source-feature/pom.xml |    4 +-
 .../build.properties                               |    4 +-
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  132 --
 .../feature.xml                                    |    6 +-
 .../license.html                                   |  108 -
 .../pom.xml                                        |    4 +-
 dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/.classpath   |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    3 +-
 .../data/launch/src/ExpressionTestApp.cc           |   50 +-
 dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/pom.xml      |    2 +-
 .../command/commands/TestMIBreakInsertCommand.java |   10 -
 .../cdt/tests/dsf/gdb/framework/SyncUtil.java      |   65 +-
 .../eclipse/cdt/tests/dsf/gdb/tests/AllSuites.java |    4 +-
 .../cdt/tests/dsf/gdb/tests/AllSuitesRemote.java   |    4 +-
 .../cdt/tests/dsf/gdb/tests/AutomatedSuite.java    |    6 +-
 .../dsf/gdb/tests/GDBConsoleBreakpointsTest.java   |    8 +
 .../cdt/tests/dsf/gdb/tests/ITestConstants.java    |    4 +-
 .../cdt/tests/dsf/gdb/tests/MIExpressionsTest.java |  492 +++--
 .../cdt/tests/dsf/gdb/tests/MIMemoryTest.java      |   30 +-
 .../VisualizerVirtualBoundsGraphicObjectTest.java  |  136 ++
 .../tests_7_0/MIExpressionsNonStopTest_7_0.java    |   31 +
 .../StepIntoSelectionNonStopTest_7_0.java          |   25 +
 .../tests_7_0/StepIntoSelectionTest_7_0_NS.java    |   25 -
 .../tests/dsf/gdb/tests/tests_7_0/Suite_7_0.java   |    2 +-
 .../dsf/gdb/tests/tests_7_0/Suite_Remote_7_0.java  |    2 +-
 .../tests_7_1/MIExpressionsNonStopTest_7_1.java    |   31 +
 .../StepIntoSelectionNonStopTest_7_1.java          |   25 +
 .../tests_7_1/StepIntoSelectionTest_7_1_NS.java    |   25 -
 .../tests/dsf/gdb/tests/tests_7_1/Suite_7_1.java   |    2 +-
 .../dsf/gdb/tests/tests_7_1/Suite_Remote_7_1.java  |    2 +-
 .../tests_7_2/MIExpressionsNonStopTest_7_2.java    |   31 +
 .../StepIntoSelectionNonStopTest_7_2.java          |   25 +
 .../tests_7_2/StepIntoSelectionTest_7_2_NS.java    |   25 -
 .../tests/dsf/gdb/tests/tests_7_2/Suite_7_2.java   |    2 +-
 .../dsf/gdb/tests/tests_7_2/Suite_Remote_7_2.java  |    2 +-
 .../tests_7_3/MIExpressionsNonStopTest_7_3.java    |   31 +
 .../StepIntoSelectionNonStopTest_7_3.java          |   25 +
 .../tests_7_3/StepIntoSelectionTest_7_3_NS.java    |   25 -
 .../tests/dsf/gdb/tests/tests_7_3/Suite_7_3.java   |    2 +-
 .../dsf/gdb/tests/tests_7_3/Suite_Remote_7_3.java  |    2 +-
 .../tests_7_4/MIExpressionsNonStopTest_7_4.java    |   31 +
 .../StepIntoSelectionNonStopTest_7_4.java          |   25 +
 .../tests_7_4/StepIntoSelectionTest_7_4_NS.java    |   25 -
 .../tests/dsf/gdb/tests/tests_7_4/Suite_7_4.java   |    2 +-
 .../dsf/gdb/tests/tests_7_4/Suite_Remote_7_4.java  |    2 +-
 .../tests_7_5/MIExpressionsNonStopTest_7_5.java    |   31 +
 .../StepIntoSelectionNonStopTest_7_5.java          |   25 +
 .../tests_7_5/StepIntoSelectionTest_7_5_NS.java    |   25 -
 .../tests/dsf/gdb/tests/tests_7_5/Suite_7_5.java   |    2 +-
 .../dsf/gdb/tests/tests_7_5/Suite_Remote_7_5.java  |    2 +-
 .../tests_7_6/GDBConsoleSynchronizingTest_7_6.java |   65 +-
 .../tests_7_6/MIExpressionsNonStopTest_7_6.java    |   31 +
 .../StepIntoSelectionNonStopTest_7_6.java          |   25 +
 .../tests_7_6/StepIntoSelectionTest_7_6_NS.java    |   25 -
 .../tests/dsf/gdb/tests/tests_7_6/Suite_7_6.java   |    4 +-
 .../dsf/gdb/tests/tests_7_6/Suite_Remote_7_6.java  |    4 +-
 .../tests/tests_7_7/CommandTimeoutTest_7_7.java    |   25 +
 .../tests_7_7/GDBConsoleBreakpointsTest_7_7.java   |   22 +
 .../tests_7_7/GDBConsoleSynchronizingTest_7_7.java |   29 +
 .../GDBMultiNonStopRunControlTest_7_7.java         |   26 +
 .../GDBPatternMatchingExpressionsTest_7_7.java     |   24 +
 .../gdb/tests/tests_7_7/GDBProcessesTest_7_7.java  |   24 +
 .../tests_7_7/GDBRemoteTracepointsTest_7_7.java    |   25 +
 .../LaunchConfigurationAndRestartTest_7_7.java     |   24 +
 .../gdb/tests/tests_7_7/MIBreakpointsTest_7_7.java |   24 +
 .../gdb/tests/tests_7_7/MICatchpointsTest_7_7.java |   24 +
 .../gdb/tests/tests_7_7/MIDisassemblyTest_7_7.java |   26 +
 .../tests_7_7/MIExpressionsNonStopTest_7_7.java    |   31 +
 .../gdb/tests/tests_7_7/MIExpressionsTest_7_7.java |   24 +
 .../dsf/gdb/tests/tests_7_7/MIMemoryTest_7_7.java  |   24 +
 .../gdb/tests/tests_7_7/MIRegistersTest_7_7.java   |   24 +
 ...MIRunControlNonStopTargetAvailableTest_7_7.java |   32 +
 .../MIRunControlTargetAvailableTest_7_7.java       |   25 +
 .../gdb/tests/tests_7_7/MIRunControlTest_7_7.java  |   25 +
 ...rationsWhileTargetIsRunningNonStopTest_7_7.java |   32 +
 .../OperationsWhileTargetIsRunningTest_7_7.java    |   25 +
 .../tests/tests_7_7/PostMortemCoreTest_7_7.java    |   24 +
 .../StepIntoSelectionNonStopTest_7_7.java          |   25 +
 .../tests/tests_7_7/StepIntoSelectionTest_7_7.java |   25 +
 .../tests/dsf/gdb/tests/tests_7_7/Suite_7_7.java   |   63 +
 .../dsf/gdb/tests/tests_7_7/Suite_Remote_7_7.java  |   64 +
 .../dsf/gdb/tests/tests_7_7/TraceFileTest_7_7.java |   23 +
 .../tests/tests_7_8/CommandTimeoutTest_7_8.java    |   25 +
 .../tests_7_8/GDBConsoleBreakpointsTest_7_8.java   |   22 +
 .../tests_7_8/GDBConsoleSynchronizingTest_7_8.java |   29 +
 .../GDBMultiNonStopRunControlTest_7_8.java         |   26 +
 .../GDBPatternMatchingExpressionsTest_7_8.java     |   24 +
 .../gdb/tests/tests_7_8/GDBProcessesTest_7_8.java  |   24 +
 .../tests_7_8/GDBRemoteTracepointsTest_7_8.java    |   25 +
 .../LaunchConfigurationAndRestartTest_7_8.java     |   24 +
 .../gdb/tests/tests_7_8/MIBreakpointsTest_7_8.java |   24 +
 .../gdb/tests/tests_7_8/MICatchpointsTest_7_8.java |   24 +
 .../gdb/tests/tests_7_8/MIDisassemblyTest_7_8.java |   26 +
 .../tests_7_8/MIExpressionsNonStopTest_7_8.java    |   31 +
 .../gdb/tests/tests_7_8/MIExpressionsTest_7_8.java |   24 +
 .../dsf/gdb/tests/tests_7_8/MIMemoryTest_7_8.java  |   24 +
 .../gdb/tests/tests_7_8/MIRegistersTest_7_8.java   |   24 +
 ...MIRunControlNonStopTargetAvailableTest_7_8.java |   32 +
 .../MIRunControlTargetAvailableTest_7_8.java       |   25 +
 .../gdb/tests/tests_7_8/MIRunControlTest_7_8.java  |   25 +
 ...rationsWhileTargetIsRunningNonStopTest_7_8.java |   32 +
 .../OperationsWhileTargetIsRunningTest_7_8.java    |   25 +
 .../tests/tests_7_8/PostMortemCoreTest_7_8.java    |   24 +
 .../StepIntoSelectionNonStopTest_7_8.java          |   25 +
 .../tests/tests_7_8/StepIntoSelectionTest_7_8.java |   25 +
 .../tests/dsf/gdb/tests/tests_7_8/Suite_7_8.java   |   63 +
 .../dsf/gdb/tests/tests_7_8/Suite_Remote_7_8.java  |   64 +
 .../dsf/gdb/tests/tests_7_8/TraceFileTest_7_8.java |   23 +
 dsf/org.eclipse.cdt.dsf.ui/.classpath              |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 dsf/org.eclipse.cdt.dsf.ui/META-INF/MANIFEST.MF    |    4 +-
 dsf/org.eclipse.cdt.dsf.ui/pom.xml                 |    2 +-
 .../ui/disassembly/DisassemblyBackendDsf.java      |   38 +-
 .../ui/disassembly/DisassemblyMessages.java        |    2 +
 .../ui/disassembly/DisassemblyMessages.properties  |    2 +
 .../internal/ui/disassembly/DisassemblyPart.java   |   34 +-
 .../internal/ui/disassembly/OpcodeRulerColumn.java |    9 +-
 .../actions/AddBreakpointRulerAction.java          |    9 +-
 .../ui/disassembly/model/DisassemblyDocument.java  |   92 +-
 .../AbstractDisassemblyBreakpointsTarget.java      |   17 +-
 .../cdt/dsf/debug/ui/memory/RefreshAction.java     |    1 -
 .../ui/viewmodel/register/RegisterVMProvider.java  |   16 +-
 .../ui/viewmodel/variable/VariableVMNode.java      |    1 -
 dsf/org.eclipse.cdt.dsf/.classpath                 |    2 +-
 dsf/org.eclipse.cdt.dsf/.settings/.api_filters     |   11 -
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 dsf/org.eclipse.cdt.dsf/META-INF/MANIFEST.MF       |    4 +-
 dsf/org.eclipse.cdt.dsf/pom.xml                    |    4 +-
 .../eclipse/cdt/dsf/concurrent/DsfExecutable.java  |    1 -
 .../cdt/dsf/datamodel/CompositeDMContext.java      |    1 -
 .../cdt/dsf/debug/model/DsfMemoryBlock.java        |   59 +-
 .../dsf/debug/model/DsfMemoryBlockRetrieval.java   |   12 +-
 .../cdt/dsf/debug/service/AbstractInstruction.java |   18 +-
 .../cdt/dsf/debug/service/IDisassembly3.java       |  114 ++
 .../dsf/debug/service/IDsfBreakpointExtension.java |    2 +-
 .../debug/service/IInstructionWithRawOpcodes.java  |   33 +
 .../cdt/dsf/debug/service/IMemorySpaces2.java      |   31 +
 .../build.properties                               |    4 +-
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 .../feature.xml                                    |    4 +-
 .../license.html                                   |  108 -
 dsf/org.eclipse.cdt.examples.dsf-feature/pom.xml   |    4 +-
 .../sourceTemplateFeature/epl-v10.html             |  328 ---
 .../sourceTemplateFeature/feature.properties       |  131 --
 .../sourceTemplateFeature/feature.xml              |    6 +-
 .../sourceTemplateFeature/license.html             |  108 -
 dsf/org.eclipse.cdt.examples.dsf.pda.ui/pom.xml    |    2 +-
 dsf/org.eclipse.cdt.examples.dsf.pda/pom.xml       |    2 +-
 dsf/org.eclipse.cdt.examples.dsf/pom.xml           |    2 +-
 .../build.properties                               |    2 -
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 .../feature.xml                                    |    4 +-
 .../license.html                                   |  108 -
 jtag/org.eclipse.cdt.debug.gdbjtag-feature/pom.xml |    4 +-
 .../rootfiles/epl-v10.html                         |  328 ---
 .../rootfiles/notice.html                          |    3 +-
 jtag/org.eclipse.cdt.debug.gdbjtag.core/.classpath |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    6 +-
 jtag/org.eclipse.cdt.debug.gdbjtag.core/pom.xml    |    4 +-
 .../core/GDBJtagDSFFinalLaunchSequence_7_7.java    |   78 +
 .../core/dsf/gdb/service/GDBJtagControl.java       |    1 +
 .../core/dsf/gdb/service/GDBJtagControl_7_0.java   |    1 +
 .../core/dsf/gdb/service/GDBJtagControl_7_2.java   |    1 +
 .../core/dsf/gdb/service/GDBJtagControl_7_4.java   |    1 +
 .../core/dsf/gdb/service/GDBJtagControl_7_7.java   |   39 +
 .../gdb/service/GdbJtagDebugServicesFactory.java   |    7 +-
 .../macos/MacOSGdbJtagDebugServicesFactory.java    |    2 +-
 .../core/jtagdevice/DefaultGDBJtagDeviceImpl.java  |    2 +-
 jtag/org.eclipse.cdt.debug.gdbjtag.ui/.classpath   |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 jtag/org.eclipse.cdt.debug.gdbjtag.ui/pom.xml      |    2 +-
 .../gdbjtag/internal/ui/GDBJtagDSFCMainTab.java    |    2 +-
 jtag/org.eclipse.cdt.debug.gdbjtag/pom.xml         |    2 +-
 launch/org.eclipse.cdt.launch/.classpath           |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 launch/org.eclipse.cdt.launch/META-INF/MANIFEST.MF |    2 +-
 launch/org.eclipse.cdt.launch/pom.xml              |    2 +-
 .../cdt/launch/AbstractCLaunchDelegate.java        |    2 +-
 .../cdt/launch/AbstractCLaunchDelegate2.java       |    1 -
 .../org/eclipse/cdt/launch/ui/CDebuggerTab.java    |    4 +-
 .../build.properties                               |    4 +-
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 .../feature.xml                                    |    2 +
 .../license.html                                   |  108 -
 .../pom.xml                                        |    2 +-
 .../org.eclipse.cdt.managedbuilder.llvm.ui/pom.xml |    2 +-
 .../build.properties                               |    4 +-
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 .../feature.xml                                    |    4 +-
 .../license.html                                   |  108 -
 .../org.eclipse.cdt.core.lrparser.feature/pom.xml  |    4 +-
 .../rootfiles/epl-v10.html                         |  328 ---
 .../rootfiles/notice.html                          |    3 +-
 .../sourceTemplateFeature/epl-v10.html             |  328 ---
 .../sourceTemplateFeature/feature.properties       |  131 --
 .../sourceTemplateFeature/license.html             |  108 -
 .../build.properties                               |    4 +-
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 .../feature.xml                                    |    6 +-
 .../license.html                                   |  108 -
 .../pom.xml                                        |    4 +-
 .../build.properties                               |    4 +-
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 .../feature.xml                                    |    6 +-
 .../license.html                                   |  108 -
 .../pom.xml                                        |    4 +-
 .../org.eclipse.cdt.core.lrparser.tests/pom.xml    |    2 +-
 .../cdt/core/lrparser/tests/LRCPPTests.java        |    4 +-
 lrparser/org.eclipse.cdt.core.lrparser/pom.xml     |    2 +-
 .../action/gnu/GPPBuildASTParserAction.java        |   26 +-
 .../build.properties                               |    2 -
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 .../feature.xml                                    |    6 +-
 .../license.html                                   |  108 -
 .../pom.xml                                        |    4 +-
 .../.classpath                                     |    2 +-
 .../.project                                       |    6 +
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 .../pom.xml                                        |    2 +-
 .../debug/ui/memory/floatingpoint/Rendering.java   |   21 +-
 .../.project                                       |    6 +
 .../pom.xml                                        |    2 +-
 .../org.eclipse.cdt.debug.ui.memory.search/pom.xml |    2 +-
 .../build.properties                               |    4 +-
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 .../feature.xml                                    |    6 +-
 .../license.html                                   |  108 -
 .../pom.xml                                        |    4 +-
 .../.project                                       |    6 +
 .../.settings/.api_filters                         |   31 +
 .../pom.xml                                        |    2 +-
 .../cdt/debug/ui/memory/traditional/Rendering.java |   39 +-
 .../memory/traditional/TraditionalRendering.java   |   17 +-
 .../.project                                       |    6 +
 .../pom.xml                                        |    2 +-
 p2/org.eclipse.cdt.p2-feature/build.properties     |    4 +-
 p2/org.eclipse.cdt.p2-feature/epl-v10.html         |  328 ---
 p2/org.eclipse.cdt.p2-feature/feature.properties   |  131 --
 p2/org.eclipse.cdt.p2-feature/feature.xml          |    4 +-
 p2/org.eclipse.cdt.p2-feature/license.html         |  108 -
 p2/org.eclipse.cdt.p2-feature/pom.xml              |    4 +-
 p2/org.eclipse.cdt.p2.generator/.classpath         |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 p2/org.eclipse.cdt.p2/.classpath                   |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 p2/org.eclipse.cdt.p2/META-INF/MANIFEST.MF         |    2 +-
 p2/org.eclipse.cdt.p2/pom.xml                      |    2 +-
 pom.xml                                            |   85 +-
 qt/org.eclipse.cdt.qt-feature/build.properties     |    4 +-
 qt/org.eclipse.cdt.qt-feature/epl-v10.html         |  328 ---
 qt/org.eclipse.cdt.qt-feature/feature.properties   |  131 --
 qt/org.eclipse.cdt.qt-feature/feature.xml          |    6 +-
 qt/org.eclipse.cdt.qt-feature/license.html         |  108 -
 qt/org.eclipse.cdt.qt-feature/pom.xml              |    2 +-
 qt/org.eclipse.cdt.qt.core/.classpath              |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 qt/org.eclipse.cdt.qt.core/META-INF/MANIFEST.MF    |    2 +-
 qt/org.eclipse.cdt.qt.core/pom.xml                 |    2 +-
 .../qt/core/index/QMakeEnvProviderDescriptor.java  |   19 +-
 .../qt/core/index/QMakeEnvProviderManager.java     |    7 +-
 .../internal/qt/core/index/QMakeProjectInfo.java   |  428 ++--
 .../qt/core/index/QMakeProjectInfoManager.java     |  229 +++
 .../cdt/internal/qt/core/pdom/QtPDOMLinkage.java   |    7 +-
 .../src/org/eclipse/cdt/qt/core/QtPlugin.java      |   24 +-
 .../org/eclipse/cdt/qt/core/index/IQMakeEnv.java   |    7 +
 .../org/eclipse/cdt/qt/core/index/IQMakeEnv2.java  |   26 +
 .../cdt/qt/core/index/IQMakeEnvProvider.java       |    2 +
 .../cdt/qt/core/index/IQMakeProjectInfo.java       |   11 +-
 .../cdt/qt/core/index/QMakeProjectInfoFactory.java |    4 +-
 qt/org.eclipse.cdt.qt.tests/.classpath             |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |   12 +
 qt/org.eclipse.cdt.qt.tests/META-INF/MANIFEST.MF   |    2 +-
 qt/org.eclipse.cdt.qt.tests/pom.xml                |    2 +-
 qt/org.eclipse.cdt.qt.ui/.classpath                |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 qt/org.eclipse.cdt.qt.ui/META-INF/MANIFEST.MF      |    2 +-
 qt/org.eclipse.cdt.qt.ui/pom.xml                   |    2 +-
 .../qt/ui/assist/QPropertyAttributeProposal.java   |    2 +-
 releng/org.eclipse.cdt-feature/build.properties    |    4 +-
 releng/org.eclipse.cdt-feature/epl-v10.html        |  328 ---
 releng/org.eclipse.cdt-feature/feature.properties  |  131 --
 releng/org.eclipse.cdt-feature/feature.xml         |    4 +-
 releng/org.eclipse.cdt-feature/license.html        |  108 -
 releng/org.eclipse.cdt-feature/pom.xml             |    2 +-
 .../org.eclipse.cdt-feature/rootfiles/epl-v10.html |  328 ---
 .../org.eclipse.cdt-feature/rootfiles/notice.html  |    3 +-
 .../sourceTemplateFeature/epl-v10.html             |  328 ---
 .../sourceTemplateFeature/feature.properties       |  131 --
 .../sourceTemplateFeature/license.html             |  108 -
 releng/org.eclipse.cdt.native-feature/.project     |   17 +
 .../build.properties                               |   13 +
 .../eclipse_update_120.jpg                         |  Bin 0 -> 21695 bytes
 .../feature.properties                             |   37 +
 releng/org.eclipse.cdt.native-feature/feature.xml  |  123 ++
 releng/org.eclipse.cdt.native-feature/pom.xml      |   17 +
 .../sourceTemplateFeature/eclipse_update_120.jpg   |  Bin 0 -> 21695 bytes
 .../sourceTemplateFeature/feature.properties       |   37 +
 .../org.eclipse.cdt.native.source-feature/.project |   17 +
 .../build.properties                               |   13 +
 .../eclipse_update_120.jpg                         |  Bin 0 -> 21695 bytes
 .../feature.properties                             |   37 +
 .../feature.xml                                    |   75 +
 .../org.eclipse.cdt.native.source-feature/pom.xml  |   17 +
 .../build.properties                               |    4 +-
 .../org.eclipse.cdt.platform-feature/epl-v10.html  |  328 ---
 .../feature.properties                             |  131 --
 .../org.eclipse.cdt.platform-feature/feature.xml   |  104 +-
 .../org.eclipse.cdt.platform-feature/license.html  |  108 -
 releng/org.eclipse.cdt.platform-feature/pom.xml    |    2 +-
 .../sourceTemplateFeature/epl-v10.html             |  328 ---
 .../sourceTemplateFeature/feature.properties       |  131 --
 .../sourceTemplateFeature/license.html             |  108 -
 .../build.properties                               |    4 +-
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 .../feature.xml                                    |   55 +-
 .../license.html                                   |  108 -
 .../pom.xml                                        |    2 +-
 releng/org.eclipse.cdt.releng/c99/build.properties |    4 +-
 .../org.eclipse.cdt.releng/codan/build.properties  |    4 +-
 .../crossgcc/build.properties                      |    4 +-
 .../org.eclipse.cdt.releng/dsfgdb/build.properties |    4 +-
 .../gdbjtag/build.properties                       |    4 +-
 .../launch.remote/build.properties                 |    4 +-
 .../lrparser.sdk/build.properties                  |    4 +-
 .../lrparser/build.properties                      |    4 +-
 .../org.eclipse.cdt.releng/master/build.properties |    4 +-
 .../org.eclipse.cdt.releng/memory/build.properties |    4 +-
 .../org.eclipse.cdt.releng/mylyn/build.properties  |    4 +-
 releng/org.eclipse.cdt.releng/notice.html          |   93 +-
 releng/org.eclipse.cdt.releng/p2/build.properties  |    4 +-
 .../platform/build.properties                      |    4 +-
 releng/org.eclipse.cdt.releng/sdk/build.properties |    4 +-
 .../testing/build.properties                       |    4 +-
 .../upc.sdk/build.properties                       |    4 +-
 releng/org.eclipse.cdt.releng/upc/build.properties |    4 +-
 .../org.eclipse.cdt.releng/util/build.properties   |    4 +-
 .../windows/build.properties                       |    4 +-
 .../xlc.sdk/build.properties                       |    4 +-
 releng/org.eclipse.cdt.releng/xlc/build.properties |    4 +-
 releng/org.eclipse.cdt.repo/category.xml           |    9 +
 releng/org.eclipse.cdt.repo/pom.xml                |    4 +-
 .../org.eclipse.cdt.sdk-feature/build.properties   |    6 +-
 releng/org.eclipse.cdt.sdk-feature/epl-v10.html    |  328 ---
 .../org.eclipse.cdt.sdk-feature/feature.properties |  131 --
 releng/org.eclipse.cdt.sdk-feature/feature.xml     |    6 +-
 releng/org.eclipse.cdt.sdk-feature/license.html    |  108 -
 releng/org.eclipse.cdt.sdk-feature/pom.xml         |    2 +-
 releng/org.eclipse.cdt.sdk/META-INF/MANIFEST.MF    |    2 +-
 releng/org.eclipse.cdt.sdk/notice.html             |    3 +-
 releng/org.eclipse.cdt.sdk/pom.xml                 |    4 +-
 releng/org.eclipse.cdt.target/.project             |    7 +
 releng/org.eclipse.cdt.target/cdt-e3.8.target      |    4 +-
 releng/org.eclipse.cdt.target/cdt-e4.3.target      |    4 +-
 releng/org.eclipse.cdt.target/cdt-e4.4.target      |   47 +
 releng/org.eclipse.cdt.target/cdt-staging.target   |    4 +-
 releng/org.eclipse.cdt.target/pom.xml              |   17 +
 .../build.properties                               |    4 +-
 .../org.eclipse.cdt.testing-feature/epl-v10.html   |  328 ---
 .../feature.properties                             |  131 --
 releng/org.eclipse.cdt.testing-feature/feature.xml |    4 +-
 .../org.eclipse.cdt.testing-feature/license.html   |  108 -
 releng/org.eclipse.cdt.testing-feature/pom.xml     |    2 +-
 releng/org.eclipse.cdt.testing.repo/pom.xml        |    2 +-
 releng/org.eclipse.cdt.testing/notice.html         |    3 +-
 releng/org.eclipse.cdt.testing/pom.xml             |    2 +-
 releng/org.eclipse.cdt/META-INF/MANIFEST.MF        |    2 +-
 releng/org.eclipse.cdt/pom.xml                     |    4 +-
 remote/org.eclipse.cdt.remote-feature/.project     |   17 +
 .../build.properties                               |    3 +
 .../eclipse_update_120.jpg                         |  Bin 0 -> 21695 bytes
 .../feature.properties                             |   25 +
 remote/org.eclipse.cdt.remote-feature/feature.xml  |   28 +
 remote/org.eclipse.cdt.remote-feature/pom.xml      |   17 +
 remote/org.eclipse.cdt.remote.core/.classpath      |    7 +
 remote/org.eclipse.cdt.remote.core/.project        |   34 +
 .../.settings/org.eclipse.jdt.core.prefs           |    7 +
 .../META-INF/MANIFEST.MF                           |   17 +
 remote/org.eclipse.cdt.remote.core/about.html      |   22 +
 .../org.eclipse.cdt.remote.core/build.properties   |    6 +
 .../org.eclipse.cdt.remote.core/plugin.properties  |   11 +
 remote/org.eclipse.cdt.remote.core/pom.xml         |   17 +
 .../cdt/remote/core/RemoteCommandLauncher.java     |  285 +++
 .../cdt/remote/core/RemoteProcessClosure.java      |  229 +++
 .../cdt/remote/internal/core/Activator.java        |   44 +
 .../remote/internal/core/messages/Messages.java    |   25 +
 .../internal/core/messages/messages.properties     |    1 +
 .../org.eclipse.cdt.testsrunner.boost/.classpath   |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 .../org.eclipse.cdt.testsrunner.boost/pom.xml      |    2 +-
 .../build.properties                               |    2 -
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 .../feature.xml                                    |    6 +-
 .../license.html                                   |  108 -
 .../org.eclipse.cdt.testsrunner.feature/pom.xml    |    4 +-
 .../org.eclipse.cdt.testsrunner.gtest/.classpath   |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 .../org.eclipse.cdt.testsrunner.gtest/pom.xml      |    2 +-
 .../org.eclipse.cdt.testsrunner.qttest/.classpath  |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 .../org.eclipse.cdt.testsrunner.qttest/pom.xml     |    2 +-
 .../build.properties                               |    4 +-
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 .../feature.xml                                    |    6 +-
 .../license.html                                   |  108 -
 .../pom.xml                                        |    4 +-
 .../org.eclipse.cdt.testsrunner.test/.classpath    |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 .../org.eclipse.cdt.testsrunner.test/pom.xml       |    8 +-
 testsrunner/org.eclipse.cdt.testsrunner/.classpath |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 testsrunner/org.eclipse.cdt.testsrunner/pom.xml    |    2 +-
 upc/org.eclipse.cdt.bupc-feature/build.properties  |    4 +-
 upc/org.eclipse.cdt.bupc-feature/epl-v10.html      |  328 ---
 .../feature.properties                             |  131 --
 upc/org.eclipse.cdt.bupc-feature/feature.xml       |    4 +-
 upc/org.eclipse.cdt.bupc-feature/license.html      |  108 -
 upc/org.eclipse.cdt.bupc-feature/pom.xml           |    4 +-
 .../build.properties                               |    4 +-
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 .../feature.xml                                    |    4 +-
 .../license.html                                   |  108 -
 .../pom.xml                                        |    4 +-
 .../rootfiles/epl-v10.html                         |  328 ---
 .../rootfiles/notice.html                          |    3 +-
 .../sourceTemplateFeature/epl-v10.html             |  328 ---
 .../sourceTemplateFeature/feature.properties       |  131 --
 .../sourceTemplateFeature/license.html             |  108 -
 .../build.properties                               |    4 +-
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 .../feature.xml                                    |    6 +-
 .../license.html                                   |  108 -
 .../pom.xml                                        |    4 +-
 .../build.properties                               |    4 +-
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 .../feature.xml                                    |    6 +-
 .../license.html                                   |  108 -
 .../pom.xml                                        |    4 +-
 upc/org.eclipse.cdt.core.parser.upc.tests/pom.xml  |    2 +-
 upc/org.eclipse.cdt.core.parser.upc/.classpath     |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 upc/org.eclipse.cdt.core.parser.upc/pom.xml        |    2 +-
 .../dom/parser/upc/ast/UPCASTForallStatement.java  |    2 +-
 .../upc/ast/UPCASTSynchronizationStatement.java    |    2 +-
 .../.classpath                                     |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 upc/org.eclipse.cdt.managedbuilder.bupc.ui/pom.xml |    2 +-
 util/org.eclipse.cdt.util-feature/build.properties |    4 +-
 util/org.eclipse.cdt.util-feature/epl-v10.html     |  328 ---
 .../feature.properties                             |  131 --
 util/org.eclipse.cdt.util-feature/feature.xml      |    4 +-
 util/org.eclipse.cdt.util-feature/license.html     |  108 -
 util/org.eclipse.cdt.util-feature/pom.xml          |    4 +-
 .../rootfiles/epl-v10.html                         |  328 ---
 .../rootfiles/notice.html                          |    3 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 util/org.eclipse.cdt.util/notice.html              |    3 +-
 util/org.eclipse.cdt.util/pom.xml                  |    2 +-
 .../build.properties                               |    4 +-
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 .../org.eclipse.cdt.visualizer-feature/feature.xml |    6 +-
 .../license.html                                   |  108 -
 .../org.eclipse.cdt.visualizer-feature/pom.xml     |    4 +-
 .../org.eclipse.cdt.visualizer.core/.classpath     |    2 +-
 .../org.eclipse.cdt.visualizer.core/.project       |    6 +
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 visualizer/org.eclipse.cdt.visualizer.core/pom.xml |    2 +-
 .../org.eclipse.cdt.visualizer.examples/.classpath |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    5 +-
 .../org.eclipse.cdt.visualizer.examples/pom.xml    |   17 +
 .../problemvisualizer/BarGraphicObject.java        |   70 +-
 .../problemvisualizer/ProblemVisualizer.java       |  165 +-
 .../sourcegraph/SourceGraphVisualizer.java         |   12 +-
 .../org.eclipse.cdt.visualizer.ui/.classpath       |    2 +-
 visualizer/org.eclipse.cdt.visualizer.ui/.project  |    6 +
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    4 +-
 visualizer/org.eclipse.cdt.visualizer.ui/pom.xml   |    4 +-
 .../cdt/visualizer/ui/canvas/GraphicCanvas.java    |   22 +-
 .../cdt/visualizer/ui/canvas/GraphicObject.java    |   13 +-
 .../cdt/visualizer/ui/canvas/IGraphicObject.java   |    2 +-
 .../cdt/visualizer/ui/canvas/ITooltipProvider.java |   28 +
 .../ui/canvas/VirtualBoundsGraphicObject.java      |  419 ++++
 .../eclipse/cdt/visualizer/ui/util/GUIUtils.java   |   39 +-
 .../org.eclipse.cdt.msw-feature/build.properties   |    4 +-
 windows/org.eclipse.cdt.msw-feature/epl-v10.html   |  328 ---
 .../org.eclipse.cdt.msw-feature/feature.properties |  131 --
 windows/org.eclipse.cdt.msw-feature/feature.xml    |    6 +-
 windows/org.eclipse.cdt.msw-feature/license.html   |  108 -
 windows/org.eclipse.cdt.msw-feature/pom.xml        |    4 +-
 windows/org.eclipse.cdt.msw.build/.classpath       |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../org.eclipse.cdt.msw.build/META-INF/MANIFEST.MF |    2 +-
 windows/org.eclipse.cdt.msw.build/pom.xml          |    2 +-
 .../pom.xml                                        |    2 +-
 xlc/org.eclipse.cdt.core.lrparser.xlc/.classpath   |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 xlc/org.eclipse.cdt.core.lrparser.xlc/pom.xml      |    2 +-
 .../.classpath                                     |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 xlc/org.eclipse.cdt.errorparsers.xlc.tests/pom.xml |    2 +-
 xlc/org.eclipse.cdt.errorparsers.xlc/.classpath    |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 xlc/org.eclipse.cdt.errorparsers.xlc/pom.xml       |    2 +-
 xlc/org.eclipse.cdt.make.xlc.core/.classpath       |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 xlc/org.eclipse.cdt.make.xlc.core/pom.xml          |    2 +-
 .../.classpath                                     |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 .../pom.xml                                        |    2 +-
 .../.classpath                                     |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 xlc/org.eclipse.cdt.managedbuilder.xlc.ui/pom.xml  |    2 +-
 .../.classpath                                     |    2 +-
 .../.settings/org.eclipse.jdt.core.prefs           |    6 +-
 .../META-INF/MANIFEST.MF                           |    2 +-
 .../pom.xml                                        |    2 +-
 xlc/org.eclipse.cdt.xlc.feature/build.properties   |    2 -
 xlc/org.eclipse.cdt.xlc.feature/epl-v10.html       |  328 ---
 xlc/org.eclipse.cdt.xlc.feature/feature.properties |  131 --
 xlc/org.eclipse.cdt.xlc.feature/feature.xml        |    4 +-
 xlc/org.eclipse.cdt.xlc.feature/license.html       |  108 -
 xlc/org.eclipse.cdt.xlc.feature/pom.xml            |    4 +-
 .../rootfiles/epl-v10.html                         |  328 ---
 .../rootfiles/notice.html                          |    3 +-
 .../sourceTemplateFeature/epl-v10.html             |  328 ---
 .../sourceTemplateFeature/feature.properties       |  131 --
 .../sourceTemplateFeature/license.html             |  108 -
 .../build.properties                               |    2 -
 xlc/org.eclipse.cdt.xlc.sdk-feature/epl-v10.html   |  328 ---
 .../feature.properties                             |  131 --
 xlc/org.eclipse.cdt.xlc.sdk-feature/feature.xml    |    4 +-
 xlc/org.eclipse.cdt.xlc.sdk-feature/license.html   |  108 -
 xlc/org.eclipse.cdt.xlc.sdk-feature/pom.xml        |    4 +-
 .../rootfiles/epl-v10.html                         |  328 ---
 .../rootfiles/notice.html                          |    3 +-
 .../build.properties                               |    4 +-
 .../epl-v10.html                                   |  328 ---
 .../feature.properties                             |  131 --
 xlc/org.eclipse.cdt.xlc.source.feature/feature.xml |    6 +-
 .../license.html                                   |  108 -
 xlc/org.eclipse.cdt.xlc.source.feature/pom.xml     |    4 +-
 2540 files changed, 59171 insertions(+), 44749 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-cdt.git



More information about the pkg-java-commits mailing list