ghostscope-dwarf 0.1.4

DWARF parser and symbolizer used by GhostScope to resolve variables and types at runtime.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub(crate) mod block_index;
pub(crate) mod cfi_index;
pub(crate) mod lightweight_file_index;
pub(crate) mod lightweight_index;
pub(crate) mod line_mapping;
pub(crate) mod path;
pub(crate) mod type_index;

pub(crate) use block_index::*;
pub(crate) use cfi_index::*;
pub(crate) use lightweight_file_index::*;
pub(crate) use lightweight_index::*;
pub(crate) use line_mapping::*;
pub(crate) use path::{directory_from_index, resolve_file_path};
pub(crate) use type_index::*;