Function rust_debug::evaluate::attributes::address_class_attribute[][src]

pub fn address_class_attribute<R: Reader<Offset = usize>>(
    die: &DebuggingInformationEntry<'_, '_, R>
) -> Option<DwAddr>
Expand description

This function will return the value of the address_class attribute in the given DIE.

Description:

  • die - A reference to a gimli-rs Die struct.

This function will try to retrieve the value of the attribute DW_AT_address_class from the given DIE.