|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageAddressSpace
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()
Get the process within this address space which caused the image to be created. |
java.util.Iterator |
getImageSections()
Get 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()
Get the set of processes within the address space. |
Method Detail |
---|
ImageProcess getCurrentProcess()
java.util.Iterator getProcesses()
ImageProcess
,
CorruptData
ImagePointer getPointer(long address)
address
- the address to point to
java.util.Iterator getImageSections()
ImageSection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |