PTP
Release 5.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 Session.resume(TaskSet tasks, IPDILocation location)
           
 void IPDIExecuteManagement.resume(TaskSet tasks, IPDILocation location)
          Resume execution at location.
 void Session.stepUntil(TaskSet tasks, IPDILocation 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)
           
 IPDIAddressBreakpoint AbstractModelFactory.newAddressBreakpoint(IPDISession session, TaskSet tasks, int type, IPDILocation location, IPDICondition condition, boolean enabled)
           
 IPDIFunctionBreakpoint IPDIModelFactory.newFunctionBreakpoint(IPDISession session, TaskSet tasks, int type, IPDILocation location, IPDICondition condition, boolean enabled)
           
 IPDIFunctionBreakpoint AbstractModelFactory.newFunctionBreakpoint(IPDISession session, TaskSet tasks, int type, IPDILocation location, IPDICondition condition, boolean enabled)
           
 IPDILineBreakpoint IPDIModelFactory.newLineBreakpoint(IPDISession session, TaskSet tasks, int type, IPDILocation location, IPDICondition condition, boolean enabled)
           
 IPDILineBreakpoint AbstractModelFactory.newLineBreakpoint(IPDISession session, TaskSet tasks, int type, IPDILocation location, IPDICondition condition, boolean enabled)
           
 


PTP
Release 5.0

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