diff -r bf9a2104bee6 -r 5d016a880824 debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerObjectsContainers.guide02.html --- a/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerObjectsContainers.guide02.html Thu Feb 18 14:39:30 2010 -0600 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerObjectsContainers.guide02.html Thu Feb 18 15:11:20 2010 -0600 @@ -1,30 +1,30 @@ - - - Examining kernel objects and containers in Debugging information - - - -
- -

Kernel Containers

-
-
-

Internally, the kernel maintains lists of all current objects, -organized by type. Each list is a container, a DObjectCon object, -with one for each object type.

-

The c -command will walk through all objects in a given list. The type of object is -identified by appending a number after the command. For example, -DProcess objects are identified by the number 1, so to walk -through all current DProcess objects type:

-

> c1

-

The command effectively executes a -q command on each -object in the "processes" container.

- -
- - - + + + Examining kernel objects and containers in Debugging information + + + +
+ +

Kernel Containers

+
+
+

Internally, the kernel maintains lists of all current objects, +organized by type. Each list is a container, a DObjectCon object, +with one for each object type.

+

The c +command will walk through all objects in a given list. The type of object is +identified by appending a number after the command. For example, +DProcess objects are identified by the number 1, so to walk +through all current DProcess objects type:

+

> c1

+

The command effectively executes a +q command on each +object in the "processes" container.

+ +
+ + + \ No newline at end of file