Uses of Interface
com.ibm.j9ddr.corereaders.ICore
-
-
Uses of ICore in com.ibm.j9ddr.corereaders
Subinterfaces of ICore in com.ibm.j9ddr.corereaders Modifier and Type Interface Description interface
ILibraryDependentCore
A core file that is dependent on shared libraries to complete its address space.Classes in com.ibm.j9ddr.corereaders that implement ICore Modifier and Type Class Description class
AbstractCoreReader
Methods in com.ibm.j9ddr.corereaders that return ICore Modifier and Type Method Description ICore
ICoreFileReader. processDump(String path)
Called when a core reader should process the dump.ICore
ICoreFileReader. processDump(ImageInputStream in)
Called when a core reader should process the dump.static ICore
CoreReader. readCoreFile(String path)
Create a ICore object for a core file.static ICore
CoreReader. readCoreFile(ImageInputStream in)
-
Uses of ICore in com.ibm.j9ddr.corereaders.aix
Classes in com.ibm.j9ddr.corereaders.aix that implement ICore Modifier and Type Class Description class
AIXDumpReader
Methods in com.ibm.j9ddr.corereaders.aix that return ICore Modifier and Type Method Description static ICore
AIXDumpReader. getReaderForFile(File file)
static ICore
AIXDumpReader. getReaderForFile(ImageInputStream in)
-
Uses of ICore in com.ibm.j9ddr.corereaders.elf
Classes in com.ibm.j9ddr.corereaders.elf that implement ICore Modifier and Type Class Description class
ELFAArch64DumpReader
ELFDumpReader for AArch64 dumps.class
ELFAMD64DumpReader
class
ELFARM32DumpReader
ELFDumpReader for ARM32 dumps.class
ELFDumpReader
class
ELFIA32DumpReader
ELFDumpReader for IA32 dumps.class
ELFPPC32DumpReader
class
ELFPPC64DumpReader
class
ELFRISCV64DumpReader
class
ELFS39031DumpReader
class
ELFS39064DumpReader
-
Uses of ICore in com.ibm.j9ddr.corereaders.macho
Classes in com.ibm.j9ddr.corereaders.macho that implement ICore Modifier and Type Class Description class
MachoDumpReader
This dump reader supports Mach-O core files generated on 64-bit macOS systems.Methods in com.ibm.j9ddr.corereaders.macho that return ICore Modifier and Type Method Description static ICore
MachoDumpReader. getReaderForFile(File f)
static ICore
MachoDumpReader. getReaderForFile(ImageInputStream in)
-
Uses of ICore in com.ibm.j9ddr.corereaders.memory
Methods in com.ibm.j9ddr.corereaders.memory that return ICore Modifier and Type Method Description ICore
IAddressSpace. getCore()
The core file from which this address space has been created fromConstructors in com.ibm.j9ddr.corereaders.memory with parameters of type ICore Constructor Description ProcessAddressSpace(int pointerSizeBytes, ByteOrder byteOrder, ICore core)
-
Uses of ICore in com.ibm.j9ddr.corereaders.minidump
Classes in com.ibm.j9ddr.corereaders.minidump that implement ICore Modifier and Type Class Description class
MiniDumpReader
Methods in com.ibm.j9ddr.corereaders.minidump that return ICore Modifier and Type Method Description ICore
MiniDumpReader. processDump(File file)
-
Uses of ICore in com.ibm.j9ddr.view.dtfj.image
Methods in com.ibm.j9ddr.view.dtfj.image that return ICore Modifier and Type Method Description ICore
J9DDRImage. getCore()
Methods in com.ibm.j9ddr.view.dtfj.image with parameters of type ICore Modifier and Type Method Description static J9RASImageDataFactory.MachineData
J9RASImageDataFactory. getMachineData(ICore c)
Constructors in com.ibm.j9ddr.view.dtfj.image with parameters of type ICore Constructor Description J9DDRImage(ICore coreFile)
J9DDRImage(URI source, ICore coreFile, ImageInputStream meta)
-