public interface IMemoryBlockRetrievalExtension extends IMemoryBlockRetrieval
Modifier and Type | Method and Description |
---|---|
IMemoryBlockExtension |
getExtendedMemoryBlock(String expression,
Object context)
Retrieves and returns a memory block.
|
getMemoryBlock, supportsStorageRetrieval
IMemoryBlockExtension getExtendedMemoryBlock(String expression, Object context) throws DebugException
expression
- expression to be evaluated to an addresscontext
- context for evaluating the expression. This is typically
a debug element.DebugException
- if unable to retrieve the specified memory
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.