public interface IMemoryBlockRetrieval
IMemoryBlock
Modifier and Type | Method and Description |
---|---|
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.
|
boolean supportsStorageRetrieval()
IMemoryBlock getMemoryBlock(long startAddress, long length) throws DebugException
startAddress
- starting addresslength
- length of the memory block in bytesDebugException
- if this method fails. Reasons include:
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.