Uses of Interface
com.ibm.j9ddr.corereaders.memory.IModule
-
-
Uses of IModule in com.ibm.j9ddr.corereaders.elf
Methods in com.ibm.j9ddr.corereaders.elf that return IModule Modifier and Type Method Description IModuleELFDumpReader. getExecutable()Methods in com.ibm.j9ddr.corereaders.elf that return types with arguments of type IModule Modifier and Type Method Description List<? extends IModule>ELFDumpReader. getModules() -
Uses of IModule in com.ibm.j9ddr.corereaders.macho
Methods in com.ibm.j9ddr.corereaders.macho that return IModule Modifier and Type Method Description IModuleMachoDumpReader. getExecutable()Methods in com.ibm.j9ddr.corereaders.macho that return types with arguments of type IModule Modifier and Type Method Description List<? extends IModule>MachoDumpReader. getModules() -
Uses of IModule in com.ibm.j9ddr.corereaders.memory
Classes in com.ibm.j9ddr.corereaders.memory that implement IModule Modifier and Type Class Description classBaseModuleclassMissingFileModuleIModule placeholder for modules we don't have the file for (and therefore can't get the symbols from).classModuleMethods in com.ibm.j9ddr.corereaders.memory that return IModule Modifier and Type Method Description IModuleIProcess. getExecutable()Methods in com.ibm.j9ddr.corereaders.memory that return types with arguments of type IModule Modifier and Type Method Description Collection<? extends IModule>IProcess. getModules()Methods in com.ibm.j9ddr.corereaders.memory with parameters of type IModule Modifier and Type Method Description static voidSymbolUtil. addDDRSymbolToModule(IModule module, String dtfjName, String ddrName, long address)Provides an interface to add symbols (or address to name mappings) that are found by routes other than reading from the modules themselves. -
Uses of IModule in com.ibm.j9ddr.corereaders.minidump
Methods in com.ibm.j9ddr.corereaders.minidump that return IModule Modifier and Type Method Description IModuleMiniDumpReader. getExecutable()Methods in com.ibm.j9ddr.corereaders.minidump that return types with arguments of type IModule Modifier and Type Method Description List<IModule>MiniDumpReader. getModules() -
Uses of IModule in com.ibm.j9ddr.corereaders.minidump.unwind
Classes in com.ibm.j9ddr.corereaders.minidump.unwind that implement IModule Modifier and Type Class Description classUnwindModule -
Uses of IModule in com.ibm.j9ddr.view.dtfj.image
Constructors in com.ibm.j9ddr.view.dtfj.image with parameters of type IModule Constructor Description J9DDRImageModule(IProcess process, IModule module)J9DDRImageModule(IProcess process, IModule module, String nameOverride)
-