DIEAggregate

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

11.1_PUBLIC

removedtype: ghidra.app.util.bin.format.dwarf4.DIEAggregate
class DIEAggregate

11.0_PUBLIC

addedmethod: readRange
java.util.List<ghidra.app.util.bin.format.dwarf4.DWARFRange> readRange(int attribute) throws IOException

10.3_PUBLIC

addedmethod: getAsLocation
java.util.List<ghidra.app.util.bin.format.dwarf4.DWARFLocation> getAsLocation(int attribute, ghidra.app.util.bin.format.dwarf4.DWARFRange range) throws IOException
addedmethod: getSourceFile
java.lang.String getSourceFile()
removedmethod: getAsLocation
java.util.List<ghidra.app.util.bin.format.dwarf4.DWARFLocation> getAsLocation(int attribute) throws IOException

10.2_PUBLIC

addedmethod: getAbstractInstance
ghidra.app.util.bin.format.dwarf4.DIEAggregate getAbstractInstance()
addedmethod: getChildren
java.util.List<ghidra.app.util.bin.format.dwarf4.DebugInfoEntry> getChildren(int childTag)
addedmethod: getFunctionParamList
java.util.List<ghidra.app.util.bin.format.dwarf4.DIEAggregate> getFunctionParamList()

9.2.3_PUBLIC

addedmethod: isLowPCEqualHighPC
boolean isLowPCEqualHighPC()

9.0.1_PUBLIC

introducedInitial version