diff -r 000000000000 -r fb279309251b debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerObjectsContainers.guide02.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debuggercdi/com.nokia.carbide.cpp.debug.crashdebugger/html/DebuggingInformation/CrashDebuggerObjectsContainers.guide02.html Fri Apr 03 23:33:03 2009 +0100 @@ -0,0 +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.

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