InstructionDB
Package:
ghidra.program.database.code
Type:
class
10.4_PUBLIC
added
method
:
checkLengthOverride
static int checkLengthOverride(
int length,
ghidra.
program.
model.
lang.
InstructionPrototype prototype) throws IllegalArgumentException,
CodeUnitInsertionException
added
method
:
getParsedBytes
byte[] getParsedBytes(
) throws MemoryAccessException
added
method
:
getParsedLength
int getParsedLength(
)
added
method
:
isLengthOverridden
boolean isLengthOverridden(
)
added
method
:
setLengthOverride
void setLengthOverride(
int len) throws CodeUnitInsertionException
10.0_PUBLIC
added
method
:
hasBeenDeleted
boolean hasBeenDeleted(
db.
DBRecord rec)
added
method
:
refresh
boolean refresh(
db.
DBRecord record)
removed
method
:
hasBeenDeleted
boolean hasBeenDeleted(
db.
Record rec)
removed
method
:
refresh
boolean refresh(
db.
Record record)
9.0.2_PUBLIC
added
method
:
getPreferredCacheLength
int getPreferredCacheLength(
)
added
method
:
hasBeenDeleted
boolean hasBeenDeleted(
db.
Record rec)
added
method
:
refresh
boolean refresh(
db.
Record record)
9.0.1_PUBLIC
introduced
Initial version