Available on crate feature
debug
only.Expand description
Debug information which is parsed from DWARF debugging information.
Structs§
- Debug information which is parsed from DWARF debugging information.
Functions§
- Determines the CFA (canonical frame address) for the current
gimli::UnwindTableRow
, using the current register values. - Get a handle to the
gimli::UnwindTableRow
for this call frame, so that we can reference it to unwind register values. - Unwind the program counter for the caller frame, using the LR value from the callee frame.
- A per_register unwind, applying register rules and updating the
registers::DebugRegister
value as appropriate, before returning control to the calling function.