PTP
Release 5.0

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

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

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

Subinterfaces of IPDIFunctionLocation 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 IPDIFunctionLocation
static IPDIFunctionLocation PDILocationFactory.newFunctionLocation(String file, String function)
           
 

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

Methods in org.eclipse.ptp.debug.core.pdi.manager that return IPDIFunctionLocation
 IPDIFunctionLocation IPDIBreakpointManager.createFunctionLocation(String file, String function)
          Create function location
 

Methods in org.eclipse.ptp.debug.core.pdi.manager with parameters of type IPDIFunctionLocation
 IPDIFunctionBreakpoint IPDIBreakpointManager.setFunctionBreakpoint(TaskSet tasks, int type, IPDIFunctionLocation location, IPDICondition condition, boolean deferred, boolean enabled)
          Sets function breakpoint
 


PTP
Release 5.0

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