aboutsummaryrefslogtreecommitdiff
path: root/ltrace.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2011-09-27 02:27:58 +0200
committerPetr Machata <pmachata@redhat.com>2011-10-06 14:30:37 +0200
commitcbe29c6c0ad01839a81272c4715ea73d17e89611 (patch)
treea4e6b7c254b142ff11aa000468e2a2398e5c7c76 /ltrace.h
parent02bd9eca0b439b6950ab72ba64b67181e5bf0fbd (diff)
downloadltrace-cbe29c6c0ad01839a81272c4715ea73d17e89611.tar.gz
Basic support for tracing vfork
- allow even individual tasks to have their event handlers. These are called in precedence to the thread group event handlers. - distinguish CLONE and VFORK events - add methods for dynamic changes of leader - add new process status ps_sleeping
Diffstat (limited to 'ltrace.h')
-rw-r--r--ltrace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ltrace.h b/ltrace.h
index 0ff4572..194704d 100644
--- a/ltrace.h
+++ b/ltrace.h
@@ -9,6 +9,7 @@ enum Event_type {
EVENT_ARCH_SYSCALL,
EVENT_ARCH_SYSRET,
EVENT_CLONE,
+ EVENT_VFORK,
EVENT_EXEC,
EVENT_BREAKPOINT,
EVENT_LIBCALL,