Merge "Rethrow SIGTRAP too."

This commit is contained in:
Elliott Hughes 2014-05-17 00:35:32 +00:00 committed by Gerrit Code Review
commit 6c83305c9a

View file

@ -269,6 +269,7 @@ static void debuggerd_signal_handler(int signal_number, siginfo_t* info, void*)
#if defined(SIGSTKFLT)
case SIGSTKFLT:
#endif
case SIGTRAP:
tgkill(getpid(), gettid(), signal_number);
break;
default: // SIGILL, SIGBUS, SIGSEGV