mirror of https://github.com/golang/go.git
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:
parent
6c7bef551b
commit
fcfc17f1b8
|
|
@ -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/) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue