Crate stackdump_core

Source
Expand description

§Stackdump Core

crates.io Documentation

This crate contains definitions for memory regions and register data.

Also see the main repo readme.

The Capture crate can capture the runtime data and registers into these types. To get traces from the captured memory, use the Trace crate.

Re-exports§

pub use gimli;

Modules§

device_memory
Module containing the definitions for device memory, a summation of all available memory that was captured
memory_region
Module containing the definitions for memory regions
register_data
Module containing the definitions for register data