Uses of Class
com.ibm.dtfj.corereaders.zos.dumpreader.AddressSpace
-
Packages that use AddressSpace Package Description com.ibm.dtfj.corereaders.zos.dumpreader com.ibm.dtfj.corereaders.zos.le com.ibm.dtfj.corereaders.zos.mvs -
-
Uses of AddressSpace in com.ibm.dtfj.corereaders.zos.dumpreader
Methods in com.ibm.dtfj.corereaders.zos.dumpreader that return AddressSpace Modifier and Type Method Description AddressSpace[]
Dump. getAddressSpaces()
Returns an array of all the address spaces in the dump.AddressSpace
AddressSpace. getRootAddressSpace()
Methods in com.ibm.dtfj.corereaders.zos.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.dtfj.corereaders.zos.dumpreader with parameters of type AddressSpace Constructor Description AddressSpaceImageInputStream(AddressSpace space)
Create a new AddressSpaceImageInputStream for the given AddressSpace. -
Uses of AddressSpace in com.ibm.dtfj.corereaders.zos.le
Methods in com.ibm.dtfj.corereaders.zos.le that return AddressSpace Modifier and Type Method Description AddressSpace
DsaStackFrame. getAddressSpace()
Returns the AddressSpace we belong to.AddressSpace
Caa. space()
Returns the AddressSpace we belong toMethods in com.ibm.dtfj.corereaders.zos.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 String
DsaStackFrame. getEntryPointName(AddressSpace space, long ep)
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.dtfj.corereaders.zos.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)
Constructs a new Edb given the address of the edb structure -
Uses of AddressSpace in com.ibm.dtfj.corereaders.zos.mvs
Methods in com.ibm.dtfj.corereaders.zos.mvs that return AddressSpace Modifier and Type Method Description AddressSpace
Tcb. space()
Returns the AddressSpace we belong toMethods in com.ibm.dtfj.corereaders.zos.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.dtfj.corereaders.zos.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.
-