Class ProgramProcessorContext

    • Constructor Detail

      • ProgramProcessorContext

        public ProgramProcessorContext​(ProgramContext context,
                                       Address addr)
        Constructs a new ProgramProcessorContext that will have the processor state be the state of the given programContext at the given address
        Parameters:
        context - the programContext which contains the register state at every address
        addr - the address at which to get the register state