addedmethod:
getAddrBySlot
int getAddrBySlot(int slotnum, int sz, int typeAlign, ghidra.program.model.lang.ParameterPieces res)
addedmethod:
getBasicTypeClass
static ghidra.program.model.lang.StorageClass getBasicTypeClass(ghidra.program.model.data.DataType tp)
modifiedmethod:
getType
return type: int → StorageClass
- int getType()
+ ghidra.program.model.lang.StorageClass getType()
removedmethod:
getAddrBySlot
int getAddrBySlot(int slotnum, int sz, ghidra.app.plugin.processors.sleigh.VarnodeData res)
removedmethod:
getMetatype
static int getMetatype(ghidra.program.model.data.DataType tp)
removedfield:
TYPE_PTR
static int TYPE_PTR
addedmethod:
containedBy
boolean containedBy(ghidra.program.model.address.Address addr, int sz)
addedmethod:
encode
void encode(ghidra.program.model.pcode.Encoder encoder) throws IOException
addedmethod:
intersects
boolean intersects(ghidra.program.model.address.Address addr, int sz)
addedmethod:
isEquivalent
boolean isEquivalent(ghidra.program.model.lang.ParamEntry obj)
modifiedmethod:
contains
param 1 renamed: op2 → otherEntry
- boolean contains(ghidra.program.model.lang.ParamEntry op2)
+ boolean contains(ghidra.program.model.lang.ParamEntry otherEntry)
removedmethod:
equals
boolean equals(java.lang.Object obj)
removedmethod:
saveXml
void saveXml(java.lang.StringBuilder buffer)
removedmethod:
unsignedCompare
static boolean unsignedCompare(long a, long b)
addedmethod:
equals
boolean equals(java.lang.Object obj)
addedmethod:
restoreXml
void restoreXml(ghidra.xml.XmlPullParser parser, ghidra.program.model.lang.CompilerSpec cspec) throws XmlParseException
addedmethod:
saveXml
void saveXml(java.lang.StringBuilder buffer)
removedmethod:
restoreXml
void restoreXml(ghidra.xml.XmlPullParser parser, ghidra.program.model.lang.CompilerSpec cspec, boolean normalstack) throws XmlParseException