Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.debug.core.cdi.model.ICDIMemoryBlock

Packages that use ICDIMemoryBlock
org.eclipse.cdt.debug.core.cdi.model   
 

Uses of ICDIMemoryBlock in org.eclipse.cdt.debug.core.cdi.model
 

Methods in org.eclipse.cdt.debug.core.cdi.model that return ICDIMemoryBlock
 ICDIMemoryBlock ICDIMemoryBlockManagement.createMemoryBlock(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.
 

Methods in org.eclipse.cdt.debug.core.cdi.model with parameters of type ICDIMemoryBlock
 void ICDIMemoryBlockManagement.removeBlocks(ICDIMemoryBlock[] memoryBlocks)
          Removes the given array of memory blocks from the debug session.
 


Eclipse CDT
Pre-release 3.0

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