Uses of Class
com.ibm.j9ddr.DataUnavailableException
-
Packages that use DataUnavailableException Package Description com.ibm.j9ddr.corereaders.macho com.ibm.j9ddr.corereaders.memory com.ibm.j9ddr.corereaders.minidump com.ibm.j9ddr.view.dtfj.image -
-
Uses of DataUnavailableException in com.ibm.j9ddr.corereaders.macho
Methods in com.ibm.j9ddr.corereaders.macho that throw DataUnavailableException Modifier and Type Method Description String
MachoDumpReader. getCommandLine()
int
MachoDumpReader. getSignalNumber()
-
Uses of DataUnavailableException in com.ibm.j9ddr.corereaders.memory
Methods in com.ibm.j9ddr.corereaders.memory that throw DataUnavailableException Modifier and Type Method Description String
BufferedMemory. getCommandLine()
String
IProcess. getCommandLine()
Properties
BufferedMemory. getEnvironmentVariables()
Properties
IProcess. getEnvironmentVariables()
String
BufferedMemory. getProcedureNameForAddress(long address)
Equivalent to getProcedureNameForAddress(address, false).String
IProcess. getProcedureNameForAddress(long address)
Equivalent to getProcedureNameForAddress(address, false).String
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.Properties
IModule. getProperties()
int
IProcess. getSignalNumber()
Collection<? extends ISymbol>
IModule. getSymbols()
boolean
IProcess. isFailingProcess()
-
Uses of DataUnavailableException in com.ibm.j9ddr.corereaders.minidump
Methods in com.ibm.j9ddr.corereaders.minidump that throw DataUnavailableException Modifier and Type Method Description Properties
WindowsProcessAddressSpace. getEnvironmentVariables()
This method tries to get environment variables by iterating through modules. -
Uses of DataUnavailableException in com.ibm.j9ddr.view.dtfj.image
Methods in com.ibm.j9ddr.view.dtfj.image that throw DataUnavailableException Modifier and Type Method Description long
J9RASImageDataFactory.MachineData. dumpTimeMillis()
long
J9RASImageDataFactory.MachineData. dumpTimeNanos()
String
J9RASImageDataFactory.MachineData. hostName()
Iterator<Object>
J9RASImageDataFactory.MachineData. ipaddresses()
Properties
J9RASImageDataFactory.MachineData. systemInfo()
-