Skip to content

Commit

Permalink
misc/pprof: always use go tool objdump on windows
Browse files Browse the repository at this point in the history
Fixes #7406.

LGTM=r
R=golang-codereviews, r
CC=golang-codereviews
https://golang.org/cl/97440043
  • Loading branch information
alexbrainman committed May 15, 2014
1 parent 6c7bef5 commit fcfc17f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions misc/pprof
Original file line number Diff line number Diff line change
Expand Up @@ -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/) {
Expand Down

0 comments on commit fcfc17f

Please sign in to comment.