Class PCodeTestControlBlock


  • public class PCodeTestControlBlock
    extends PCodeTestAbstractControlBlock
    PCodeTestControlBlock data is read from each binary test file and identified by the MAIN_CONTROL_BLOCK_MAGIC 64-bit character field value at the start of the data structure. Only one instance of this should exist within the binary.
    • Field Detail

      • cachedProgramPath

        public final java.lang.String cachedProgramPath
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getTestGroups

        public java.util.List<PCodeTestGroup> getTestGroups()
      • getBreakOnDoneAddress

        public Address getBreakOnDoneAddress()
      • getBreakOnPassAddress

        public Address getBreakOnPassAddress()
      • getBreakOnErrorAddress

        public Address getBreakOnErrorAddress()
      • getSprintf5Address

        public Address getSprintf5Address()
      • getPrintfBufferAddress

        public Address getPrintfBufferAddress()