Package | Description |
---|---|
org.eclipse.cdt.debug.core.cdi.model |
Modifier and Type | Method and Description |
---|---|
ICDIMemoryBlock |
ICDIMemoryBlockManagement2.createMemoryBlock(java.math.BigInteger address,
java.lang.String memorySpaceID,
int size)
Returns a memory block specified by given parameters.
|
ICDIMemoryBlock |
ICDIMemoryBlockManagement.createMemoryBlock(java.lang.String address,
int units,
int wordSize)
Returns a memory block specified by given identifier.
|
ICDIMemoryBlock[] |
ICDIMemoryBlockManagement.getMemoryBlocks()
Returns an array of all memory blocks set for this debug session.
|
Modifier and Type | Method and Description |
---|---|
void |
ICDIMemoryBlockManagement.removeBlocks(ICDIMemoryBlock[] memoryBlocks)
Removes the given array of memory blocks from the debug session.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.