Function rust_debug::evaluate::attributes::byte_size_attribute [−][src]
pub fn byte_size_attribute<R: Reader<Offset = usize>>(
die: &DebuggingInformationEntry<'_, '_, R>
) -> Option<u64>
Expand description
This function will return the value of the byte_size attribute in the given DIE.
Description:
die
- A reference to a gimli-rsDie
struct.
This function will try to retrieve the value of the attribute DW_AT_byte_size
from the given DIE.