]> Cypherpunks repositories - gostls13.git/commit
misc/ios: adjust exec script for iOS 8.3
authorDavid Crawshaw <crawshaw@golang.org>
Wed, 15 Apr 2015 18:59:46 +0000 (14:59 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Thu, 16 Apr 2015 12:29:13 +0000 (12:29 +0000)
commite6d5233cfeda21001e2bf228f09c464845c4ef33
tree412125c3e008347fc6e2c0a30e4325042054d6b1
parent5cc8561333313c4318d980fea9b5c2dab596b503
misc/ios: adjust exec script for iOS 8.3

We no longer need the EXC_BAD_ACCESS watcher as runtime/cgo contains
a mach exception handler that catches it. And now lldb only
intermittently reports process connection and exiting, so instead
just look for the PASS from Go.

Change-Id: I403266558f5a900e0b87ec1019d9baec88148d23
Reviewed-on: https://go-review.googlesource.com/8957
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
misc/ios/go_darwin_arm_exec.go