Class AuxPcodeThread<U>

java.lang.Object
ghidra.pcode.emu.DefaultPcodeThread<T>
ghidra.pcode.emu.ModifiedPcodeThread<org.apache.commons.lang3.tuple.Pair<byte[],U>>
ghidra.pcode.emu.auxiliary.AuxPcodeThread<U>
Type Parameters:
U - the type of auxiliary values
All Implemented Interfaces:
PcodeThread<org.apache.commons.lang3.tuple.Pair<byte[],U>>

public class AuxPcodeThread<U> extends ModifiedPcodeThread<org.apache.commons.lang3.tuple.Pair<byte[],U>>
The default thread for AuxPcodeEmulator

Generally, extending this class should not be necessary, as it already defers to the emulator's parts factory