-
- All Superinterfaces:
ICore
- All Known Implementing Classes:
AIXDumpReader
,ELFAArch64DumpReader
,ELFAMD64DumpReader
,ELFARM32DumpReader
,ELFDumpReader
,ELFIA32DumpReader
,ELFPPC32DumpReader
,ELFPPC64DumpReader
,ELFRISCV64DumpReader
,ELFS39031DumpReader
,ELFS39064DumpReader
,MachoDumpReader
public interface ILibraryDependentCore extends ICore
A core file that is dependent on shared libraries to complete its address space.
-
-
Field Summary
Fields Modifier and Type Field Description static String
SYSTEM_PROP_EXE_PATH
The system property which contains the full path to the executable.-
Fields declared in interface com.ibm.j9ddr.corereaders.ICore
CORE_CREATE_TIME_PROPERTY, PROCESSOR_COUNT_PROPERTY, PROCESSOR_SUBTYPE_PROPERTY, PROCESSOR_TYPE_PROPERTY, SYSTEM_SUBTYPE_PROPERTY, SYSTEM_TYPE_PROPERTY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
executablePathHint(String path)
Give the core reader a hint to the location of the executable.-
Methods declared in interface com.ibm.j9ddr.corereaders.ICore
close, getAddressSpaces, getDumpFormat, getPlatform, getProperties, isTruncated
-
-
-
-
Field Detail
-
SYSTEM_PROP_EXE_PATH
static final String SYSTEM_PROP_EXE_PATH
The system property which contains the full path to the executable. This can be set on the command line when it is not possible for the reader to deduce where the exe is due to truncated core file entries.- See Also:
- Constant Field Values
-
-
Method Detail
-
executablePathHint
void executablePathHint(String path)
Give the core reader a hint to the location of the executable. If it hasn't already found and loaded the libraries, may attempt to do so.- Parameters:
path
-
-
-