|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICDIMemoryBlockManagement2
Extension of ICDIMemoryBlockManagement
Method Summary | |
---|---|
ICDIMemoryBlock |
createMemoryBlock(java.math.BigInteger address,
java.lang.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 |
---|
ICDIMemoryBlock createMemoryBlock(java.math.BigInteger address, java.lang.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 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |