PTP
Release 7.0

Uses of Interface
org.eclipse.ptp.debug.core.pdi.model.IPDIMemoryBlock

Packages that use IPDIMemoryBlock
org.eclipse.ptp.debug.core.pdi.event   
org.eclipse.ptp.debug.core.pdi.manager   
org.eclipse.ptp.debug.core.pdi.model   
 

Uses of IPDIMemoryBlock in org.eclipse.ptp.debug.core.pdi.event
 

Methods in org.eclipse.ptp.debug.core.pdi.event that return IPDIMemoryBlock
 IPDIMemoryBlock IPDIMemoryBlockInfo.getMemoryBlock()
          Returns the modified memory block
 

Methods in org.eclipse.ptp.debug.core.pdi.event with parameters of type IPDIMemoryBlock
 IPDISessionObject IPDIEventFactory.newMemoryBlockInfo(IPDISession session, TaskSet tasks, BigInteger[] bigIntegers, IPDIMemoryBlock block)
          Create memory block info
 

Uses of IPDIMemoryBlock in org.eclipse.ptp.debug.core.pdi.manager
 

Methods in org.eclipse.ptp.debug.core.pdi.manager that return IPDIMemoryBlock
 IPDIMemoryBlock IPDIMemoryManager.createMemoryBlock(TaskSet qTasks, String address, int units, int wordSize)
          Returns a memory block specified by given identifier.
 IPDIMemoryBlock[] IPDIMemoryManager.getMemoryBlocks(TaskSet qTasks)
          Returns an array of all memory blocks set for this debug session.
 

Methods in org.eclipse.ptp.debug.core.pdi.manager with parameters of type IPDIMemoryBlock
 void IPDIMemoryManager.removeBlocks(TaskSet tasks, IPDIMemoryBlock[] memoryBlocks)
          Requests to remove the given array of memory blocks from the debug session.
 BigInteger[] IPDIMemoryManager.update(IPDIMemoryBlock block, List<IPDIEvent> aList)
          Update memory blocks
 

Uses of IPDIMemoryBlock in org.eclipse.ptp.debug.core.pdi.model
 

Methods in org.eclipse.ptp.debug.core.pdi.model that return IPDIMemoryBlock
 IPDIMemoryBlock IPDIModelFactory.newMemoryBlock(IPDISession session, TaskSet tasks, String exp, int wordSize, boolean b, IPDIDataReadMemoryInfo info)
          Create a memory block
 


PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.