Expand description
dwat is a library for accessing DWARF
(v4/v5) debuging information.
The library is primarily focused on making type information from DWARF more accessible, enabling quick lookups and enumeration of type related DWARF information.
dwat also implements formatting methods for pretty pretting structs/unions
similar to the pahole utility and the
gdb ptype command.
Re-exports§
Modules§
- dwarf
- Loading of DWARF information
- format
- Formatting methods for type information.
- prelude
- Re-exports commonly needed traits
- types
- Interfaces representing DWARF type information
Enums§
- Error
- Error type for parsing/loading DWARF information