]> Cypherpunks repositories - gostls13.git/commit
cmd/objdump: works with windows pe executables now
authorAlex Brainman <alex.brainman@gmail.com>
Mon, 12 May 2014 07:00:57 +0000 (17:00 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Mon, 12 May 2014 07:00:57 +0000 (17:00 +1000)
commit20aa947c56bd34d2c87b616bffbc4535a62ab778
tree1f6bf1579cb767718e967b3e3c0d5034a5e97336
parent176041e4c6184358bd73d1535335f3cdf5f0852d
cmd/objdump: works with windows pe executables now

Most code is copy from addr2line change 01dd67e5827f

Update #7406
Fixes #7937

LGTM=iant
R=golang-codereviews, iant, 0intro
CC=golang-codereviews
https://golang.org/cl/95090044
src/cmd/objdump/main.go
src/cmd/objdump/objdump_test.go [new file with mode: 0644]