java.lang.Object
com.ibm.j9ddr.view.dtfj.image.J9DDRImageAddressSpace
- All Implemented Interfaces:
ImageAddressSpace
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the byte order of this address space.Get the process within this address space that caused the image to be created.getID()
Gets the system wide identifier for the address spaceIterator
<?> Get the raw memory in the address space.getPointer
(long address) A factory method for creating pointers into this address space.Get the set of processes within the address space.Gets the OS specific properties for this address space.
-
Constructor Details
-
J9DDRImageAddressSpace
-
-
Method Details
-
getIAddressSpace
-
getByteOrder
Description copied from interface:ImageAddressSpace
Return the byte order of this address space.- Specified by:
getByteOrder
in interfaceImageAddressSpace
- Returns:
- the byte order of this address space
-
getCurrentProcess
Description copied from interface:ImageAddressSpace
Get the process within this address space that caused the image to be created.- Specified by:
getCurrentProcess
in interfaceImageAddressSpace
- Returns:
- the process within this address space which caused the image to be created, if any. Return null if no individual process triggered the creation of the image.
-
getImageSections
Description copied from interface:ImageAddressSpace
Get the raw memory in the address space.- Specified by:
getImageSections
in interfaceImageAddressSpace
- Returns:
- An iterator of all the ImageSections in the address. Their union will be the total process address space.
- See Also:
-
getPointer
Description copied from interface:ImageAddressSpace
A factory method for creating pointers into this address space.- Specified by:
getPointer
in interfaceImageAddressSpace
- Parameters:
address
- the address to point to.- Returns:
- an ImagePointer for the specified address.
-
getProcesses
Description copied from interface:ImageAddressSpace
Get the set of processes within the address space.- Specified by:
getProcesses
in interfaceImageAddressSpace
- Returns:
- an iterator which provides all of the processes within a given address space.
- See Also:
-
getID
Description copied from interface:ImageAddressSpace
Gets the system wide identifier for the address space- Specified by:
getID
in interfaceImageAddressSpace
- Returns:
- address space ID
-
getProperties
Description copied from interface:ImageAddressSpace
Gets the OS specific properties for this address space.- Specified by:
getProperties
in interfaceImageAddressSpace
- Returns:
- a set of OS specific properties
-