debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerUsingCommandSyntax.guide.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>Debug Monitor</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>Debug Monitor</h2>
cawthron
parents:
diff changeset
    11
</div><div>
cawthron
parents:
diff changeset
    12
<p>The debug monitor is entered when the kernel crashes, if a system
cawthron
parents:
diff changeset
    13
process panics, or an unhandled processor exception occurs. Under normal
cawthron
parents:
diff changeset
    14
circumstances this ought not to happen, but when the kernel faults, the device
cawthron
parents:
diff changeset
    15
enters the kernel debug monitor. The Debug Monitor appears  in Carbide as a view within the Crash Debugger perspective. Use the <b>Crash Debugger Console</b> view to enter commands and interact with the Debug Monitor on the device. </p>
cawthron
parents:
diff changeset
    16
<p>Notes:</p>
cawthron
parents:
diff changeset
    17
<ul>
cawthron
parents:
diff changeset
    18
<li>
cawthron
parents:
diff changeset
    19
<p>the EKA2 debug monitor is very similar to the EKA1 version,
cawthron
parents:
diff changeset
    20
although the details displayed may be different.</p>
cawthron
parents:
diff changeset
    21
</li>
cawthron
parents:
diff changeset
    22
<li>
cawthron
parents:
diff changeset
    23
<p>you will occasionally find references to the <em>crash
cawthron
parents:
diff changeset
    24
debugger</em>; this is the same as the debug monitor</p>
cawthron
parents:
diff changeset
    25
</li>
cawthron
parents:
diff changeset
    26
</ul>
cawthron
parents:
diff changeset
    27
cawthron
parents:
diff changeset
    28
</div>
cawthron
parents:
diff changeset
    29
<h5>Related tasks</h5>
cawthron
parents:
diff changeset
    30
<ul>
cawthron
parents:
diff changeset
    31
  <li><a href="CrashDebugger_Setup.html">Setting Up the Debug Monitor </a></li>
cawthron
parents:
diff changeset
    32
</ul>
cawthron
parents:
diff changeset
    33
<h5>Related references </h5>
cawthron
parents:
diff changeset
    34
<ul>
cawthron
parents:
diff changeset
    35
  <li><a href="CrashDebugger_cmd.guide.html">Crash Debugger Commands</a></li>
cawthron
parents:
diff changeset
    36
</ul>
cawthron
parents:
diff changeset
    37
<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
    38
	   </body>
cawthron
parents:
diff changeset
    39
	   </html>
cawthron
parents:
diff changeset
    40