Eclipse CDT
Pre-release 3.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(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

createMemoryBlock

public ICDIMemoryBlock createMemoryBlock(BigInteger address,
                                         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
Pre-release 3.0

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