Overhaul of RCOMP/GCCE error parsing to fix 8901:
-RCOMP error parser will defer C preprocessor errors to GCCECompiler error parser.
-GCCE error parser is splited into compiler/assembler/linker, calling their counterpart in CDT respectively before handling special cases.
-Updated error messages RCOMP error parser according to latest copy of RCOMP source.
-WINSCW build configuration is using CDT GCC error parser instead of GCCE(for RCOMP C preprocessor error)
Updated test case for error parsing
-Added Bugzilla regression for GCC and make error parser
-Converted test case from hardcoded SDK_ID to picking up the first SDK from device.xml with the build config specified by the test.
-Fixed bug in test harness for input file ends on the last line so it was processed in the same run.
-Fixed bug in test harness for not clearing problem view before each run(for visual cross check).
-Rewritten test harness to use JDOM XML handling(from JAXP), to solve deployment issue in newer JRE.
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<toc label="Tasks" link_to="html/tocCDB.xml#cdbTasks" >
<topic label="Call Stack" href="html/DebuggingInformation/CrashDebuggerCallStack.guide.html" >
<topic label="General Points" href="html/DebuggingInformation/CrashDebuggerCallStack.guide02.html"/>
<topic label="Finding the Stack" href="html/DebuggingInformation/CrashDebuggerCallStack.guide03.html"/>
<topic label="Tracing through the Stack Heuristically" href="html/DebuggingInformation/CrashDebuggerCallStack.guide04.html"/>
<topic label="Walking through the Call Stack" href="html/DebuggingInformation/CrashDebuggerCallStack.guide05.html"/>
</topic>
<topic label="Examining Kernel Items" >
<topic label="Kernel Objects" href="html/DebuggingInformation/CrashDebuggerObjectsContainers.guide.html"/>
<topic label="Kernel Containers" href="html/DebuggingInformation/CrashDebuggerObjectsContainers.guide02.html"/>
</topic>
<topic label="Extracting Kernel Information" href="html/DebuggingInformation/CrashDebuggerInfoAboutKernel.guide.html" >
<topic label="Scheduler State" href="html/DebuggingInformation/CrashDebuggerInfoAboutKernel.guide02.html"/>
<topic label="Current Thread State" href="html/DebuggingInformation/CrashDebuggerInfoAboutKernel.guide03.html"/>
<topic label="Current Process State" href="html/DebuggingInformation/CrashDebuggerInfoAboutKernel.guide04.html"/>
<topic label="Current Data Section Process" href="html/DebuggingInformation/CrashDebuggerInfoAboutKernel.guide05.html"/>
</topic>
<topic label="Finding Fault Types" href="html/DebuggingInformation/CrashDebuggerFindingFault.guide.html" >
<topic label="Unhandled Exceptions" href="html/DebuggingInformation/CrashDebuggerFindingFault.guide02.html"/>
<topic label="Panics" href="html/DebuggingInformation/CrashDebuggerFindingFault.guide03.html"/>
</topic>
<topic label="Memory" >
<topic label="Examining Memory" href="html/DebuggingInformation/CrashDebuggerExaminingMemory.guide.html"/>
<topic label="Dumping the Contents of Classes" href="html/DebuggingInformation/CrashDebuggerExaminingMemory.guide02.html"/>
</topic>
<topic label="Setting Up the Debug Monitor" href="html/DebuggingInformation/CrashDebugger_Setup.html"/>
<topic label="Using the MAKSYM Tool" href="html/DebuggingInformation/CrashDebuggerUsingMAKSYM-Ref.guide.html"/>
</toc>