Skip to main contentCrate axbacktrace
Source - Backtrace
- A captured OS thread stack backtrace.
- Frame
- Represents a single stack frame in the unwound stack.
- RawBacktrace
- An allocation-free, streaming stack backtrace.
- fp_range
- Returns the initialized kernel frame-pointer range.
- init
- Initializes the backtrace library.
- ip_range
- Returns the initialized kernel instruction range.
- is_enabled
- Returns whether the backtrace feature is enabled.
- max_depth
- Returns the maximum depth for stack unwinding.
- set_max_depth
- Sets the maximum depth for stack unwinding.
- walk_fp
- Walks an AAPCS-style frame-pointer chain without allocation.