addedfield:
cb
ghidra.pcode.exec.PcodeStateCallbacks cb
addedmethod:
checkSize
T checkSize(int size, T val)
addedmethod:
getFromNullSpace
T getFromNullSpace(int size, ghidra.pcode.exec.PcodeExecutorStatePiece.Reason reason, ghidra.pcode.exec.PcodeStateCallbacks cb)
addedmethod:
getFromSpace
T getFromSpace(S space, long offset, int size, ghidra.pcode.exec.PcodeExecutorStatePiece.Reason reason, ghidra.pcode.exec.PcodeStateCallbacks cb)
addedmethod:
getUnique
T getUnique(long offset, int size, ghidra.pcode.exec.PcodeExecutorStatePiece.Reason reason, ghidra.pcode.exec.PcodeStateCallbacks cb)
addedmethod:
getVarInternal
T getVarInternal(ghidra.program.model.address.AddressSpace space, long offset, int size, boolean quantize, ghidra.pcode.exec.PcodeExecutorStatePiece.Reason reason, ghidra.pcode.exec.PcodeStateCallbacks cb)
addedmethod:
getVarInternal
T getVarInternal(ghidra.program.model.address.AddressSpace space, A offset, int size, ghidra.pcode.exec.PcodeExecutorStatePiece.Reason reason)
addedmethod:
getVarInternal
T getVarInternal(ghidra.program.model.address.AddressSpace space, long offset, int size, ghidra.pcode.exec.PcodeExecutorStatePiece.Reason reason)
addedmethod:
setInSpace
void setInSpace(S space, long offset, int size, T val, ghidra.pcode.exec.PcodeStateCallbacks cb)
addedmethod:
setUnique
void setUnique(long offset, int size, T val, ghidra.pcode.exec.PcodeStateCallbacks cb)
addedmethod:
setVarInternal
void setVarInternal(ghidra.program.model.address.AddressSpace space, long offset, int size, boolean quantize, T val, ghidra.pcode.exec.PcodeStateCallbacks cb)
addedmethod:
setVarInternal
void setVarInternal(ghidra.program.model.address.AddressSpace space, A offset, int size, T val)
addedmethod:
setVarInternal
void setVarInternal(ghidra.program.model.address.AddressSpace space, long offset, int size, T val)
addedmethod:
streamPieces
java.util.stream.Stream<ghidra.pcode.exec.PcodeExecutorStatePiece<?,?>> streamPieces()
removedmethod:
getFromNullSpace
T getFromNullSpace(int size, ghidra.pcode.exec.PcodeExecutorStatePiece.Reason reason)
removedmethod:
getFromSpace
T getFromSpace(S space, long offset, int size, ghidra.pcode.exec.PcodeExecutorStatePiece.Reason reason)
removedmethod:
getUnique
T getUnique(long offset, int size, ghidra.pcode.exec.PcodeExecutorStatePiece.Reason reason)
removedmethod:
setInSpace
void setInSpace(S space, long offset, int size, T val)
removedmethod:
setUnique
void setUnique(long offset, int size, T val)