Eclipse CDT
7.0

org.eclipse.cdt.debug.core.cdi.model
Interface ICDIMemoryBlockManagement2

All Superinterfaces:
ICDIMemoryBlockManagement

public interface ICDIMemoryBlockManagement2
extends ICDIMemoryBlockManagement

Extension of ICDIMemoryBlockManagement

Since:
May 26, 2006

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

createMemoryBlock

ICDIMemoryBlock createMemoryBlock(java.math.BigInteger address,
                                  java.lang.String memorySpaceID,
                                  int size)
                                  throws CDIException
Returns a memory block specified by given parameters. Differs from ICDIMemoryBlockManagement.createMemoryBlock(String, int, int) in that this support memory spaces.

Parameters:
address -
memorySpaceID - - value is meaningful only to the backend
size - - number of bytes
Returns:
a memory block with the specified identifier
Throws:
CDIException - on failure. Reasons include:

Eclipse CDT
7.0

Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.