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()