Uses of Interface
com.ibm.j9ddr.corereaders.memory.IModule
Packages that use IModule
Package
Description
-
Uses of IModule in com.ibm.j9ddr.corereaders.elf
Methods in com.ibm.j9ddr.corereaders.elf that return IModuleModifier and TypeMethodDescriptionELFDumpReader.getExecutable()
LinuxProcessAddressSpace.getExecutable()
Methods in com.ibm.j9ddr.corereaders.elf that return types with arguments of type IModuleModifier and TypeMethodDescriptionELFDumpReader.getModules()
LinuxProcessAddressSpace.getModules()
-
Uses of IModule in com.ibm.j9ddr.corereaders.macho
Methods in com.ibm.j9ddr.corereaders.macho that return IModuleModifier and TypeMethodDescriptionMachoDumpReader.getExecutable()
OSXProcessAddressSpace.getExecutable()
Methods in com.ibm.j9ddr.corereaders.macho that return types with arguments of type IModuleModifier and TypeMethodDescriptionMachoDumpReader.getModules()
OSXProcessAddressSpace.getModules()
-
Uses of IModule in com.ibm.j9ddr.corereaders.memory
Classes in com.ibm.j9ddr.corereaders.memory that implement IModuleModifier and TypeClassDescriptionclass
class
IModule placeholder for modules we don't have the file for (and therefore can't get the symbols from).class
Methods in com.ibm.j9ddr.corereaders.memory that return IModuleMethods in com.ibm.j9ddr.corereaders.memory that return types with arguments of type IModuleModifier and TypeMethodDescriptionCollection
<? extends IModule> BufferedMemory.getModules()
Collection
<? extends IModule> IProcess.getModules()
Methods in com.ibm.j9ddr.corereaders.memory with parameters of type IModuleModifier and TypeMethodDescriptionstatic 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 IModuleModifier and TypeMethodDescriptionMiniDumpReader.getExecutable()
WindowsProcessAddressSpace.getExecutable()
Methods in com.ibm.j9ddr.corereaders.minidump that return types with arguments of type IModuleModifier and TypeMethodDescriptionMiniDumpReader.getModules()
WindowsProcessAddressSpace.getModules()
-
Uses of IModule in com.ibm.j9ddr.corereaders.minidump.unwind
Classes in com.ibm.j9ddr.corereaders.minidump.unwind that implement IModule -
Uses of IModule in com.ibm.j9ddr.tools.ddrinteractive
Methods in com.ibm.j9ddr.tools.ddrinteractive that return IModuleMethods in com.ibm.j9ddr.tools.ddrinteractive that return types with arguments of type IModule -
Uses of IModule in com.ibm.j9ddr.view.dtfj.image
Constructors in com.ibm.j9ddr.view.dtfj.image with parameters of type IModuleModifierConstructorDescriptionJ9DDRImageModule
(IProcess process, IModule module) J9DDRImageModule
(IProcess process, IModule module, String nameOverride)