Class UnwindTable
java.lang.Object
com.ibm.j9ddr.corereaders.elf.unwind.UnwindTable
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voiddumpInstructions(PrintStream out, byte[] instructions, com.ibm.j9ddr.corereaders.elf.unwind.CIE cie) longlong 
- 
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
 
 -