Module backtrace

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.

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

Structs§

Backtrace
A captured stack backtrace.