strace/xlat/ptrace_events.in
Dmitry V. Levin d8b3404555 Enhance wait status decoding
* xlat/ptrace_events.in: New file.
* wait.c: Include "xlat/ptrace_events.h".
(printstatus): In case of WIFSTOPPED, print 0x80 flag separately from
the stop signal name.
[WIFCONTINUED]: Add WIFCONTINUED support.
Decode PTRACE_EVENT_* events.
2015-02-12 23:24:46 +00:00

9 lines
155 B
Plaintext

PTRACE_EVENT_FORK
PTRACE_EVENT_VFORK
PTRACE_EVENT_CLONE
PTRACE_EVENT_EXEC
PTRACE_EVENT_VFORK_DONE
PTRACE_EVENT_EXIT
PTRACE_EVENT_SECCOMP
PTRACE_EVENT_STOP