From 5978addc95d632a16659e853f5416e2a9361b99c Mon Sep 17 00:00:00 2001 From: compudj Date: Tue, 29 Aug 2006 20:15:06 +0000 Subject: [PATCH] update/ git-svn-id: http://ltt.polymtl.ca/svn@2069 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt-control/facilities/stack.xml | 35 ++++++++++++++++++++++ ltt-control/facilities/stack_arch_i386.xml | 25 ---------------- 2 files changed, 35 insertions(+), 25 deletions(-) create mode 100644 ltt-control/facilities/stack.xml delete mode 100644 ltt-control/facilities/stack_arch_i386.xml diff --git a/ltt-control/facilities/stack.xml b/ltt-control/facilities/stack.xml new file mode 100644 index 0000000..4ffc469 --- /dev/null +++ b/ltt-control/facilities/stack.xml @@ -0,0 +1,35 @@ + + + The stack facility has events related to getting process stack. + + + Dump process EIPs on the user stackfor a 32 bits process + Sequence of EIP + + + + + + + + + Dump process EIPs on the user stack for a 64 bits process + Sequence of EIP + + + + + + + + + Dump EIPs on the kernel stack + Sequence of EIP + + + + + + + + diff --git a/ltt-control/facilities/stack_arch_i386.xml b/ltt-control/facilities/stack_arch_i386.xml deleted file mode 100644 index 4869c6b..0000000 --- a/ltt-control/facilities/stack_arch_i386.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - The stack facility has events related to getting process stack. - - - Process EIP on the user stack - Sequence of EIP - - - - - - - - - EIP on the kernel stack - Sequence of EIP - - - - - - - - -- 2.34.1