]> granicus.if.org Git - strace/commit
strace.c: handle PTRACE_EVENT_EXEC like other events
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 2 Jun 2017 21:49:02 +0000 (21:49 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 2 Jun 2017 21:49:02 +0000 (21:49 +0000)
commit32cff9dc88ed22dba18a65c55e07384b397c8498
tree5a8f82a5aa4f8c52f9798cdd63bc87e97c44c64e
parent4a1a41cb7e24efcb579c46c6722a622b30a98aae
strace.c: handle PTRACE_EVENT_EXEC like other events

There is nothing unusual about PTRACE_EVENT_EXEC that would require
a special treatment.

* strace.c (next_event): Move PTRACE_EVENT_EXEC handling to the main
switch statement.
strace.c