- java.lang.Object
-
- com.ibm.j9ddr.corereaders.macho.ThreadCommand.ThreadState
-
- com.ibm.j9ddr.corereaders.macho.ThreadCommand.OSXAMD64ThreadState
-
- Enclosing class:
- ThreadCommand
public static final class ThreadCommand.OSXAMD64ThreadState extends ThreadCommand.ThreadState
-
-
Field Summary
Fields Modifier and Type Field Description static int
THREAD_STATE_NONE
static int
x86_AVX_STATE
static int
x86_AVX_STATE32
static int
x86_AVX_STATE64
static int
x86_AVX512_STATE
static int
x86_AVX512_STATE32
static int
x86_AVX512_STATE64
static int
x86_DEBUG_STATE
static int
x86_DEBUG_STATE32
static int
x86_DEBUG_STATE64
static int
x86_EXCEPTION_STATE
static int
x86_EXCEPTION_STATE32
static int
x86_EXCEPTION_STATE64
static int
x86_FLOAT_STATE
static int
x86_FLOAT_STATE32
static int
x86_FLOAT_STATE64
static int
x86_THREAD_STATE
static int
x86_THREAD_STATE32
static int
x86_THREAD_STATE64
-
Constructor Summary
Constructors Constructor Description OSXAMD64ThreadState(int flavor, int size, byte[] state, ByteOrder endian)
-
Method Summary
-
Methods declared in class com.ibm.j9ddr.corereaders.macho.ThreadCommand.ThreadState
fillExceptionData, fillThreadRegisters, readInt, readLong, readShort
-
-
-
-
Field Detail
-
x86_THREAD_STATE32
public static final int x86_THREAD_STATE32
- See Also:
- Constant Field Values
-
x86_FLOAT_STATE32
public static final int x86_FLOAT_STATE32
- See Also:
- Constant Field Values
-
x86_EXCEPTION_STATE32
public static final int x86_EXCEPTION_STATE32
- See Also:
- Constant Field Values
-
x86_THREAD_STATE64
public static final int x86_THREAD_STATE64
- See Also:
- Constant Field Values
-
x86_FLOAT_STATE64
public static final int x86_FLOAT_STATE64
- See Also:
- Constant Field Values
-
x86_EXCEPTION_STATE64
public static final int x86_EXCEPTION_STATE64
- See Also:
- Constant Field Values
-
x86_THREAD_STATE
public static final int x86_THREAD_STATE
- See Also:
- Constant Field Values
-
x86_FLOAT_STATE
public static final int x86_FLOAT_STATE
- See Also:
- Constant Field Values
-
x86_EXCEPTION_STATE
public static final int x86_EXCEPTION_STATE
- See Also:
- Constant Field Values
-
x86_DEBUG_STATE32
public static final int x86_DEBUG_STATE32
- See Also:
- Constant Field Values
-
x86_DEBUG_STATE64
public static final int x86_DEBUG_STATE64
- See Also:
- Constant Field Values
-
x86_DEBUG_STATE
public static final int x86_DEBUG_STATE
- See Also:
- Constant Field Values
-
THREAD_STATE_NONE
public static final int THREAD_STATE_NONE
- See Also:
- Constant Field Values
-
x86_AVX_STATE32
public static final int x86_AVX_STATE32
- See Also:
- Constant Field Values
-
x86_AVX_STATE64
public static final int x86_AVX_STATE64
- See Also:
- Constant Field Values
-
x86_AVX_STATE
public static final int x86_AVX_STATE
- See Also:
- Constant Field Values
-
x86_AVX512_STATE32
public static final int x86_AVX512_STATE32
- See Also:
- Constant Field Values
-
x86_AVX512_STATE64
public static final int x86_AVX512_STATE64
- See Also:
- Constant Field Values
-
x86_AVX512_STATE
public static final int x86_AVX512_STATE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OSXAMD64ThreadState
public OSXAMD64ThreadState(int flavor, int size, byte[] state, ByteOrder endian)
-
-