Searched refs:SIGTRAP (Results 1 – 5 of 5) sorted by relevance
28 .int SIGTRAP
30 .int SIGTRAP
29 .equ SIGTRAP, 5 define
340 if (status >> 8 != (SIGTRAP | PTRACE_EVENT_EXEC << 8)) { in ExecuteInContext()