From 00c855eb3d56a683e7c3c2d08b7be0451f74bb83 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 16 May 2014 17:34:13 -0700 Subject: [PATCH] Rethrow SIGTRAP too. Bug: 15024256 Change-Id: I0347da9698a6ccd317ce6e6f7916d710d66e0f8a --- linker/debugger.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/linker/debugger.cpp b/linker/debugger.cpp index 75929acfb..9ebb09ba6 100644 --- a/linker/debugger.cpp +++ b/linker/debugger.cpp @@ -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