Uses of Interface
com.ibm.j9ddr.corereaders.memory.IMemory
-
Packages that use IMemory Package Description com.ibm.j9ddr.corereaders.elf com.ibm.j9ddr.corereaders.macho com.ibm.j9ddr.corereaders.memory com.ibm.j9ddr.corereaders.minidump com.ibm.j9ddr.tools.ddrinteractive -
-
Uses of IMemory in com.ibm.j9ddr.corereaders.elf
Classes in com.ibm.j9ddr.corereaders.elf that implement IMemory Modifier and Type Class Description class
LinuxProcessAddressSpace
-
Uses of IMemory in com.ibm.j9ddr.corereaders.macho
Classes in com.ibm.j9ddr.corereaders.macho that implement IMemory Modifier and Type Class Description class
OSXProcessAddressSpace
-
Uses of IMemory in com.ibm.j9ddr.corereaders.memory
Subinterfaces of IMemory in com.ibm.j9ddr.corereaders.memory Modifier and Type Interface Description interface
IAddressSpace
A region of addressable memory that has an ID and a list of processes.interface
IProcess
Models an OS process.Classes in com.ibm.j9ddr.corereaders.memory that implement IMemory Modifier and Type Class Description class
AbstractMemory
Abstract class containing the logic for mapping a memory space onto a set of IMemorySource objects through a caching layer.class
BufferedMemory
Object representing a single live process model where a section of memory in a the process can be represented in a byte buffer as its sourceclass
ProcessAddressSpace
Object representing the single address space / process model used by Linux, AIX and Windows.class
SearchableMemory
Abstract IMemory encapsulating findPattern() logic.Constructors in com.ibm.j9ddr.corereaders.memory with parameters of type IMemory Constructor Description IMemoryImageInputStream(IMemory memory, long startingAddress)
-
Uses of IMemory in com.ibm.j9ddr.corereaders.minidump
Classes in com.ibm.j9ddr.corereaders.minidump that implement IMemory Modifier and Type Class Description class
WindowsProcessAddressSpace
-
Uses of IMemory in com.ibm.j9ddr.tools.ddrinteractive
Classes in com.ibm.j9ddr.tools.ddrinteractive that implement IMemory Modifier and Type Class Description class
ASNoProcess
-