debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebugger_cmd_z.guide.html
author timkelly
Thu, 10 Dec 2009 13:45:47 -0600
branchRCL_2_4
changeset 671 80524b72f957
parent 0 fb279309251b
child 990 5d016a880824
child 1024 48b401835d0a
permissions -rw-r--r--
Add S60 5.2 support.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
	"http://www.w3.org/TR/html4/loose.dtd">
	<html><head>
	<title>z - Do a Memory Dump, Skipping over Unmapped Memory</title>
	<link href="sysdoc-eclipse.css" type="text/css" rel="stylesheet" media="screen">
	<link href="sysdoc-eclipse.css" type="text/css" rel="stylesheet" media="print">
	<link href="../../book.css" type="text/css" rel="stylesheet" >
<div class="Head2">
  <h2>z - Do a Memory Dump, Skipping over
Unmapped Memory</h2>
</div><div>
<p>This command dumps memory in both hexadecimal and ASCII format, but
excludes any unmapped memory space. If an illegal memory access occurs, it does
not stop, but skips to the next page instead. This is useful to inspect the
content of discontiguous chunks.</p>
<p>The syntax and the display format is the same as for the
<a href="CrashDebugger_cmd_m.guide.html" title="The debug monitor and command syntax / m - do a memory dump">m</a> command.</p>
</div>
<h5>Related concepts</h5>
<ul>
  <li><a href="CrashDebuggerUsingCommandSyntax.guide.html">Debug Monitor</a></li>
</ul>
<h5>Related references</h5>
<ul><li><a href="CrashDebugger_cmd.guide.html">Crash Debugger Commands</a></li>
</ul>

<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>
	   </body>
	   </html>