Crate minidump_unwind

Source
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§

CallStack
A stack of StackFrames produced as a result of unwinding a thread.
FunctionArg
A function argument.
FunctionArgs
Arguments for this function
InlineFrame
A stack frame for an inlined function.
StackFrame
A single stack frame produced from unwinding a thread’s stack.

Enums§

CallStackInfo
Information about the results of unwinding a thread’s stack.
CallingConvention
The calling convention of a function.
FrameTrust
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.
OnWalkedFrame
An optional callback when walking frames.

Functions§

walk_stack