Trait symbolic_debuginfo::DwarfData [] [src]

pub trait DwarfData {
    fn has_dwarf_data(&self) -> bool;
fn get_dwarf_section<'input>(
        &'input self,
        section: DwarfSection
    ) -> Option<DwarfSectionData<'input>>; }

Provides access to DWARF debugging information in object files

Required Methods

Checks whether this object contains DWARF infos

Loads a specific dwarf section if its in the file

Implementors