Expand description
Easy to use DWARF abstraction for Rust.
Provides an abstraction over DWARF. The abstraction provides a one function solution for retrieving debug information from DWARF. Here are some of the advantages:
- Easy to use
Modulesยง
- call_
stack - Provides one function solutions for doing a stack trace
- evaluate
- Provides one function solutions for handling evaluation the DWARF location attribute.
- registers
- Defines a struct containing information about the registers
- source_
information - Provides one function solutions for retrieving the source location declaration information.
- utils
- Provides some useful functions for reading the DWARF format.
- variable
- Provides one function solutions for retrieving information about a variable.