PTP
Release 7.0

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

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

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

Methods in org.eclipse.ptp.debug.core.pdi.event that return IPDIMemory
 IPDIMemory[] IPDIDataReadMemoryInfo.getMemories()
          Get the memories
 

Methods in org.eclipse.ptp.debug.core.pdi.event with parameters of type IPDIMemory
 Object IPDIEventFactory.newDataReadMemoryInfo(String address, long nextRow, long prevRow, long nextPage, long prevPage, long numBytes, long totalBytes, IPDIMemory[] memories)
          Create data read memory
 

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

Methods in org.eclipse.ptp.debug.core.pdi.model that return IPDIMemory
 IPDIMemory IPDIModelFactory.newMemory(String address, String ascii, String[] data)
          Create a memory block
 


PTP
Release 7.0

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