Class BaseWindowsOSThread
java.lang.Object
com.ibm.j9ddr.corereaders.minidump.BaseWindowsOSThread
- All Implemented Interfaces:
 IOSThread
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetModuleForInstructionAddress(long address) protected abstract longprotected abstract longprotected longgetValueOfNamedRegister(Collection<? extends IRegister> registers, String string) Methods declared in class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods declared in interface IOSThread
getBasePointer, getInstructionPointer, getMemoryRanges, getProperties, getRegisters, getStackPointer, getThreadId 
- 
Field Details
- 
process
 
 - 
 - 
Constructor Details
- 
BaseWindowsOSThread
 
 - 
 - 
Method Details
- 
getStackFrames
- Specified by:
 getStackFramesin interfaceIOSThread
 - 
getStackStart
protected abstract long getStackStart() - 
getStackEnd
protected abstract long getStackEnd() - 
getModuleForInstructionAddress
- Throws:
 CorruptDataException
 - 
getValueOfNamedRegister
 
 -