[][src]Module symbolic_debuginfo::dwarf

Support for DWARF debugging information, common to ELF and MachO.

The central element of this module is the [Dwarf] trait, which is implemented by [ElfObject] and [MachObject]. The dwarf debug session object can be obtained via getters on those types.

[Dwarf] trait.Dwarf.html [ElfObject] ../elf/struct.ElfObject.html [MachObject] ../macho/struct.MachObject.html

Structs

DwarfDebugSession

A debugging session for DWARF debugging information.

DwarfError

An error handling DWARF debugging information.

DwarfFunctionIterator

An iterator over functions in a DWARF file.

Enums

DwarfErrorKind

Variants of DwarfError.

Endian

Byte order that is selectable at runtime.

Traits

Dwarf

Provides access to DWARF debugging information independent of the container file type.