Uses of Class
com.ibm.j9ddr.corereaders.minidump.unwind.UnwindModule
-
Packages that use UnwindModule Package Description com.ibm.j9ddr.corereaders.minidump com.ibm.j9ddr.corereaders.minidump.unwind -
-
Uses of UnwindModule in com.ibm.j9ddr.corereaders.minidump
Methods in com.ibm.j9ddr.corereaders.minidump that return UnwindModule Modifier and Type Method Description UnwindModule
BaseWindowsOSThread. getModuleForInstructionAddress(long address)
-
Uses of UnwindModule in com.ibm.j9ddr.corereaders.minidump.unwind
Constructors in com.ibm.j9ddr.corereaders.minidump.unwind with parameters of type UnwindModule Constructor Description UnwindCode(IAddressSpace process, UnwindModule module, UnwindInfo info, long address)
UnwindInfo(IAddressSpace process, UnwindModule module, long address)
Constructor for UnwindInfo, takes the address in the module where the unwind information can be found.
-