[][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.

Modules

gimli

gimli is a library for reading and writing the DWARF debugging format.

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

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.