Searched refs:BIONIC_SIGNAL_DEBUGGER (Results 1 – 3 of 3) sorted by relevance
50 #define BIONIC_SIGNAL_DEBUGGER (__SIGRTMIN + 3) macro
54 signal(BIONIC_SIGNAL_DEBUGGER, SIG_DFL); // Disable debuggerd. in SetUp()
166 inline_raise(BIONIC_SIGNAL_DEBUGGER, &abort_message); in fdsan_error()