commit | 61e7aad9fa1a6a5bd5a586e6276767caf12b53f2 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Thu Mar 15 13:44:17 2012 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Mar 15 13:44:17 2012 +0100 |
tree | 9c9a6f31fc2ca229969f4f6dc66f6f6de951b76a | |
parent | 3e084ac349c3b177a75916254a4a5a02f29969e2 [diff] |
Experimental support for "detach on execve" feature * strace.c: Define new detach_on_execve, skip_startup_execve bool variables. (init): Set detach_on_execve on -b, set skip_startup_execve if "strace PROG" form is used. (trace): Detach from process if -b and we see PTRACE_EVENT_EXEC event. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>