]> Cypherpunks repositories - gostls13.git/commit
misc/ios: retry lldb launch if the iOS app is busy
authorElias Naur <elias.naur@gmail.com>
Thu, 3 May 2018 09:43:25 +0000 (11:43 +0200)
committerElias Naur <elias.naur@gmail.com>
Thu, 3 May 2018 15:23:13 +0000 (15:23 +0000)
commit4704149e04b89a2c3f3d361facdab55b659fb527
tree1210b7b78d758ae55a43d493b8c4b1b5e663e547
parent64f715beb6551f91c271a47b6c2c62dedf27fadf
misc/ios: retry lldb launch if the iOS app is busy

Sometimes, a newly installed the test app is not ready to launch
or the reported app path is stale. Pause and retry the launch if
the lldb script did not run the program.

Change-Id: Ic7745d4b5a02f2e3cb8134341859039812f65a65
Reviewed-on: https://go-review.googlesource.com/111216
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/ios/go_darwin_arm_exec.go