PcodeExecutorStatePiece

Package: ghidra.pcode.exec
Type: class

12.0_PUBLIC

addedmethod: fork
ghidra.pcode.exec.PcodeExecutorStatePiece<A,T> fork(ghidra.pcode.exec.PcodeStateCallbacks cb)
addedmethod: getNextEntryInternal
java.util.Map.Entry<A,T> getNextEntryInternal(ghidra.program.model.address.AddressSpace space, A offset)
addedmethod: getNextEntryInternal
java.util.Map.Entry<java.lang.Long,T> getNextEntryInternal(ghidra.program.model.address.AddressSpace space, long offset)
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: inspectBigInteger
java.math.BigInteger inspectBigInteger(ghidra.program.model.address.Address address, int size)
addedmethod: inspectByte
byte inspectByte(ghidra.program.model.address.Address address)
addedmethod: inspectConcrete
byte[] inspectConcrete(ghidra.program.model.address.Address address, int size)
addedmethod: inspectInt
int inspectInt(ghidra.program.model.address.Address address)
addedmethod: inspectLong
long inspectLong(ghidra.program.model.address.Address address)
addedmethod: inspectRegisterValue
ghidra.program.model.lang.RegisterValue inspectRegisterValue(ghidra.program.model.lang.Register register)
addedmethod: inspectShort
short inspectShort(ghidra.program.model.address.Address address)
addedmethod: setBigInteger
void setBigInteger(ghidra.program.model.address.Address address, int size, java.math.BigInteger value)
addedmethod: setByte
void setByte(ghidra.program.model.address.Address address, byte value)
addedmethod: setConcrete
void setConcrete(ghidra.program.model.address.Address address, byte[] value)
addedmethod: setInt
void setInt(ghidra.program.model.address.Address address, int value)
addedmethod: setLong
void setLong(ghidra.program.model.address.Address address, long value)
addedmethod: setRegisterValue
void setRegisterValue(ghidra.program.model.lang.Register register, ghidra.program.model.lang.RegisterValue value)
addedmethod: setRegisterValue
void setRegisterValue(ghidra.program.model.lang.RegisterValue value)
addedmethod: setShort
void setShort(ghidra.program.model.address.Address address, short value)
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: fork
ghidra.pcode.exec.PcodeExecutorStatePiece<A,T> fork()

11.0_PUBLIC

introducedInitial version