Uses of Class
com.ibm.j9ddr.DataUnavailableException
Packages that use DataUnavailableException
Package
Description
-
Uses of DataUnavailableException in com.ibm.j9ddr.corereaders.elf
Methods in com.ibm.j9ddr.corereaders.elf that throw DataUnavailableExceptionModifier and TypeMethodDescriptionLinuxProcessAddressSpace.getEnvironmentVariables()
int
LinuxProcessAddressSpace.getSignalNumber()
boolean
LinuxProcessAddressSpace.isFailingProcess()
-
Uses of DataUnavailableException in com.ibm.j9ddr.corereaders.macho
Methods in com.ibm.j9ddr.corereaders.macho that throw DataUnavailableExceptionModifier 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
Methods in com.ibm.j9ddr.corereaders.memory that throw DataUnavailableExceptionModifier 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
Methods in com.ibm.j9ddr.corereaders.minidump that throw DataUnavailableExceptionModifier 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
Methods in com.ibm.j9ddr.tools.ddrinteractive that throw DataUnavailableExceptionModifier 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
Methods in com.ibm.j9ddr.view.dtfj.image that throw DataUnavailableExceptionModifier and TypeMethodDescriptionlong
J9RASImageDataFactory.MachineData.dumpTimeMillis()
long
J9RASImageDataFactory.MachineData.dumpTimeNanos()
J9RASImageDataFactory.MachineData.hostName()
J9RASImageDataFactory.MachineData.ipaddresses()
J9RASImageDataFactory.MachineData.systemInfo()