|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extension of ICDIMemoryBlockManagement
Method Summary | |
---|---|
ICDIMemoryBlock |
createMemoryBlock(BigInteger address,
String memorySpaceID,
int size)
Returns a memory block specified by given parameters. |
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIMemoryBlockManagement |
---|
createMemoryBlock, getMemoryBlocks, removeAllBlocks, removeBlocks |
Method Detail |
public ICDIMemoryBlock createMemoryBlock(BigInteger address, String memorySpaceID, int size) throws CDIException
ICDIMemoryBlockManagement.createMemoryBlock(String, int, int)
in that this support memory spaces.
address
- memorySpaceID
- - value is meaningful only to the backendsize
- - number of bytes
CDIException
- on failure. Reasons include:
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |