Class ThreadStateARM

    • Field Detail

      • r0

        public int r0
      • r1

        public int r1
      • r2

        public int r2
      • r3

        public int r3
      • r4

        public int r4
      • r5

        public int r5
      • r6

        public int r6
      • r7

        public int r7
      • r8

        public int r8
      • r9

        public int r9
      • r10

        public int r10
      • r11

        public int r11
      • r12

        public int r12
      • sp

        public int sp
      • lr

        public int lr
      • pc

        public int pc
      • cpsr

        public int cpsr
    • Constructor Detail

      • ThreadStateARM

        public ThreadStateARM()
        DO NOT USE THIS CONSTRUCTOR, USE create*(GenericFactory ...) FACTORY METHODS INSTEAD.
    • Method Detail

      • toDataType

        public DataType toDataType()
                            throws DuplicateNameException,
                                   java.io.IOException
        Description copied from interface: StructConverter
        Returns a structure datatype representing the contents of the implementor of this interface.

        For example, given:

         class A {
             int foo;
             double bar;
         }
         

        The return value should be a structure data type with two data type components; an INT and a DOUBLE. The structure should contain field names and, if possible, field comments.

        Returns:
        returns a structure datatype representing the implementor of this interface
        Throws:
        DuplicateNameException - when a datatype of the same name already exists
        java.io.IOException
        See Also:
        StructureDataType