Uses of Interface
com.ibm.j9ddr.corereaders.memory.IAddressSpace
Packages that use IAddressSpace
Package
Description
-
Uses of IAddressSpace in com.ibm.j9ddr.corereaders
Methods in com.ibm.j9ddr.corereaders that return types with arguments of type IAddressSpace -
Uses of IAddressSpace in com.ibm.j9ddr.corereaders.aix
Methods in com.ibm.j9ddr.corereaders.aix that return types with arguments of type IAddressSpace -
Uses of IAddressSpace in com.ibm.j9ddr.corereaders.elf
Classes in com.ibm.j9ddr.corereaders.elf that implement IAddressSpaceMethods in com.ibm.j9ddr.corereaders.elf that return types with arguments of type IAddressSpace -
Uses of IAddressSpace in com.ibm.j9ddr.corereaders.macho
Classes in com.ibm.j9ddr.corereaders.macho that implement IAddressSpaceMethods in com.ibm.j9ddr.corereaders.macho that return types with arguments of type IAddressSpaceModifier and TypeMethodDescriptionCollection<? extends IAddressSpace>
MachoDumpReader.getAddressSpaces()
-
Uses of IAddressSpace in com.ibm.j9ddr.corereaders.memory
Classes in com.ibm.j9ddr.corereaders.memory that implement IAddressSpaceModifier and TypeClassDescriptionclass
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
Object representing the single address space / process model used by Linux, AIX and Windows.Methods in com.ibm.j9ddr.corereaders.memory that return IAddressSpaceModifier and TypeMethodDescriptionBufferedMemory.getAddressSpace()
IProcess.getAddressSpace()
ProcessAddressSpace.getAddressSpace()
Constructors in com.ibm.j9ddr.corereaders.memory with parameters of type IAddressSpaceModifierConstructorDescriptionMemoryRange
(IAddressSpace addressSpace, long baseAddress, long size, String name) 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 name -
Uses of IAddressSpace in com.ibm.j9ddr.corereaders.minidump
Classes in com.ibm.j9ddr.corereaders.minidump that implement IAddressSpaceMethods in com.ibm.j9ddr.corereaders.minidump that return types with arguments of type IAddressSpaceMethods in com.ibm.j9ddr.corereaders.minidump with parameters of type IAddressSpaceModifier and TypeMethodDescriptionvoid
ThreadInfoStream.readFrom
(MiniDumpReader dump, IAddressSpace addressSpace, boolean is64Bit, List<IOSThread> threads) -
Uses of IAddressSpace in com.ibm.j9ddr.corereaders.minidump.unwind
Constructors in com.ibm.j9ddr.corereaders.minidump.unwind with parameters of type IAddressSpaceModifierConstructorDescriptionUnwindCode
(IAddressSpace process, UnwindModule module, UnwindInfo info, long address) UnwindInfo
(IAddressSpace process, UnwindModule module, long address) Constructor for UnwindInfo, takes the address in the module where the unwind information can be found. -
Uses of IAddressSpace in com.ibm.j9ddr.tools.ddrinteractive
Classes in com.ibm.j9ddr.tools.ddrinteractive that implement IAddressSpaceMethods in com.ibm.j9ddr.tools.ddrinteractive that return IAddressSpaceConstructors in com.ibm.j9ddr.tools.ddrinteractive with parameters of type IAddressSpace -
Uses of IAddressSpace in com.ibm.j9ddr.view.dtfj.image
Methods in com.ibm.j9ddr.view.dtfj.image that return IAddressSpaceMethods in com.ibm.j9ddr.view.dtfj.image with parameters of type IAddressSpaceConstructors in com.ibm.j9ddr.view.dtfj.image with parameters of type IAddressSpace