addedmethod:
findAttribute
ghidra.app.util.bin.format.dwarf.attribs.DWARFAttributeId.AttrDef findAttribute(ghidra.app.util.bin.format.dwarf.attribs.DWARFAttributeId attributeId)
addedmethod:
read
static ghidra.app.util.bin.format.dwarf.DWARFAbbreviation read(ghidra.app.util.bin.BinaryReader reader, ghidra.app.util.bin.format.dwarf.DIEContainer dieContainer) throws IOException
addedmethod:
readAbbreviations
static java.util.Map<java.lang.Integer,ghidra.app.util.bin.format.dwarf.DWARFAbbreviation> readAbbreviations(ghidra.app.util.bin.BinaryReader reader, ghidra.app.util.bin.format.dwarf.DIEContainer dieContainer) throws IOException
modifiedmethod:
getAttributeAt
return type: AttrDef → AttrDef
- ghidra.app.util.bin.format.dwarf.attribs.DWARFAttribute.AttrDef getAttributeAt(int index)
+ ghidra.app.util.bin.format.dwarf.attribs.DWARFAttributeId.AttrDef getAttributeAt(int index)
modifiedmethod:
getAttributes
return type: ghidra.app.util.bin.format.dwarf.attribs.DWARFAttribute.AttrDef[] → ghidra.app.util.bin.format.dwarf.attribs.DWARFAttributeId.AttrDef[]
- ghidra.app.util.bin.format.dwarf.attribs.DWARFAttribute.AttrDef[] getAttributes()
+ ghidra.app.util.bin.format.dwarf.attribs.DWARFAttributeId.AttrDef[] getAttributes()
removedmethod:
findAttribute
ghidra.app.util.bin.format.dwarf.attribs.DWARFAttribute.AttrDef findAttribute(ghidra.app.util.bin.format.dwarf.attribs.DWARFAttribute attributeId)
removedmethod:
read
static ghidra.app.util.bin.format.dwarf.DWARFAbbreviation read(ghidra.app.util.bin.BinaryReader reader, ghidra.app.util.bin.format.dwarf.DWARFProgram prog, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
removedmethod:
readAbbreviations
static java.util.Map<java.lang.Integer,ghidra.app.util.bin.format.dwarf.DWARFAbbreviation> readAbbreviations(ghidra.app.util.bin.BinaryReader reader, ghidra.app.util.bin.format.dwarf.DWARFProgram prog, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException