- java.lang.Object
-
- com.ibm.j9ddr.corereaders.minidump.BaseWindowsOSThread
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BaseWindowsOSThread(IProcess process)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description UnwindModule
getModuleForInstructionAddress(long address)
protected abstract long
getStackEnd()
protected abstract long
getStackStart()
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, getStackFrames, getStackPointer, getThreadId
-
-
-
-
Field Detail
-
process
protected final IProcess process
-
-
Constructor Detail
-
BaseWindowsOSThread
protected BaseWindowsOSThread(IProcess process)
-
-
Method Detail
-
getStackStart
protected abstract long getStackStart()
-
getStackEnd
protected abstract long getStackEnd()
-
getModuleForInstructionAddress
public UnwindModule getModuleForInstructionAddress(long address) throws CorruptDataException
- Throws:
CorruptDataException
-
getValueOfNamedRegister
protected long getValueOfNamedRegister(Collection<? extends IRegister> registers, String string)
-
-