PTP
Release 5.0

Uses of Interface
org.eclipse.ptp.debug.core.pdi.IPDIAddressLocation

Packages that use IPDIAddressLocation
org.eclipse.ptp.debug.core.pdi   
org.eclipse.ptp.debug.core.pdi.manager   
 

Uses of IPDIAddressLocation in org.eclipse.ptp.debug.core.pdi
 

Subinterfaces of IPDIAddressLocation in org.eclipse.ptp.debug.core.pdi
 interface IPDILocator
          Represents the information of file, function, line, address
 

Methods in org.eclipse.ptp.debug.core.pdi that return IPDIAddressLocation
static IPDIAddressLocation PDILocationFactory.newAddressLocation(java.math.BigInteger addr)
           
 

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

Methods in org.eclipse.ptp.debug.core.pdi.manager that return IPDIAddressLocation
 IPDIAddressLocation IPDIBreakpointManager.createAddressLocation(java.math.BigInteger address)
          Create address location
 

Methods in org.eclipse.ptp.debug.core.pdi.manager with parameters of type IPDIAddressLocation
 IPDIAddressBreakpoint IPDIBreakpointManager.setAddressBreakpoint(TaskSet tasks, int type, IPDIAddressLocation location, IPDICondition condition, boolean deferred, boolean enabled)
          Sets address breakpoint
 


PTP
Release 5.0

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