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 IModule
ELFDumpReader. 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 IModule
MachoDumpReader. 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 class
BaseModule
class
MissingFileModule
IModule placeholder for modules we don't have the file for (and therefore can't get the symbols from).class
Module
Methods in com.ibm.j9ddr.corereaders.memory that return IModule Modifier and Type Method Description IModule
IProcess. 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 void
SymbolUtil. 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 IModule
MiniDumpReader. 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 class
UnwindModule
-
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)
-