Class ThreadStateX86_64

    • Field Detail

      • rax

        public long rax
      • rbx

        public long rbx
      • rcx

        public long rcx
      • rdx

        public long rdx
      • rdi

        public long rdi
      • rsi

        public long rsi
      • rbp

        public long rbp
      • rsp

        public long rsp
      • r8

        public long r8
      • r9

        public long r9
      • r10

        public long r10
      • r11

        public long r11
      • r12

        public long r12
      • r13

        public long r13
      • r14

        public long r14
      • r15

        public long r15
      • rip

        public long rip
      • rflags

        public long rflags
      • cs

        public long cs
      • fs

        public long fs
      • gs

        public long gs
      • i386_THREAD_STATE

        @Deprecated
        public static final int i386_THREAD_STATE
        Deprecated.
        See Also:
        Constant Field Values
      • i386_FLOAT_STATE

        @Deprecated
        public static final int i386_FLOAT_STATE
        Deprecated.
        See Also:
        Constant Field Values
      • i386_EXCEPTION_STATE

        @Deprecated
        public static final int i386_EXCEPTION_STATE
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ThreadStateX86_64

        public ThreadStateX86_64()
        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