Crate dwat

source ·
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

  • Loading of DWARF information
  • Formatting methods for type information.
  • Parse DWARF debugging information
  • Re-exports commonly needed traits

Enums

  • Error type for parsing/loading DWARF information