Home
last modified time | relevance | path

Searched refs:PTRACE_O_TRACECLONE (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dlinux-nat.c62 #define PTRACE_O_TRACECLONE 0x00000008 macro
249 | PTRACE_O_TRACECLONE; in linux_enable_event_reporting()
DChangeLog8502 PTRACE_O_TRACECLONE.
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.cpp405 ptrace_opts |= PTRACE_O_TRACECLONE; in SetDefaultPtraceOpts()