Searched refs:PTRACE_EVENT_STOP (Results 1 – 5 of 5) sorted by relevance
88 #ifdef PTRACE_EVENT_STOP90 # if PTRACE_EVENT_STOP == 791 # undef PTRACE_EVENT_STOP94 #ifndef PTRACE_EVENT_STOP95 # define PTRACE_EVENT_STOP 128 macro
890 if (event == PTRACE_EVENT_STOP /*&& sig == SIGTRAP*/) { in detach()1877 else if (event == PTRACE_EVENT_STOP) in print_debug_info()2196 if (event == PTRACE_EVENT_STOP) { in trace()
32 #if defined(PTRACE_EVENT_STOP) || (defined(HAVE_DECL_PTRACE_EVENT_STOP) && HAVE_DECL_PTRACE_EVENT_S…33 XLAT(PTRACE_EVENT_STOP),
8 PTRACE_EVENT_STOP
81 #define PTRACE_EVENT_STOP 128 macro