Reliable user-space stack traces with SFrame
Reliable user-space stack traces with SFrame
Posted May 23, 2023 16:38 UTC (Tue) by SLi (subscriber, #53131)Parent article: Reliable user-space stack traces with SFrame
I assume DWARF would normally contain enough information to construct SFrames without recompiling?
Posted May 23, 2023 17:34 UTC (Tue)
by ibhagat (subscriber, #133641)
[Link]
Reliable user-space stack traces with SFrame
In theory, DWARF-based EH_Frame information is a superset of information in SFrame (the former has information to restore complete register state as well).