1
0
mirror of https://github.com/golang/go synced 2024-10-04 15:11:20 -06:00
go/src/debug
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
..
dwarf debug/dwarf: add test for split DWARF 2015-09-15 17:57:56 +00:00
elf all: remove executable bit from several files 2015-09-04 02:59:49 +00:00
gosym debug/gosym: avoid calling the shell in test 2015-06-05 14:06:13 +00:00
macho all: remove executable bit from several files 2015-09-04 02:59:49 +00:00
pe debug/pe: truncate pe sections to their size in memory 2015-07-10 03:33:38 +00:00
plan9obj all: remove executable bit from several files 2015-09-04 02:59:49 +00:00