Searched refs:PTRACE_O_TRACECLONE (Results 1 – 14 of 14) sorted by relevance
/external/strace/xlat/ |
D | ptrace_setoptions_flags.h | 26 #if defined(PTRACE_O_TRACECLONE) || (defined(HAVE_DECL_PTRACE_O_TRACECLONE) && HAVE_DECL_PTRACE_O_T… 27 XLAT(PTRACE_O_TRACECLONE),
|
D | ptrace_setoptions_flags.in | 4 PTRACE_O_TRACECLONE
|
/external/strace/ |
D | ptrace.h | 114 #ifndef PTRACE_O_TRACECLONE 115 # define PTRACE_O_TRACECLONE (1 << PTRACE_EVENT_CLONE) macro
|
D | README-linux-ptrace | 359 PTRACE_O_TRACECLONE options. 394 If PTRACE_O_TRACE[V]FORK or PTRACE_O_TRACECLONE options are in effect,
|
D | strace.c | 1824 ptrace_setoptions |= PTRACE_O_TRACECLONE | in init()
|
D | ChangeLog | 39704 and PTRACE_O_TRACESYSGOOD|PTRACE_O_TRACEEXEC|PTRACE_O_TRACECLONE 52059 Test PTRACE_O_TRACECLONE and PTRACE_O_TRACEVFORK along with PTRACE_O_TRACEFORK 52060 * strace.c (test_ptrace_setoptions): Add PTRACE_O_TRACECLONE and 52141 If PTRACE_O_TRACECLONE et al options are supported by kernel, 52162 tracee. Since PTRACE_O_TRACECLONE/*FORK were introduced to kernel 52165 * defs.h [LINUX]: Define PTRACE_O_TRACECLONE et al macros here. 52181 option PTRACE_O_TRACECLONE, we should not set CLONE_PTRACE flag on
|
/external/kernel-headers/original/uapi/linux/ |
D | ptrace.h | 130 #define PTRACE_O_TRACECLONE (1 << PTRACE_EVENT_CLONE) macro
|
/external/strace/tests/ |
D | ptrace.c | 436 pid, 0, PTRACE_O_TRACEFORK|PTRACE_O_TRACECLONE); in main()
|
/external/strace/tests-mx32/ |
D | ptrace.c | 436 pid, 0, PTRACE_O_TRACEFORK|PTRACE_O_TRACECLONE); in main()
|
/external/strace/tests-m32/ |
D | ptrace.c | 436 pid, 0, PTRACE_O_TRACEFORK|PTRACE_O_TRACECLONE); in main()
|
/external/rust/crates/nix/src/sys/ptrace/ |
D | linux.rs | 159 PTRACE_O_TRACECLONE;
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1103 pub const PTRACE_O_TRACECLONE: ::c_int = 0x00000008; constant
|
/external/llvm-project/lldb/source/Plugins/Process/Linux/ |
D | NativeProcessLinux.cpp | 390 ptrace_opts |= PTRACE_O_TRACECLONE; in SetDefaultPtraceOpts()
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1937 pub const PTRACE_O_TRACECLONE: ::c_int = 0x00000008; constant
|