Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DWARF: Fix debug_abbrev section (#2630) | Alon Zakai | 2020-01-28 | 1 | -0/+0 |
Each compilation unit's abbreviations must be terminated by a zero, so that we use the right abbreviations. This adds that support to the YAML layer, both adding the zeros and parsing them to look in the right abbreviation section at the right time. Also add two large testcases, zlib and cubescript, which crash without this and the last PR. |