commit | 0ce57a73c55c0729e003065dd6b656cb6b1cdca0 | [log] [tgz] |
---|---|---|
author | Jeff Hodges <jeff@somethingsimilar.com> | Tue Jun 14 12:56:46 2011 -0400 |
committer | Russ Cox <rsc@golang.org> | Tue Jun 14 12:56:46 2011 -0400 |
tree | b88dedfe0ba7e5da8bb0f8ea6cf091a49a1a776f | |
parent | 5f77bf8b20d4711c5c6a886002863c52308de1db [diff] |
syscall: add ptrace on darwin The ptrace syscall remains gutted on darwin, but usable. This also makes the syscall addition process reproducible on darwin instead of relying on a file path in rsc's home directory. I've also removed an override of $PATH in env.bash that made tooling harder. R=rsc, dave, r CC=golang-dev https://golang.org/cl/4517147