update/
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 29 Aug 2006 20:15:06 +0000 (20:15 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 29 Aug 2006 20:15:06 +0000 (20:15 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2069 04897980-b3bd-0310-b5e0-8ef037075253

ltt-control/facilities/stack.xml [new file with mode: 0644]
ltt-control/facilities/stack_arch_i386.xml [deleted file]

diff --git a/ltt-control/facilities/stack.xml b/ltt-control/facilities/stack.xml
new file mode 100644 (file)
index 0000000..4ffc469
--- /dev/null
@@ -0,0 +1,35 @@
+<?xml version="1.0"?>
+<facility name="stack">
+  <description>The stack facility has events related to getting process stack.</description>
+
+  <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>
+  </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>
+  </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>
+  </event>
+
+</facility>
diff --git a/ltt-control/facilities/stack_arch_i386.xml b/ltt-control/facilities/stack_arch_i386.xml
deleted file mode 100644 (file)
index 4869c6b..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<facility name="stack_arch" arch="i386">
-  <description>The stack facility has events related to getting process stack.</description>
-
-  <event name="process_dump">
-    <description>Process EIP on the user stack</description>
-    <field name="eip"> <description>Sequence of EIP</description>
-                       <sequence write="custom">
-                               <uint/>
-                               <ulong/>
-                       </sequence>
-               </field>
-  </event>
-
-  <event name="kernel_dump">
-    <description>EIP on the kernel stack</description>
-    <field name="eip"> <description>Sequence of EIP</description>
-                       <sequence write="custom">
-                               <uint/>
-                               <ulong/>
-                       </sequence>
-               </field>
-  </event>
-
-</facility>
This page took 0.024261 seconds and 4 git commands to generate.