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

Modules

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