]> Cypherpunks.ru repositories - gostls13.git/commitdiff
misc/ios: pass through SIGCONT in the exec wrapper
authorElias Naur <elias.naur@gmail.com>
Thu, 24 Mar 2016 09:40:34 +0000 (10:40 +0100)
committerElias Naur <elias.naur@gmail.com>
Thu, 24 Mar 2016 14:12:45 +0000 (14:12 +0000)
Instruct lldb to pass through SIGCONT unhindered when running iOS
tests. Fixes the TestSIGCONT test in os/signal.

For #14318

Change-Id: I669264208cc3d6ecae9fbc8790e0b753a93a5e04
Reviewed-on: https://go-review.googlesource.com/21071
Reviewed-by: David Crawshaw <crawshaw@golang.org>
misc/ios/go_darwin_arm_exec.go

index 828efe91c11f77fa9f4f867c913794a4d2446ad3..0392b9c200c1a78a1e6ccfe56eb687d26176f7eb 100644 (file)
@@ -196,6 +196,7 @@ func run(bin string, args []string) (err error) {
        s.do(`process handle SIGHUP  --stop false --pass true --notify false`)
        s.do(`process handle SIGPIPE --stop false --pass true --notify false`)
        s.do(`process handle SIGUSR1 --stop false --pass true --notify false`)
+       s.do(`process handle SIGCONT --stop false --pass true --notify false`)
        s.do(`process handle SIGSEGV --stop false --pass true --notify false`) // does not work
        s.do(`process handle SIGBUS  --stop false --pass true --notify false`) // does not work