DebugInfoEntry

Package: ghidra.app.util.bin.format.dwarf
Type: class

12.1_PUBLIC

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)

12.0_PUBLIC

removedmethod: getPositionInParent
int getPositionInParent()

11.1_PUBLIC

introducedInitial version