Home
last modified time | relevance | path

Searched refs:signo (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/debuggerd/
H A Dcrash_dump.cpp514 if (!ptrace_interrupt(thread, &info.signo)) { in main()
543 info.signo = info.siginfo->si_signo; in main()
586 int resume_signal = thread.signo == BIONIC_SIGNAL_DEBUGGER ? 0 : thread.signo; in main()
623 int signo = siginfo.si_signo; in main() local
624 bool fatal_signal = signo != BIONIC_SIGNAL_DEBUGGER; in main()
671 activity_manager_notify(target_process, signo, amfd_data, recoverable_gwp_asan_crash); in main()
H A Ddebuggerd_test.cpp198 void AssertDeath(int signo);
281 void CrasherTest::AssertDeath(int signo) { in AssertDeath() argument
291 if (signo == 0) { in AssertDeath()
293 ASSERT_EQ(0, WEXITSTATUS(signo)); in AssertDeath()
297 ASSERT_EQ(signo, WTERMSIG(status)); in AssertDeath()
/aosp14/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
H A Dtypes.h40 int signo = 0; member
/aosp14/system/core/debuggerd/libdebuggerd/
H A Dtombstone_proto.cpp659 sig.set_number(main_thread.signo); in engrave_tombstone_proto()