mirror of
https://github.com/Binject/debug
synced 2026-06-08 10:28:33 +00:00
8eed6c80a1
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>
6 lines
59 B
C
6 lines
59 B
C
// gcc -gsplit-dwarf split.c -o split.elf
|
|
|
|
int main()
|
|
{
|
|
}
|