]> Cypherpunks repositories - gostls13.git/commit
parse and present DWARF type information
authorRuss Cox <rsc@golang.org>
Wed, 16 Sep 2009 17:43:27 +0000 (10:43 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 16 Sep 2009 17:43:27 +0000 (10:43 -0700)
commit1bbc044df972c46f807f2889f5486e9aedc17b9b
treed24c193d64fea2c1b0d00fcea665fd4d93090c16
parentf249c4114c11b2f236395b08c66afc2a2be4c303
parse and present DWARF type information

R=r
DELTA=940  (929 added, 1 deleted, 10 changed)
OCL=34679
CL=34686
src/pkg/Makefile
src/pkg/debug/dwarf/Makefile
src/pkg/debug/dwarf/buf.go
src/pkg/debug/dwarf/const.go
src/pkg/debug/dwarf/entry.go
src/pkg/debug/dwarf/open.go
src/pkg/debug/dwarf/testdata/typedef.c [new file with mode: 0644]
src/pkg/debug/dwarf/testdata/typedef.elf [new file with mode: 0755]
src/pkg/debug/dwarf/type.go [new file with mode: 0644]
src/pkg/debug/dwarf/type_test.go [new file with mode: 0644]