debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/index.html
author tzelaw
Tue, 14 Apr 2009 15:03:19 -0500
changeset 94 d74b720418db
parent 2 d760517a8095
child 990 5d016a880824
child 1024 48b401835d0a
permissions -rw-r--r--
Test framework support: Ask debugger to remember DebugTarget so test framework can use it to setup test framework related utility. With this we can use the DebugUI way of launching while keeping test framework functionality
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
cawthron
parents:
diff changeset
     2
	"http://www.w3.org/TR/html4/loose.dtd">
cawthron
parents:
diff changeset
     3
	<html><head>
cawthron
parents:
diff changeset
     4
	<title>Debugging information in Device Driver Guide</title>
cawthron
parents:
diff changeset
     5
	<link href="sysdoc-eclipse.css" type="text/css" rel="stylesheet" media="screen">
cawthron
parents:
diff changeset
     6
	<link href="sysdoc-eclipse.css" type="text/css" rel="stylesheet" media="print">
cawthron
parents:
diff changeset
     7
	<link href="../../book.css" type="text/css" rel="stylesheet" >
cawthron
parents:
diff changeset
     8
<div class="Head1">
cawthron
parents:
diff changeset
     9
cawthron
parents:
diff changeset
    10
<h2>Debugging Information</h2>
cawthron
parents:
diff changeset
    11
<p>The following topics describe the capabilites of the Crash Debugger: </p>
cawthron
parents:
diff changeset
    12
</div>
cawthron
parents:
diff changeset
    13
<ul>
cawthron
parents:
diff changeset
    14
<li><a href="CrashDebuggerUsingCommandSyntax.guide.html">The debug monitor and command syntax</a></li>
cawthron
parents:
diff changeset
    15
<li><a href="CrashDebuggerFindingFault.guide.html">Finding the type of fault</a></li>
cawthron
parents:
diff changeset
    16
<li><a href="CrashDebuggerInfoAboutKernel.guide.html">Extracting information about the kernel</a></li>
cawthron
parents:
diff changeset
    17
<li><a href="CrashDebuggerExaminingMemory.guide.html">Examining memory</a></li>
cawthron
parents:
diff changeset
    18
<li><a href="CrashDebuggerObjectsContainers.guide.html">Examining kernel objects and containers</a></li>
cawthron
parents:
diff changeset
    19
<li><a href="CrashDebuggerFindingFault.guide.html">Examining the call stack</a></li>
cawthron
parents:
diff changeset
    20
<li><a href="CrashDebuggerUsingMAKSYM-Ref.guide.html">Using the MAKSYM tool</a></li>
cawthron
parents:
diff changeset
    21
<li><a href="CrashDebuggerMemoryMap.guide.html">Symbian OS memory map</a></li>
cawthron
parents:
diff changeset
    22
<li><a href="CrashDebuggerThreadProcessMemoryStackUseful.guide.html">Process, thread, stack and memory useful information</a></li>
cawthron
parents:
diff changeset
    23
<li><a href="CrashDebuggerARMexceptionsProcessorModes.guide.html">ARM Exception types, fault status register values, processor modes</a></li>
cawthron
parents:
diff changeset
    24
</ul>
cawthron
parents:
diff changeset
    25
cawthron
parents:
diff changeset
    26
<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
    27
</body>
cawthron
parents:
diff changeset
    28
</html>
cawthron
parents:
diff changeset
    29