java.lang.Object
com.ibm.j9ddr.corereaders.macho.MachoDumpReader.OSXThread
- All Implemented Interfaces:
IOSThread
- Direct Known Subclasses:
MachoDumpReader.OSXAArch64Thread
,MachoDumpReader.OSXAMD64Thread
- Enclosing class:
- MachoDumpReader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends IMemoryRange>
Collection<? extends IRegister>
List<? extends IOSStackFrame>
long
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, getStackPointer
-
Constructor Details
-
OSXThread
-
-
Method Details
-
getThreadId
- Specified by:
getThreadId
in interfaceIOSThread
- Throws:
CorruptDataException
-
getStackFrames
- Specified by:
getStackFrames
in interfaceIOSThread
-
getRegisters
- Specified by:
getRegisters
in interfaceIOSThread
-
getMemoryRanges
- Specified by:
getMemoryRanges
in interfaceIOSThread
-
getProperties
- Specified by:
getProperties
in interfaceIOSThread
-