InstructionDB

Package: ghidra.program.database.code
Type: class

10.4_PUBLIC

addedmethod: checkLengthOverride
static int checkLengthOverride(int length, ghidra.program.model.lang.InstructionPrototype prototype) throws IllegalArgumentException, CodeUnitInsertionException
addedmethod: getParsedBytes
byte[] getParsedBytes() throws MemoryAccessException
addedmethod: getParsedLength
int getParsedLength()
addedmethod: isLengthOverridden
boolean isLengthOverridden()
addedmethod: setLengthOverride
void setLengthOverride(int len) throws CodeUnitInsertionException

10.0_PUBLIC

addedmethod: hasBeenDeleted
boolean hasBeenDeleted(db.DBRecord rec)
addedmethod: refresh
boolean refresh(db.DBRecord record)
removedmethod: hasBeenDeleted
boolean hasBeenDeleted(db.Record rec)
removedmethod: refresh
boolean refresh(db.Record record)

9.0.2_PUBLIC

addedmethod: getPreferredCacheLength
int getPreferredCacheLength()
addedmethod: hasBeenDeleted
boolean hasBeenDeleted(db.Record rec)
addedmethod: refresh
boolean refresh(db.Record record)

9.0.1_PUBLIC

introducedInitial version