- java.lang.Object
-
- com.ibm.j9ddr.corereaders.minidump.unwind.UnwindCode
-
public class UnwindCode extends Object
-
-
Constructor Summary
Constructors Constructor Description UnwindCode(IAddressSpace process, UnwindModule module, UnwindInfo info, long address)
-
-
-
Constructor Detail
-
UnwindCode
public UnwindCode(IAddressSpace process, UnwindModule module, UnwindInfo info, long address)
-
-
Method Detail
-
formatOp
public String formatOp() throws CorruptDataException
- Throws:
CorruptDataException
-
getNodeCount
public int getNodeCount() throws CorruptDataException
- Throws:
CorruptDataException
-
getNewSP
public long getNewSP(long currentSP) throws CorruptDataException
- Throws:
CorruptDataException
-
-