Uses of Class
com.ibm.j9ddr.corereaders.minidump.unwind.UnwindModule
Packages that use UnwindModule
-
Uses of UnwindModule in com.ibm.j9ddr.corereaders.minidump
Methods in com.ibm.j9ddr.corereaders.minidump that return UnwindModuleModifier and TypeMethodDescriptionBaseWindowsOSThread.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 UnwindModuleModifierConstructorDescriptionUnwindCode(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.