PTP
Release 5.0

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

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

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

Subinterfaces of IPDILineLocation 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 IPDILineLocation
static IPDILineLocation PDILocationFactory.newLineLocation(String file, int line)
           
 

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

Methods in org.eclipse.ptp.debug.core.pdi.manager that return IPDILineLocation
 IPDILineLocation IPDIBreakpointManager.createLineLocation(String file, int line)
          Creates line location
 

Methods in org.eclipse.ptp.debug.core.pdi.manager with parameters of type IPDILineLocation
 IPDILineBreakpoint IPDIBreakpointManager.setLineBreakpoint(TaskSet tasks, int type, IPDILineLocation location, IPDICondition condition, boolean deferred, boolean enabled)
          Sets line breakpoint
 


PTP
Release 5.0

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