debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerObjectsContainers.guide02.html
equal
deleted
inserted
replaced
|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" |
|
2 "http://www.w3.org/TR/html4/loose.dtd"> |
|
3 <html><head> |
|
4 <title>Examining kernel objects and containers in Debugging information</title> |
|
5 <link href="sysdoc-eclipse.css" type="text/css" rel="stylesheet" media="screen"> |
|
6 <link href="sysdoc-eclipse.css" type="text/css" rel="stylesheet" media="print"> |
|
7 <link href="../../book.css" type="text/css" rel="stylesheet" > |
|
8 <div class="Head1"> |
|
9 |
|
10 <h2>Kernel Containers</h2> |
|
11 </div> |
|
12 <div> |
|
13 <p>Internally, the kernel maintains lists of all current objects, |
|
14 organized by type. Each list is a container, a DObjectCon object, |
|
15 with one for each object type.</p> |
|
16 <p>The <a href="CrashDebugger_cmd_c.guide.html" title="The debug monitor and command syntax / c - display contents of object container">c</a> |
|
17 command will walk through all objects in a given list. The type of object is |
|
18 identified by appending a number after the command. For example, |
|
19 DProcess objects are identified by the number 1, so to walk |
|
20 through all current DProcess objects type:</p> |
|
21 <p class="listing">> c1</p> |
|
22 <p>The command effectively executes a |
|
23 <a href="CrashDebugger_cmd_q.guide.html" title="The debug monitor and command syntax / q - display full DObject information">q</a> command on each |
|
24 object in the "processes" container.</p> |
|
25 |
|
26 </div> |
|
27 <div id="footer">Copyright © 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> |
|
28 </body> |
|
29 </html> |
|
30 |