Uses of Class
com.ibm.j9ddr.corereaders.memory.MemoryFault
-
-
Uses of MemoryFault in com.ibm.j9ddr
Subclasses of MemoryFault in com.ibm.j9ddr Modifier and Type Class Description class
NullPointerDereference
-
Uses of MemoryFault in com.ibm.j9ddr.corereaders.elf
Methods in com.ibm.j9ddr.corereaders.elf that throw MemoryFault Modifier and Type Method Description String
LinuxProcessAddressSpace. readStringAt(long nameAddress)
-
Uses of MemoryFault in com.ibm.j9ddr.corereaders.elf.unwind
Methods in com.ibm.j9ddr.corereaders.elf.unwind that throw MemoryFault Modifier and Type Method Description Map<String,Number>
UnwindTable. apply(Map<String,Number> elfRegisters, String[] registerMapping)
-
Uses of MemoryFault in com.ibm.j9ddr.corereaders.macho
Methods in com.ibm.j9ddr.corereaders.macho that throw MemoryFault Modifier and Type Method Description String
OSXProcessAddressSpace. readStringAt(long nameAddress)
-
Uses of MemoryFault in com.ibm.j9ddr.corereaders.memory
Methods in com.ibm.j9ddr.corereaders.memory that throw MemoryFault Modifier and Type Method Description byte
BufferedMemorySource. getByte(long address)
byte
IMemory. getByteAt(long address)
int
IMemorySource. getBytes(long address, byte[] buffer, int offset, int length)
Reads data from the memory rangeint
IMemory. getBytesAt(long address, byte[] buffer)
int
IMemory. getBytesAt(long address, byte[] buffer, int offset, int length)
double
BufferedMemorySource. getDouble(long address)
int
BufferedMemorySource. getInt(long address)
int
IMemory. getIntAt(long address)
long
BufferedMemorySource. getLong(long address)
long
IMemory. getLongAt(long address)
long
IProcess. getPointerAt(long address)
short
BufferedMemorySource. getShort(long address)
short
IMemory. getShortAt(long address)
int
BufferedMemorySource. getUnsignedShort(long address)
static Properties
EnvironmentUtils. readEnvironment(IProcess proc, long environPointer)
Extracts environment data from the environ pointerstatic Properties
EnvironmentUtils. readEnvironmentStrings(IProcess proc, long environmentPtr)
Constructs a set of environment variable properties a the Windows environment variable string block. -
Uses of MemoryFault in com.ibm.j9ddr.corereaders.minidump.unwind
Methods in com.ibm.j9ddr.corereaders.minidump.unwind that throw MemoryFault Modifier and Type Method Description RuntimeFunction
UnwindModule. getUnwindDataForAddress(long address)
Given an instruction address relative to this module, returns the appropriate unwind data for that address. -
Uses of MemoryFault in com.ibm.j9ddr.tools.ddrinteractive
Methods in com.ibm.j9ddr.tools.ddrinteractive that throw MemoryFault Modifier and Type Method Description protected long
Command. dbgFindPatternInRange(Context context, byte[] pattern, int patternAlignment, long startSearchFrom, BigInteger bytesToSearch)
static long
CommandUtils. followPointerFromStructure(Context context, String structureName, long structureAddress, String fieldName)
-