Uses of Class
com.ibm.dtfj.corereaders.zos.dumpreader.AddressSpace
Packages that use AddressSpace
Package
Description
-
Uses of AddressSpace in com.ibm.dtfj.corereaders.zos.dumpreader
Methods in com.ibm.dtfj.corereaders.zos.dumpreader that return AddressSpaceModifier and TypeMethodDescriptionDump.getAddressSpaces()
Returns an array of all the address spaces in the dump.AddressSpace.getRootAddressSpace()
Methods in com.ibm.dtfj.corereaders.zos.dumpreader with parameters of type AddressSpaceModifier and TypeMethodDescriptionboolean
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 AddressSpaceModifierConstructorDescriptionCreate 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 AddressSpaceModifier and TypeMethodDescriptionDsaStackFrame.getAddressSpace()
Returns the AddressSpace we belong to.Caa.space()
Returns the AddressSpace we belong toMethods in com.ibm.dtfj.corereaders.zos.le with parameters of type AddressSpaceModifier and TypeMethodDescriptionstatic 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 AddressSpaceModifierConstructorDescriptionDll
(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 AddressSpaceMethods in com.ibm.dtfj.corereaders.zos.mvs with parameters of type AddressSpaceModifier and TypeMethodDescriptionstatic 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 AddressSpaceModifierConstructorDescriptionLse
(AddressSpace space, long address) Create a new Linkage Stack EntryTcb
(AddressSpace space, long address) Create a new Tcb for the given address space.