commit | ad064403363cf1cafc497ef8a086184318d5e6cf | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat May 17 00:40:39 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Sat May 17 00:40:39 2014 +0000 |
tree | 737e09ec908a41f218f4431b33f5e3653b2c6eb8 | |
parent | 91a7e878f22776c8b15fb1aceb4823718611fe12 [diff] | |
parent | 6e37ebfe5cb037bba00967d4b3e891c122ec4904 [diff] |
am 6e37ebfe: am 6c83305c: Merge "Rethrow SIGTRAP too." * commit '6e37ebfe5cb037bba00967d4b3e891c122ec4904': 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