]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.5] misc/ios: keep whole buffer in go_darwin_arm_exec
authorDavid Crawshaw <crawshaw@golang.org>
Wed, 4 Nov 2015 16:21:55 +0000 (11:21 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 23 Nov 2015 15:16:54 +0000 (15:16 +0000)
commit3facf7ecebdf10fbd48a87aabd688082c567b78c
tree4f7e7bda43ebbb8f68a2072f17dce0b57216ee24
parentbebbc624029d13a7c81957d971a2dce9d3bad1fb
[release-branch.go1.5] misc/ios: keep whole buffer in go_darwin_arm_exec

The existing go_darwin_arm_exec.go script does not work with Xcode 7,
not due to any significant changes, but just ordering and timing of
statements from lldb. Unfortunately the current design of
go_darwin_arm_exec.go makes it not obvious what gets stuck where, so
this moves from a moving buffer window to a complete buffer of the
lldb output.

The result is easier code to follow, and it works with Xcode 7.

Updates #12660.

Change-Id: I3b8b890b0bf4474119482e95d84e821a86d1eaed
Reviewed-on: https://go-review.googlesource.com/16634
Reviewed-by: Michael Matloob <matloob@golang.org>
Reviewed-on: https://go-review.googlesource.com/17146
misc/ios/go_darwin_arm_exec.go