]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1] pprof: make it work on windows again
authorAlex Brainman <alex.brainman@gmail.com>
Fri, 21 Sep 2012 19:54:39 +0000 (05:54 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 21 Sep 2012 19:54:39 +0000 (05:54 +1000)
commitbf68e33053339b3b21d02f43cbb90424ea22db17
tree28500c218bcc997227c115f8adb813ef21d5b0ad
parent41f42120a5f9bdf45edabb64078235fc9e7bb004
[release-branch.go1] pprof: make it work on windows again

««« backport 7c5f4dad8fae
pprof: make it work on windows again

- pprof is a perl script, so go command should invoke
  perl instead of trying to run pprof directly;
- pprof should use "go tool nm" unconditionally on windows,
  no one else can extract symbols from Go program;
- pprof should use "go tool nm" instead of "6nm".

Fixes #3879.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6445082

»»»
misc/pprof
src/cmd/go/tool.go