addedmethod:
fork
ghidra.pcode.exec.LocationPcodeExecutorStatePiece fork(ghidra.pcode.exec.PcodeStateCallbacks cb)
addedmethod:
getVarInternal
ghidra.pcode.exec.ValueLocation getVarInternal(ghidra.program.model.address.AddressSpace space, byte[] offset, int size, ghidra.pcode.exec.PcodeExecutorStatePiece.Reason reason)
addedmethod:
setVarInternal
void setVarInternal(ghidra.program.model.address.AddressSpace space, byte[] offset, int size, ghidra.pcode.exec.ValueLocation val)
addedmethod:
streamPieces
java.util.stream.Stream<ghidra.pcode.exec.PcodeExecutorStatePiece<?,?>> streamPieces()
removedmethod:
fork
ghidra.pcode.exec.LocationPcodeExecutorStatePiece fork()