Dmitry V. Levin
d8b3404555
* 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.
9 lines
155 B
Plaintext
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
|