|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supports the retrieval of arbitrary blocks of memory.
IMemoryBlock
Method Summary | |
IMemoryBlock |
getMemoryBlock(long startAddress,
long length)
Returns a memory block that starts at the specified memory address, with the specified length. |
boolean |
supportsStorageRetrieval()
Returns whether this debug target supports the retrieval of memory blocks. |
Method Detail |
public boolean supportsStorageRetrieval()
public IMemoryBlock getMemoryBlock(long startAddress, long length) throws DebugException
startAddress
- starting addresslength
- length of the memory block in bytesDebugException
- if this method fails. Reasons include:
|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |