Module symbolic_debuginfo::dwarf[][src]

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.

Structs

DwarfDebugSession

A debugging session for DWARF debugging information.

DwarfError

An error handling DWARF debugging information.

DwarfFileIterator

An iterator over source files in a DWARF file.

DwarfFunctionIterator

An iterator over functions in a DWARF file.

DwarfSection

DWARF section information including its data.

Enums

DwarfErrorKind

The error type for DwarfError.

Endian

Byte order that is selectable at runtime.

Traits

Dwarf

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