Searched refs:PTRACE_EVENT_STOP (Results 1 – 5 of 5) sorted by relevance
53 #ifdef PTRACE_EVENT_STOP55 # if PTRACE_EVENT_STOP == 756 # undef PTRACE_EVENT_STOP59 #ifndef PTRACE_EVENT_STOP60 # define PTRACE_EVENT_STOP 128 macro
868 if (event == PTRACE_EVENT_STOP /*&& sig == SIGTRAP*/) { in detach()1861 else if (event == PTRACE_EVENT_STOP) in print_debug_info()2181 if (event == PTRACE_EVENT_STOP) { in trace()
25 #if defined(PTRACE_EVENT_STOP) || (defined(HAVE_DECL_PTRACE_EVENT_STOP) && HAVE_DECL_PTRACE_EVENT_S…26 XLAT(PTRACE_EVENT_STOP),
8 PTRACE_EVENT_STOP
79 #define PTRACE_EVENT_STOP 128 macro