]> Cypherpunks repositories - gostls13.git/commit
Mach-O file reading
authorRuss Cox <rsc@golang.org>
Fri, 18 Sep 2009 18:49:22 +0000 (11:49 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 18 Sep 2009 18:49:22 +0000 (11:49 -0700)
commitbf69025825fd2b8e7aac01f27d5c974bd30af542
treeceb995ccc6a05c921f0764f42d3a86c077d2acc9
parentad9c6f7700e6cfdf8821b1fd28e1cc28f673b072
Mach-O file reading

R=r
DELTA=784  (784 added, 0 deleted, 0 changed)
OCL=34715
CL=34788
src/pkg/debug/macho/Makefile [new file with mode: 0644]
src/pkg/debug/macho/file.go [new file with mode: 0644]
src/pkg/debug/macho/file_test.go [new file with mode: 0644]
src/pkg/debug/macho/macho.go [new file with mode: 0644]
src/pkg/debug/macho/testdata/gcc-386-darwin-exec [new file with mode: 0755]
src/pkg/debug/macho/testdata/gcc-amd64-darwin-exec [new file with mode: 0755]
src/pkg/debug/macho/testdata/gcc-amd64-darwin-exec-debug [new file with mode: 0644]