Skip to main content

Module cursor

Module cursor 

Source
Expand description

Frame cursor: drives the compact → DWARF → FP fallback chain.

Orchestrates the unwinding process for each frame, trying compact unwind first, then DWARF CFI, then frame pointer walking as a last resort.

Structs§

FrameCursor
Frame cursor that walks the stack frame by frame.