Expand description
Unwind stack frames for a thread.
Re-exports§
pub use crate::symbols::*;
pub use crate::system_info::*;
Modules§
- symbols
- This module defines the interface used by minidump-unwind to symbolize stack traces.
- system_
info
Structs§
- Call
Stack - A stack of
StackFrame
s produced as a result of unwinding a thread. - Function
Arg - A function argument.
- Function
Args - Arguments for this function
- Inline
Frame - A stack frame for an inlined function.
- Stack
Frame - A single stack frame produced from unwinding a thread’s stack.
Enums§
- Call
Stack Info - Information about the results of unwinding a thread’s stack.
- Calling
Convention - The calling convention of a function.
- Frame
Trust - Indicates how well the instruction pointer derived during stack walking is trusted. Since the stack walker can resort to stack scanning, it can wind up with dubious frames.
- OnWalked
Frame - An optional callback when walking frames.