mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-25 18:52:22 -05:00
09153b8997
Previously, we only supported DIEs with a contiguous address ranges and ignored ones with a non-contiguous set of ranges. We now check if a DIE has the DW_AT_ranges attribute, and if it does we parse its range list. This improves the quality of our backtraces - we previously missed many inlined function calls because their DIEs had non-contigues address ranges. |
||
---|---|---|
.. | ||
Dwarf | ||
CMakeLists.txt | ||
DebugInfo.cpp | ||
DebugInfo.h | ||
DebugSession.cpp | ||
DebugSession.h | ||
StackFrameUtils.cpp | ||
StackFrameUtils.h |