Uses of Class
com.ibm.j9ddr.DataUnavailableException
Package
Description
-
Uses of DataUnavailableException in com.ibm.j9ddr.corereaders.elf
Modifier and TypeMethodDescriptionLinuxProcessAddressSpace.getEnvironmentVariables()
int
LinuxProcessAddressSpace.getSignalNumber()
boolean
LinuxProcessAddressSpace.isFailingProcess()
-
Uses of DataUnavailableException in com.ibm.j9ddr.corereaders.macho
Modifier and TypeMethodDescriptionMachoDumpReader.getCommandLine()
OSXProcessAddressSpace.getCommandLine()
OSXProcessAddressSpace.getEnvironmentVariables()
int
MachoDumpReader.getSignalNumber()
int
OSXProcessAddressSpace.getSignalNumber()
boolean
OSXProcessAddressSpace.isFailingProcess()
-
Uses of DataUnavailableException in com.ibm.j9ddr.corereaders.memory
Modifier and TypeMethodDescriptionBufferedMemory.getCommandLine()
IProcess.getCommandLine()
BufferedMemory.getEnvironmentVariables()
IProcess.getEnvironmentVariables()
BufferedMemory.getProcedureNameForAddress
(long address) Equivalent to getProcedureNameForAddress(address, false).BufferedMemory.getProcedureNameForAddress
(long address, boolean dtfjFormat) IProcess.getProcedureNameForAddress
(long address) Equivalent to getProcedureNameForAddress(address, false).IProcess.getProcedureNameForAddress
(long address, boolean dtfjFormat) protected static String
SymbolUtil.getProcedureNameForAddress
(IProcess process, long address, boolean dtfjFormat) Formats an address a string that shows the containing module and offset from the nearest symbol in that module.IModule.getProperties()
MissingFileModule.getProperties()
Module.getProperties()
int
BufferedMemory.getSignalNumber()
int
IProcess.getSignalNumber()
Collection
<? extends ISymbol> IModule.getSymbols()
MissingFileModule.getSymbols()
boolean
BufferedMemory.isFailingProcess()
boolean
IProcess.isFailingProcess()
-
Uses of DataUnavailableException in com.ibm.j9ddr.corereaders.minidump
Modifier and TypeMethodDescriptionWindowsProcessAddressSpace.getCommandLine()
WindowsProcessAddressSpace.getEnvironmentVariables()
This method tries to get environment variables by iterating through modules.int
WindowsProcessAddressSpace.getSignalNumber()
boolean
WindowsProcessAddressSpace.isFailingProcess()
-
Uses of DataUnavailableException in com.ibm.j9ddr.tools.ddrinteractive
Modifier and TypeMethodDescriptionASNoProcess.getCommandLine()
ASNoProcess.getEnvironmentVariables()
ASNoProcess.getProcedureNameForAddress
(long address) ASNoProcess.getProcedureNameForAddress
(long address, boolean dtfjFormat) int
ASNoProcess.getSignalNumber()
boolean
ASNoProcess.isFailingProcess()
-
Uses of DataUnavailableException in com.ibm.j9ddr.view.dtfj.image
Modifier and TypeMethodDescriptionlong
J9RASImageDataFactory.MachineData.dumpTimeMillis()
long
J9RASImageDataFactory.MachineData.dumpTimeNanos()
J9RASImageDataFactory.MachineData.hostName()
J9RASImageDataFactory.MachineData.ipaddresses()
J9RASImageDataFactory.MachineData.systemInfo()