Uses of Interface
com.ibm.j9ddr.corereaders.memory.IMemoryRange
-
Packages that use IMemoryRange Package Description com.ibm.j9ddr.corereaders.elf com.ibm.j9ddr.corereaders.memory com.ibm.j9ddr.corereaders.minidump.unwind com.ibm.j9ddr.corereaders.osthread -
-
Uses of IMemoryRange in com.ibm.j9ddr.corereaders.elf
Classes in com.ibm.j9ddr.corereaders.elf that implement IMemoryRange Modifier and Type Class Description classELFMemorySourceMemory source that gets its data from an ELFFile. -
Uses of IMemoryRange in com.ibm.j9ddr.corereaders.memory
Subinterfaces of IMemoryRange in com.ibm.j9ddr.corereaders.memory Modifier and Type Interface Description interfaceIDetailedMemoryRangeA memory range that can hold all the OS properties for a range of a process.interfaceIMemorySourceA memory range that holds its data.interfaceINamedMemoryRangeA named IMemoryRangeClasses in com.ibm.j9ddr.corereaders.memory that implement IMemoryRange Modifier and Type Class Description classBaseMemoryRangeAbstract base class containing common logic for IMemoryRangeclassBufferedMemorySourceServes as a ByteBuffer backed memory source.classDetailedDumpMemorySourceclassDumpMemorySourceMemory range backed by an AbstractCoreReaderclassMemoryRangeSimple memory range class.classProtectedMemoryRangeAbstract memory range that adds the isReadable/Executable/Writable methodsclassUnbackedMemorySourceMemory source for storage range that is declared, but not backed.Fields in com.ibm.j9ddr.corereaders.memory with type parameters of type IMemoryRange Modifier and Type Field Description protected Collection<? extends IMemoryRange>BaseModule. memoryRangesMethods in com.ibm.j9ddr.corereaders.memory that return types with arguments of type IMemoryRange Modifier and Type Method Description Collection<? extends IMemoryRange>IMemory. getMemoryRanges()Collection<? extends IMemoryRange>IModule. getMemoryRanges()List<IMemoryRange>MemorySourceTable. getMemorySources()Methods in com.ibm.j9ddr.corereaders.memory with parameters of type IMemoryRange Modifier and Type Method Description booleanIMemoryRange. isSubRange(IMemoryRange other)booleanIMemoryRange. overlaps(IMemoryRange other)Constructors in com.ibm.j9ddr.corereaders.memory with parameters of type IMemoryRange Constructor Description MemoryRange(IAddressSpace addressSpace, IMemoryRange range, String name)Constructor to build a memory range with the same base and size as an existing memory range, but with a different nameConstructor parameters in com.ibm.j9ddr.corereaders.memory with type arguments of type IMemoryRange Constructor Description BaseModule(IProcess process, String name, Collection<? extends IMemoryRange> memoryRanges, long loadAddress)MissingFileModule(IProcess process, String name, List<? extends IMemoryRange> memoryRanges)MissingFileModule(IProcess process, String name, List<? extends IMemoryRange> memoryRanges, long loadAddress)Module(IProcess process, String name, List<? extends ISymbol> symbols, Collection<? extends IMemoryRange> memoryRanges, long loadAddress, Properties properties) -
Uses of IMemoryRange in com.ibm.j9ddr.corereaders.minidump.unwind
Constructor parameters in com.ibm.j9ddr.corereaders.minidump.unwind with type arguments of type IMemoryRange Constructor Description UnwindModule(IProcess process, String name, List<? extends ISymbol> symbols, Collection<? extends IMemoryRange> memoryRanges, long loadAddress, Properties properties)UnwindModule(IProcess process, String name, List<? extends ISymbol> symbols, Collection<? extends IMemoryRange> memoryRanges, long loadAddress, Properties properties, List<RuntimeFunction> runtimeFunctionEntries) -
Uses of IMemoryRange in com.ibm.j9ddr.corereaders.osthread
Methods in com.ibm.j9ddr.corereaders.osthread that return types with arguments of type IMemoryRange Modifier and Type Method Description Collection<? extends IMemoryRange>IOSThread. getMemoryRanges()
-