go/src/debug/dwarf
Austin Clements 2cbd7072b1 debug/dwarf: add test for split DWARF
This adds a test that debug/dwarf can read the skeleton DWARF data
from a split DWARF image (though it doesn't currently support piecing
the external DWARF data back together). This should work because
there's nothing particularly different about skeleton DWARF data, but
previously failed because of poor handling of unrecognized attributes.

Updates #12592.

Change-Id: I2fc5f4679883b05ebd7ec9f0b5c398a758181a32
Reviewed-on: https://go-review.googlesource.com/14542
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: jcd . <jcd@golang.org>
2015-09-15 17:57:56 +00:00
..
testdata debug/dwarf: add test for split DWARF 2015-09-15 17:57:56 +00:00
buf.go debug/dwarf: factor parsing of unit lengths 2015-03-11 21:35:21 +00:00
class_string.go debug/dwarf: return ClassUnknown if attribute class cannot be determined 2015-09-15 17:57:51 +00:00
const.go debug/dwarf: add support for line tables 2015-03-10 02:32:42 +00:00
entry.go debug/dwarf: return ClassUnknown if attribute class cannot be determined 2015-09-15 17:57:51 +00:00
entry_test.go debug/dwarf: add test for split DWARF 2015-09-15 17:57:56 +00:00
line.go debug/dwarf: factor parsing of unit lengths 2015-03-11 21:35:21 +00:00
line_test.go debug/dwarf: add unit tests for line table reader 2015-03-10 02:32:48 +00:00
open.go
type.go debug/dwarf: compute ByteSize for more DWARF types 2015-05-07 07:28:39 +00:00
type_test.go
typeunit.go debug/dwarf: compute ByteSize for more DWARF types 2015-05-07 07:28:39 +00:00
unit.go debug/dwarf: add DWARF attribute value class to Field 2015-04-12 14:37:35 +00:00