- java.lang.Object
-
- com.ibm.j9ddr.corereaders.macho.MachoDumpReader.OSXThread
-
- com.ibm.j9ddr.corereaders.macho.MachoDumpReader.OSXAMD64Thread
-
- All Implemented Interfaces:
IOSThread
- Enclosing class:
- MachoDumpReader
public static final class MachoDumpReader.OSXAMD64Thread extends MachoDumpReader.OSXThread
-
-
Constructor Summary
Constructors Constructor Description OSXAMD64Thread(long tid, ThreadCommand thread)
-
Method Summary
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface com.ibm.j9ddr.corereaders.osthread.IOSThread
getBasePointer, getInstructionPointer, getMemoryRanges, getProperties, getRegisters, getStackFrames, getStackPointer, getThreadId
-
-
-
-
Constructor Detail
-
OSXAMD64Thread
public OSXAMD64Thread(long tid, ThreadCommand thread)
-
-