PTP
Release 7.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)
          Create a locator
 

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)
          Check if this locator matches the supplied 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 IPDIEndSteppingRangeInfo.getLocator()
          Returns locator
 IPDILocator IPDILocationReachedInfo.getLocator()
          Get locator
 IPDILocator IPDISignalInfo.getLocator()
          Returns the location of this signal
 

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

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 IPDIStackFrameDescriptor.getLocator()
          Get locator
 IPDILocator IPDIStackFrame.getLocator()
          Returns the location of the instruction pointer in this stack frame.
 

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)
          Create a stack frame from a locator
 IPDIStackFrameDescriptor IPDIModelFactory.newStackFrameDescriptor(int level, IPDILocator loc)
          Create a stack frame descriptor
 


PTP
Release 7.0

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