PTP
Release 7.0

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

Packages that use IPDILocation
org.eclipse.ptp.debug.core.pdi   
org.eclipse.ptp.debug.core.pdi.model   
 

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

Subinterfaces of IPDILocation in org.eclipse.ptp.debug.core.pdi
 interface IPDIAddressLocation
          Represents the address location in the debuggable program
 interface IPDIFileLocation
          Represents file location
 interface IPDIFunctionLocation
          Represents function location in the debuggable program
 interface IPDILineLocation
          Represents line location in the debuggable program
 interface IPDILocator
          Represents the information of file, function, line, address
 

Methods in org.eclipse.ptp.debug.core.pdi with parameters of type IPDILocation
 boolean IPDILocation.equals(IPDILocation locaiton)
          Determines whether the both locations is in the same place
 void IPDIExecuteManagement.resume(TaskSet tasks, IPDILocation location)
          Resume execution at location.
 void IPDIExecuteManagement.stepUntil(TaskSet tasks, IPDILocation location)
          Continues running until location is reached.
 

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

Methods in org.eclipse.ptp.debug.core.pdi.model that return IPDILocation
 IPDILocation IPDITracepoint.getLocation()
          Returns the location of this tracepoint.
 

Methods in org.eclipse.ptp.debug.core.pdi.model with parameters of type IPDILocation
 IPDIAddressBreakpoint IPDIModelFactory.newAddressBreakpoint(IPDISession session, TaskSet tasks, int type, IPDILocation location, IPDICondition condition, boolean enabled)
          Create an address breakpoint
 IPDIFunctionBreakpoint IPDIModelFactory.newFunctionBreakpoint(IPDISession session, TaskSet tasks, int type, IPDILocation location, IPDICondition condition, boolean enabled)
          Create a function breakpoint
 IPDILineBreakpoint IPDIModelFactory.newLineBreakpoint(IPDISession session, TaskSet tasks, int type, IPDILocation location, IPDICondition condition, boolean enabled)
          Create a line breakpoint
 


PTP
Release 7.0

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