|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class represents a single Address Space within the image. On some operating systems (e.g. z/OS), there can be more than one Address Space per core file (but generally with only one process per ImageAddressSpace).
Method Summary | |
---|---|
ImageProcess |
getCurrentProcess()
|
java.util.Iterator |
getImageSections()
An accessor for the raw memory in the address space. |
ImagePointer |
getPointer(long address)
A factory method for creating pointers into this address space |
java.util.Iterator |
getProcesses()
|
Method Detail |
public ImageProcess getCurrentProcess()
public java.util.Iterator getProcesses()
ImageProcess
,
CorruptData
public ImagePointer getPointer(long address)
address
- the address to point to
public java.util.Iterator getImageSections()
ImageSection
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |