Searched refs:DEBUGGER_SIGNAL (Results 1 – 7 of 7) sorted by relevance
/system/core/debuggerd/include/debuggerd/ |
D | handler.h | 40 #define DEBUGGER_SIGNAL (__SIGRTMIN + 3) macro 53 sigaction(DEBUGGER_SIGNAL, action, nullptr); in debuggerd_register_handlers()
|
/system/core/debuggerd/handler/ |
D | debuggerd_handler.cpp | 178 if (info->si_signo == DEBUGGER_SIGNAL) { in log_signal_summary() 310 if (thread_info->siginfo->si_signo == DEBUGGER_SIGNAL && in get_dump_type() 432 if (thread_info->siginfo->si_signo != DEBUGGER_SIGNAL) { in debuggerd_dispatch_pseudothread() 449 if (info->si_signo != DEBUGGER_SIGNAL) { in resend_signal() 488 if (signal_number == DEBUGGER_SIGNAL) { in debuggerd_signal_handler() 579 if (info->si_signo == DEBUGGER_SIGNAL) { in debuggerd_signal_handler()
|
D | debuggerd_fallback.cpp | 275 if (syscall(__NR_rt_tgsigqueueinfo, getpid(), tid, DEBUGGER_SIGNAL, &siginfo) != 0) { in trace_handler() 343 if (info->si_signo == DEBUGGER_SIGNAL && info->si_value.sival_ptr != nullptr) { in debuggerd_fallback_handler()
|
/system/core/debuggerd/ |
D | crash_dump.cpp | 514 if (siginfo.si_signo == DEBUGGER_SIGNAL) { in main() 520 int resume_signal = thread.signo == DEBUGGER_SIGNAL ? 0 : thread.signo; in main() 558 bool fatal_signal = signo != DEBUGGER_SIGNAL; in main()
|
D | debuggerd_test.cpp | 398 raise(DEBUGGER_SIGNAL); in TEST_F() 466 ASSERT_EQ(0, sigqueue(crasher_pid, DEBUGGER_SIGNAL, val)) << strerror(errno); in TEST_F() 732 if (syscall(__NR_rt_tgsigqueueinfo, getpid(), gettid(), DEBUGGER_SIGNAL, &siginfo) != 0) { in raise_debugger_signal() 885 raise(DEBUGGER_SIGNAL); in TEST()
|
/system/core/debuggerd/client/ |
D | debuggerd_client.cpp | 49 const int signal = (dump_type == kDebuggerdJavaBacktrace) ? SIGQUIT : DEBUGGER_SIGNAL; in send_signal()
|
/system/core/debuggerd/libdebuggerd/ |
D | utility.cpp | 294 case DEBUGGER_SIGNAL: return "<debuggerd signal>";
|