PTP
Release 5.0

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

Packages that use IPDILocator
org.eclipse.ptp.debug.core.pdi   
org.eclipse.ptp.debug.core.pdi.event   
org.eclipse.ptp.debug.core.pdi.model   
 

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

Methods in org.eclipse.ptp.debug.core.pdi that return IPDILocator
static IPDILocator PDILocationFactory.newLocator(String file, String function, int line, BigInteger address)
           
 

Methods in org.eclipse.ptp.debug.core.pdi with parameters of type IPDILocator
 int PDILocatorComparator.compare(IPDILocator x, IPDILocator y)
           
 boolean IPDILocator.equals(IPDILocator locator)
           
 

Uses of IPDILocator in org.eclipse.ptp.debug.core.pdi.event
 

Methods in org.eclipse.ptp.debug.core.pdi.event that return IPDILocator
 IPDILocator IPDISignalInfo.getLocator()
          Returns the location of this signal
 IPDILocator IPDIEndSteppingRangeInfo.getLocator()
          Returns locator
 IPDILocator IPDILocationReachedInfo.getLocator()
           
 

Methods in org.eclipse.ptp.debug.core.pdi.event with parameters of type IPDILocator
 IPDIEndSteppingRangeInfo IPDIEventFactory.newEndSteppingRangeInfo(IPDISession session, TaskSet tasks, IPDILocator locator)
           
 IPDIEndSteppingRangeInfo AbstractEventFactory.newEndSteppingRangeInfo(IPDISession session, TaskSet tasks, IPDILocator locator)
           
 IPDILocationReachedInfo IPDIEventFactory.newLocationReachedInfo(IPDISession session, TaskSet tasks, IPDILocator locator)
           
 IPDILocationReachedInfo AbstractEventFactory.newLocationReachedInfo(IPDISession session, TaskSet tasks, IPDILocator locator)
           
 IPDISignalInfo IPDIEventFactory.newSignalInfo(IPDISession session, TaskSet tasks, String name, String desc, IPDISignal signal, IPDILocator locator)
           
 IPDISignalInfo AbstractEventFactory.newSignalInfo(IPDISession session, TaskSet tasks, String name, String desc, IPDISignal signal, IPDILocator locator)
           
 

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

Methods in org.eclipse.ptp.debug.core.pdi.model that return IPDILocator
 IPDILocator IPDILocationBreakpoint.getLocator()
          Returns the location of the breakpoint
 IPDILocator IPDIStackFrame.getLocator()
          Returns the location of the instruction pointer in this stack frame.
 IPDILocator IPDIStackFrameDescriptor.getLocator()
           
 

Methods in org.eclipse.ptp.debug.core.pdi.model with parameters of type IPDILocator
 IPDIStackFrame IPDIModelFactory.newStackFrame(IPDISession session, IPDIThread pthread, int i, IPDILocator locator)
           
 IPDIStackFrame AbstractModelFactory.newStackFrame(IPDISession session, IPDIThread pthread, int i, IPDILocator locator)
           
 IPDIStackFrameDescriptor IPDIModelFactory.newStackFrameDescriptor(int level, IPDILocator loc)
           
 IPDIStackFrameDescriptor AbstractModelFactory.newStackFrameDescriptor(int level, IPDILocator loc)
           
 


PTP
Release 5.0

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