misc/pprof: always use go tool objdump on windows

Fixes #7406.

LGTM=r
R=golang-codereviews, r
CC=golang-codereviews
https://golang.org/cl/97440043
This commit is contained in:
Alex Brainman 2014-05-15 15:54:42 +10:00
parent 6c7bef551b
commit fcfc17f1b8
1 changed files with 1 additions and 0 deletions

View File

@ -4616,6 +4616,7 @@ sub ConfigureObjTools {
# in the same directory as pprof.
$obj_tool_map{"nm_pdb"} = "nm-pdb";
$obj_tool_map{"addr2line_pdb"} = "addr2line-pdb";
$obj_tool_map{"objdump"} = "false"; # no objdump
}
if ($file_type =~ /Mach-O/) {