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="References" link_to="html/tocCDB.xml#cdbReferences" >
<topic label="Overview" href="html/DebuggingInformation/index.html" />
<topic label="ARM Information" >
<topic label="ARM Exception Types"
href="html/DebuggingInformation/CrashDebuggerARMexceptionsProcessorModes.guide.html" />
<topic label="ARM Fault Status Register Values"
href="html/DebuggingInformation/CrashDebuggerARMexceptionsProcessorModes.guide02.html" />
<topic label="ARM Processor Modes"
href="html/DebuggingInformation/CrashDebuggerARMexceptionsProcessorModes.guide03.html" />
</topic>
<topic label="Crash Debugger Commands" href="html/DebuggingInformation/CrashDebugger_cmd.guide.html" >
<topic label="C - Display contents of Object Container" href="html/DebuggingInformation/CrashDebugger_cmd_CC.guide.html" />
<topic label="c - Display contents of Object Container" href="html/DebuggingInformation/CrashDebugger_cmd_c.guide.html" />
<topic label="f - Display Kernel Fault Information" href="html/DebuggingInformation/CrashDebugger_cmd_f.guide.html" />
<topic label="i - Display Information for the Current Process and Thread" href="html/DebuggingInformation/CrashDebugger_cmd_i.guide.html" />
<topic label="m - Do a Memory Dump" href="html/DebuggingInformation/CrashDebugger_cmd_m.guide.html" />
<topic label="o - Display Brief DObject Information" href="html/DebuggingInformation/CrashDebugger_cmd_o.guide.html" />
<topic label="r - Dump Register Contents" href="html/DebuggingInformation/CrashDebugger_cmd_r.guide.html" />
<topic label="q - Display Full DObject Information" href="html/DebuggingInformation/CrashDebugger_cmd_q.guide.html" />
<topic label="X - Leave Debugger, Return to Bootloader" href="html/DebuggingInformation/CrashDebugger_cmd_XX.guide.html" />
<topic label="x - Leave Debugger, Cold Restart ROM Image" href="html/DebuggingInformation/CrashDebugger_cmd_x.guide.html" />
<topic label="z - Do a Memory Dump, Skipping over Unmapped Memory" href="html/DebuggingInformation/CrashDebugger_cmd_z.guide.html" />
</topic>
<topic label="Crash Debugger Views" >
<topic label="Crash Debugger Console View" href="html/view.html"/>
<topic label="Memory Dump Options" href="html/memory.html" />
<topic label="Object Address" href="html/address.html" />
</topic>
<topic label="Crash Debugger Launch Configuration" href="html/crash_launch_config.html" />
</toc>