addedmethod:
findAttribute
ghidra.app.util.bin.format.dwarf.attribs.DWARFAttribute findAttribute(ghidra.app.util.bin.format.dwarf.attribs.DWARFAttributeId attrId)
addedmethod:
getAttribute
ghidra.app.util.bin.format.dwarf.attribs.DWARFAttribute getAttribute(int index)
addedmethod:
getAttributeDef
ghidra.app.util.bin.format.dwarf.attribs.DWARFAttributeId.AttrDef getAttributeDef(int index)
addedmethod:
getContainer
ghidra.app.util.bin.format.dwarf.DIEContainer getContainer()
modifiedmethod:
getAttributeValue
removed throws IOException
- ghidra.app.util.bin.format.dwarf.attribs.DWARFAttributeValue getAttributeValue(int attribIndex) throws IOException
+ ghidra.app.util.bin.format.dwarf.attribs.DWARFAttributeValue getAttributeValue(int attribIndex)
removedmethod:
findAttribute
ghidra.app.util.bin.format.dwarf.attribs.DWARFAttributeValue findAttribute(ghidra.app.util.bin.format.dwarf.attribs.DWARFAttribute attributeId)