Module backtrace

Source
Expand description

Support for capturing stack backtraces.

This module contains the support for capturing a stack backtrace through the Backtrace type. Backtraces are helpful to attach to errors, containing information that can be used to get a chain of where an error was created.

§Platform Support

The Backtrace API is only functional on the armv7a-vex-v5 platform target. At the moment, this target only platform that vexide supports, however this may change in the future.

Additionally, backtraces will be unsupported if vexide is compiled without the unwind feature.

Structs§

Backtrace
A captured stack backtrace.