Searched refs:PTRACE_EVENT_CLONE (Results 1 – 10 of 10) sorted by relevance
80 #ifndef PTRACE_EVENT_CLONE81 # define PTRACE_EVENT_CLONE 3 macro115 # define PTRACE_O_TRACECLONE (1 << PTRACE_EVENT_CLONE)
2014 [PTRACE_EVENT_CLONE] = "CLONE", in print_debug_info()
257 PTRACE_EVENT_CLONE - stop before return from clone
23 #if defined(PTRACE_EVENT_CLONE) || (defined(HAVE_DECL_PTRACE_EVENT_CLONE) && HAVE_DECL_PTRACE_EVENT…24 XLAT(PTRACE_EVENT_CLONE),
3 PTRACE_EVENT_CLONE
118 #define PTRACE_EVENT_CLONE 3 macro130 #define PTRACE_O_TRACECLONE (1 << PTRACE_EVENT_CLONE)
132 PTRACE_EVENT_CLONE,
1112 pub const PTRACE_EVENT_CLONE: ::c_int = 3; constant
573 case (SIGTRAP | (PTRACE_EVENT_CLONE << 8)): { in MonitorSIGTRAP()
1949 pub const PTRACE_EVENT_CLONE: ::c_int = 3; constant