Uses of Class
com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreader.AddressSpace
-
Packages that use AddressSpace Package Description com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreader com.ibm.j9ddr.corereaders.tdump.zebedee.le com.ibm.j9ddr.corereaders.tdump.zebedee.mvs -
-
Uses of AddressSpace in com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreader
Subclasses of AddressSpace in com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreader Modifier and Type Class Description class
MutableAddressSpace
Provides the ability to write as well as read to a copy of the address space.Methods in com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreader that return AddressSpace Modifier and Type Method Description AddressSpace
Dump. getAddressSpace(int id)
Returns the address space with the given id or null if it can't be found.AddressSpace[]
Dump. getAddressSpaces()
Returns an array of all the address spaces in the dump.AddressSpace
AddressSpace. getRootAddressSpace()
Methods in com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreader with parameters of type AddressSpace Modifier and Type Method Description boolean
SearchListener. foundMatch(AddressSpace space, long address)
Called to report a match has been found.Constructors in com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreader with parameters of type AddressSpace Constructor Description AddressSpaceImageInputStream(AddressSpace space)
Create a new AddressSpaceImageInputStream for the given AddressSpace.MutableAddressSpace(AddressSpace space)
Creates a new MutableAddressSpace from the given AddressSpace.SystemTrace(AddressSpace space)
Create a new System Trace object. -
Uses of AddressSpace in com.ibm.j9ddr.corereaders.tdump.zebedee.le
Methods in com.ibm.j9ddr.corereaders.tdump.zebedee.le that return AddressSpace Modifier and Type Method Description AddressSpace
DsaStackFrame. getAddressSpace()
Returns the AddressSpace we belong to.AddressSpace
Dll. getSpace()
The AddressSpace we belong toAddressSpace
Caa. space()
Returns the AddressSpace we belong toMethods in com.ibm.j9ddr.corereaders.tdump.zebedee.le with parameters of type AddressSpace Modifier and Type Method Description static void
Dll. addFunction(AddressSpace space, String name, DllFunction function)
Add the givenDllFunction
to the set of functions for this AddressSpace.static Caa[]
Caa. getCaas(AddressSpace space)
Returns an array containing all of the Caas in the givenAddressSpace
static Caa[]
Caa. getCaas(AddressSpace space, Edb edb)
Returns an array containing all of the Caas in the givenAddressSpace
and which belong to the given enclave (or all if enclave is null).static Edb[]
Edb. getEdbs(AddressSpace space)
Returns an array of all the Edbs in the given address space.static String
DsaStackFrame. getEntryPointName(AddressSpace space, long ep)
Returns the function name for the given entry point address.static String
DsaStackFrame. getEntryPointName(AddressSpace space, long ep, boolean scan)
Returns the function name for the given entry point address.static DllFunction
Dll. getFunction(AddressSpace space, String name)
From the given AddressSpace returns the namedDllFunction
(or null if it can't be found).static Edb
Edb. getSampleEdb(AddressSpace space)
Returns a "sample" Edb for the given address space.Constructors in com.ibm.j9ddr.corereaders.tdump.zebedee.le with parameters of type AddressSpace Constructor Description Dll(long address, AddressSpace space)
Constructs a new Dll given the address of the DLCB (DLL Control Block) structure.DsaStackFrame(long address, boolean isDownStack, RegisterSet registers, AddressSpace space, Caa caa)
Create a new DsaStackFrame from the given dsa address and with the given stack direction.Edb(long address, AddressSpace space, boolean is64bit)
Constructs a new Edb given the address of the edb structureFunctionEmulator(AddressSpace space, long functionEntryPoint, long functionEnv)
Create a new FunctionEmulator.FunctionEmulator(AddressSpace space, String functionName)
Create a new FunctionEmulator. -
Uses of AddressSpace in com.ibm.j9ddr.corereaders.tdump.zebedee.mvs
Methods in com.ibm.j9ddr.corereaders.tdump.zebedee.mvs that return AddressSpace Modifier and Type Method Description AddressSpace
Tcb. space()
Returns the AddressSpace we belong toMethods in com.ibm.j9ddr.corereaders.tdump.zebedee.mvs with parameters of type AddressSpace Modifier and Type Method Description static Tcb[]
Tcb. getTcbs(AddressSpace space)
Returns an array containing all of the Tcbs in the givenAddressSpace
.Constructors in com.ibm.j9ddr.corereaders.tdump.zebedee.mvs with parameters of type AddressSpace Constructor Description Lse(AddressSpace space, long address)
Create a new Linkage Stack EntryTcb(AddressSpace space, long address)
Create a new Tcb for the given address space.
-