]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: no-op getwd call as test breakpoint
authorDavid Crawshaw <crawshaw@golang.org>
Sat, 28 Feb 2015 22:06:06 +0000 (17:06 -0500)
committerDavid Crawshaw <crawshaw@golang.org>
Sat, 28 Feb 2015 22:44:10 +0000 (22:44 +0000)
commit2dbee8919c5c0e19e26e9d80d9135c367d2bf4cf
treed662220c27c667877bd447a978d17e58de6d3019
parentc20323d2bb44146c49f71f583a1f4a089360d062
runtime/cgo: no-op getwd call as test breakpoint

This is to be used by an lldb script inside go_darwin_arm_exec to pause
the execution of tests on iOS so the working directory can be adjusted
into something resembling a GOROOT.

Change-Id: I69ea2d4d871800ae56634b23ffa48583559ddbc6
Reviewed-on: https://go-review.googlesource.com/6363
Reviewed-by: Minux Ma <minux@golang.org>
src/runtime/cgo/gcc_darwin_arm.c