am 6c83305c: Merge "Rethrow SIGTRAP too."

* commit '6c83305c9a0c43eff407f3b4a2ff10ad0be26f01':
  Rethrow SIGTRAP too.
diff --git a/linker/debugger.cpp b/linker/debugger.cpp
index 75929ac..9ebb09b 100644
--- a/linker/debugger.cpp
+++ b/linker/debugger.cpp
@@ -269,6 +269,7 @@
 #if defined(SIGSTKFLT)
     case SIGSTKFLT:
 #endif
+    case SIGTRAP:
       tgkill(getpid(), gettid(), signal_number);
       break;
     default:    // SIGILL, SIGBUS, SIGSEGV