Uses of Class
com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreader.AddressSpace
Packages that use AddressSpace
Package
Description
-
Uses of AddressSpace in com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreader
Subclasses of AddressSpace in com.ibm.j9ddr.corereaders.tdump.zebedee.dumpreaderModifier and TypeClassDescriptionfinal class
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 AddressSpaceModifier and TypeMethodDescriptionDump.getAddressSpace
(int id) Returns the address space with the given id or null if it can't be found.Dump.getAddressSpaces()
Returns an array of all the address spaces in the dump.AddressSpace.getRootAddressSpace()
Methods in com.ibm.j9ddr.corereaders.tdump.zebedee.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.j9ddr.corereaders.tdump.zebedee.dumpreader with parameters of type AddressSpaceModifierConstructorDescriptionCreate 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 AddressSpaceModifier and TypeMethodDescriptionDsaStackFrame.getAddressSpace()
Returns the AddressSpace we belong to.Dll.getSpace()
The AddressSpace we belong toCaa.space()
Returns the AddressSpace we belong toMethods in com.ibm.j9ddr.corereaders.tdump.zebedee.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 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 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, 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 AddressSpaceMethods in com.ibm.j9ddr.corereaders.tdump.zebedee.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.j9ddr.corereaders.tdump.zebedee.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.