Class BaseWindowsOSThread
java.lang.Object
com.ibm.j9ddr.corereaders.minidump.BaseWindowsOSThread
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetModuleForInstructionAddress
(long address) protected abstract long
protected abstract long
protected long
getValueOfNamedRegister
(Collection<? extends IRegister> registers, String string) 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, getStackPointer, getThreadId
-
Field Details
-
process
-
-
Constructor Details
-
BaseWindowsOSThread
-
-
Method Details
-
getStackFrames
- Specified by:
getStackFrames
in interfaceIOSThread
-
getStackStart
protected abstract long getStackStart() -
getStackEnd
protected abstract long getStackEnd() -
getModuleForInstructionAddress
- Throws:
CorruptDataException
-
getValueOfNamedRegister
-