Class UnwindTable
java.lang.Object
com.ibm.j9ddr.corereaders.elf.unwind.UnwindTable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
dumpInstructions
(PrintStream out, byte[] instructions, com.ibm.j9ddr.corereaders.elf.unwind.CIE cie) long
long
-
Constructor Details
-
UnwindTable
- Throws:
IOException
-
-
Method Details
-
apply
public Map<String,Number> apply(Map<String, Number> elfRegisters, String[] registerMapping) throws MemoryFault- Throws:
MemoryFault
-
getFrameAddress
public long getFrameAddress() -
getReturnAddress
public long getReturnAddress() -
dumpInstructions
public static void dumpInstructions(PrintStream out, byte[] instructions, com.ibm.j9ddr.corereaders.elf.unwind.CIE cie) throws IOException - Throws:
IOException
-