From Fedora Project Wiki

< Toolchain‎ | Watermark

Revision as of 10:10, 24 October 2016 by Fweimer (talk | contribs) (Created page with "== DWARF coverage checks == If DWARF is used for ELF object markup, it is necessary to ensure all code in an object is covered by DWARF debugging i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DWARF coverage checks

If DWARF is used for ELF object markup, it is necessary to ensure all code in an object is covered by DWARF debugging information. Otherwise, it is possible to link objects without debugging information into an object, and later analysis would give misleading results.