debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/address.html
author tzelaw
Fri, 24 Apr 2009 14:48:12 -0500
changeset 125 b878114e8cc2
parent 2 d760517a8095
child 990 5d016a880824
child 1024 48b401835d0a
permissions -rw-r--r--
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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
cawthron
parents:
diff changeset
     2
<html>
cawthron
parents:
diff changeset
     3
<head>
cawthron
parents:
diff changeset
     4
  <link href="../book.css" rel="stylesheet" type="text/css"></link>
cawthron
parents:
diff changeset
     5
<title>Object Address</title>
cawthron
parents:
diff changeset
     6
</head>
cawthron
parents:
diff changeset
     7
<body bgcolor="#FFFFFF">
cawthron
parents:
diff changeset
     8
<h2>Object Address</h2>
cawthron
parents:
diff changeset
     9
<p>Use the <b>Object Address</b> window to specify the object's starting address to display <a href="DebuggingInformation/CrashDebugger_cmd_o.guide.html">brief</a> or <a href="DebuggingInformation/CrashDebugger_cmd_q.guide.html">full</a> object information in the <b>Crash Debugger Console</b> view.</p>
cawthron
parents:
diff changeset
    10
<p align="center"><img src="DebuggingInformation/wnd_object_address.png" width="402" height="144" /></p>
cawthron
parents:
diff changeset
    11
<p class="figure">Figure 1 - Object Address window </p>
cawthron
parents:
diff changeset
    12
<div class="step">
cawthron
parents:
diff changeset
    13
  <h4 align="left">Displaying Object Information</h4>
cawthron
parents:
diff changeset
    14
  <ol>
cawthron
parents:
diff changeset
    15
    <li>Enter an object information command or right-click in the Crash Debugger Console view and select an object information command</li>
cawthron
parents:
diff changeset
    16
    <p>The <b>Object Address </b> window appears.</p>
cawthron
parents:
diff changeset
    17
    <li>Enter the starting address in hexadecimal into the Address text box </li>
cawthron
parents:
diff changeset
    18
    <li>Click OK <br />
cawthron
parents:
diff changeset
    19
    <p>The <b>Object Address</b> window closes and the specified object information appears in the <b>Crash Debugger Console</b> view.</p></li>
cawthron
parents:
diff changeset
    20
  </ol>
cawthron
parents:
diff changeset
    21
</div>
cawthron
parents:
diff changeset
    22
<h5>Related concepts</h5>
cawthron
parents:
diff changeset
    23
<ul>
cawthron
parents:
diff changeset
    24
  <li><a href="DebuggingInformation/CrashDebuggerUsingCommandSyntax.guide.html">Debug Monitor</a></li>
cawthron
parents:
diff changeset
    25
  <li><a href="DebuggingInformation/index.html">Symbian OS Debugging Information</a></li>
cawthron
parents:
diff changeset
    26
</ul>
cawthron
parents:
diff changeset
    27
<h5>Related references</h5>
cawthron
parents:
diff changeset
    28
<ul>
cawthron
parents:
diff changeset
    29
  <li><a href="DebuggingInformation/CrashDebugger_cmd.guide.html">Crash Debugger Commands</a></li>
cawthron
parents:
diff changeset
    30
  <li><a href="DebuggingInformation/CrashDebugger_cmd_o.guide.html"> Display Brief DObject Information</a></li>
cawthron
parents:
diff changeset
    31
  <li><a href="DebuggingInformation/CrashDebugger_cmd_q.guide.html">Display Full DObject Information </a></li>
cawthron
parents:
diff changeset
    32
</ul>
cawthron
parents:
diff changeset
    33
<div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br />License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
cawthron
parents:
diff changeset
    34
</body>
cawthron
parents:
diff changeset
    35
</html>