DIEAggregate
Package:
ghidra.app.util.bin.format.dwarf4
Type:
class
11.1_PUBLIC
removed
type
:
ghidra.app.util.bin.format.dwarf4.DIEAggregate
class DIEAggregate
11.0_PUBLIC
added
method
:
readRange
java.
util.
List<
ghidra.
app.
util.
bin.
format.
dwarf4.
DWARFRange
> readRange(
int attribute) throws IOException
10.3_PUBLIC
added
method
:
getAsLocation
java.
util.
List<
ghidra.
app.
util.
bin.
format.
dwarf4.
DWARFLocation
> getAsLocation(
int attribute,
ghidra.
app.
util.
bin.
format.
dwarf4.
DWARFRange range) throws IOException
added
method
:
getSourceFile
java.
lang.
String getSourceFile(
)
removed
method
:
getAsLocation
java.
util.
List<
ghidra.
app.
util.
bin.
format.
dwarf4.
DWARFLocation
> getAsLocation(
int attribute) throws IOException
10.2_PUBLIC
added
method
:
getAbstractInstance
ghidra.
app.
util.
bin.
format.
dwarf4.
DIEAggregate getAbstractInstance(
)
added
method
:
getChildren
java.
util.
List<
ghidra.
app.
util.
bin.
format.
dwarf4.
DebugInfoEntry
> getChildren(
int childTag)
added
method
:
getFunctionParamList
java.
util.
List<
ghidra.
app.
util.
bin.
format.
dwarf4.
DIEAggregate
> getFunctionParamList(
)
9.2.3_PUBLIC
added
method
:
isLowPCEqualHighPC
boolean isLowPCEqualHighPC(
)
9.0.1_PUBLIC
introduced
Initial version