update
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 Mar 2007 00:55:40 +0000 (00:55 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Fri, 30 Mar 2007 00:55:40 +0000 (00:55 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2462 04897980-b3bd-0310-b5e0-8ef037075253

ltt-control/facilities/stack.xml

index 4ffc469ffea26694175541479b695e9f6c8fa7a2..6e3c3e546ad8b2bfcc13ac2bb85b039e2edfbfc3 100644 (file)
@@ -5,31 +5,31 @@
   <event name="process_dump_32">
     <description>Dump process EIPs on the user stackfor a 32 bits process</description>
     <field name="eip"> <description>Sequence of EIP</description>
-                       <sequence write="custom">
-                               <uint/>
-                               <uint_fixed size="4"/>
-                       </sequence>
-               </field>
+      <sequence write="custom">
+        <uint/>
+        <uint_fixed size="4"/>
+      </sequence>
+    </field>
   </event>
 
   <event name="process_dump_64">
     <description>Dump process EIPs on the user stack for a 64 bits process</description>
     <field name="eip"> <description>Sequence of EIP</description>
-                       <sequence write="custom">
-                               <uint/>
-                               <uint_fixed size="8"/>
-                       </sequence>
-               </field>
+      <sequence write="custom">
+        <uint/>
+        <uint_fixed size="8"/>
+      </sequence>
+    </field>
   </event>
 
   <event name="kernel_dump">
     <description>Dump EIPs on the kernel stack</description>
     <field name="eip"> <description>Sequence of EIP</description>
-                       <sequence write="custom">
-                               <uint/>
-                               <ulong/>
-                       </sequence>
-               </field>
+      <sequence write="custom">
+        <uint/>
+        <ulong/>
+      </sequence>
+    </field>
   </event>
 
 </facility>
This page took 0.027566 seconds and 4 git commands to generate.