java.lang.Object
com.ibm.j9ddr.corereaders.memory.BaseModule
com.ibm.j9ddr.corereaders.memory.Module
com.ibm.j9ddr.corereaders.minidump.unwind.UnwindModule
- All Implemented Interfaces:
- IModule
- 
Field SummaryFields declared in class com.ibm.j9ddr.corereaders.memory.BaseModuleloadAddress, memoryRanges, name, process
- 
Constructor SummaryConstructorsConstructorDescriptionUnwindModule(IProcess process, String name, List<? extends ISymbol> symbols, Collection<? extends IMemoryRange> memoryRanges, long loadAddress, Properties properties) UnwindModule(IProcess process, String name, List<? extends ISymbol> symbols, Collection<? extends IMemoryRange> memoryRanges, long loadAddress, Properties properties, List<RuntimeFunction> runtimeFunctionEntries) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddumpUndwindInfo(PrintStream output) getUnwindDataForAddress(long address) Given an instruction address relative to this module, returns the appropriate unwind data for that address.Methods declared in class com.ibm.j9ddr.corereaders.memory.ModulegetProperties, getSymbolsMethods declared in class com.ibm.j9ddr.corereaders.memory.BaseModulegetLoadAddress, getMemoryRanges, getName
- 
Constructor Details- 
UnwindModulepublic UnwindModule(IProcess process, String name, List<? extends ISymbol> symbols, Collection<? extends IMemoryRange> memoryRanges, long loadAddress, Properties properties) 
- 
UnwindModulepublic UnwindModule(IProcess process, String name, List<? extends ISymbol> symbols, Collection<? extends IMemoryRange> memoryRanges, long loadAddress, Properties properties, List<RuntimeFunction> runtimeFunctionEntries) 
 
- 
- 
Method Details- 
getUnwindDataForAddressGiven an instruction address relative to this module, returns the appropriate unwind data for that address.- Parameters:
- address-
- Returns:
- Throws:
- MemoryFault
 
- 
dumpUndwindInfo
 
-