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 interfaceILibraryDependentCoreA 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 classAbstractCoreReaderMethods in com.ibm.j9ddr.corereaders that return ICore Modifier and Type Method Description ICoreICoreFileReader. processDump(String path)Called when a core reader should process the dump.ICoreICoreFileReader. processDump(ImageInputStream in)Called when a core reader should process the dump.static ICoreCoreReader. readCoreFile(String path)Create a ICore object for a core file.static ICoreCoreReader. 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 classAIXDumpReaderMethods in com.ibm.j9ddr.corereaders.aix that return ICore Modifier and Type Method Description static ICoreAIXDumpReader. getReaderForFile(File file)static ICoreAIXDumpReader. 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 classELFAArch64DumpReaderELFDumpReader for AArch64 dumps.classELFAMD64DumpReaderclassELFARM32DumpReaderELFDumpReader for ARM32 dumps.classELFDumpReaderclassELFIA32DumpReaderELFDumpReader for IA32 dumps.classELFPPC32DumpReaderclassELFPPC64DumpReaderclassELFRISCV64DumpReaderclassELFS39031DumpReaderclassELFS39064DumpReader -
Uses of ICore in com.ibm.j9ddr.corereaders.macho
Classes in com.ibm.j9ddr.corereaders.macho that implement ICore Modifier and Type Class Description classMachoDumpReaderThis 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 ICoreMachoDumpReader. getReaderForFile(File f)static ICoreMachoDumpReader. 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 ICoreIAddressSpace. 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 classMiniDumpReaderMethods in com.ibm.j9ddr.corereaders.minidump that return ICore Modifier and Type Method Description ICoreMiniDumpReader. 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 ICoreJ9DDRImage. getCore()Methods in com.ibm.j9ddr.view.dtfj.image with parameters of type ICore Modifier and Type Method Description static J9RASImageDataFactory.MachineDataJ9RASImageDataFactory. 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)
-