- java.lang.Object
-
- com.ibm.j9ddr.corereaders.minidump.unwind.UnwindInfo
-
public class UnwindInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description UnwindInfo(IAddressSpace process, UnwindModule module, long address)
Constructor for UnwindInfo, takes the address in the module where the unwind information can be found.
-
-
-
Constructor Detail
-
UnwindInfo
public UnwindInfo(IAddressSpace process, UnwindModule module, long address) throws CorruptDataException
Constructor for UnwindInfo, takes the address in the module where the unwind information can be found.- Parameters:
address
-- Throws:
CorruptDataException
IOException
-
-
Method Detail
-
apply
public long apply(long stackPointer) throws CorruptDataException
- Throws:
CorruptDataException
-
-