PTP
Release 5.0

org.eclipse.ptp.debug.core.pdi.event
Interface IPDIMemoryBlockInfo

All Superinterfaces:
IPDISessionObject, IPDISet

public interface IPDIMemoryBlockInfo
extends IPDISessionObject

Represents memory block info


Method Summary
 java.math.BigInteger[] getAddresses()
          Returns the modified addresses.
 IPDIMemoryBlock getMemoryBlock()
          Returns the modified memory block
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject
getSession
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet
getTasks
 

Method Detail

getAddresses

java.math.BigInteger[] getAddresses()
Returns the modified addresses.

Returns:
the modified addresses.

getMemoryBlock

IPDIMemoryBlock getMemoryBlock()
Returns the modified memory block

Returns:
the modified memory block

PTP
Release 5.0

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