ThreadPcodeExecutorState

Package: ghidra.pcode.emu
Type: class

12.0_PUBLIC

addedmethod: fork
ghidra.pcode.emu.ThreadPcodeExecutorState<T> fork(ghidra.pcode.exec.PcodeStateCallbacks cb)
addedmethod: getVarInternal
T getVarInternal(ghidra.program.model.address.AddressSpace space, T 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: setVarInternal
void setVarInternal(ghidra.program.model.address.AddressSpace space, T 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.emu.ThreadPcodeExecutorState<T> fork()

11.0_PUBLIC

introducedInitial version