Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.debug.core.cdi.ICDILocation

Packages that use ICDILocation
org.eclipse.cdt.debug.core.cdi   
org.eclipse.cdt.debug.core.cdi.model   
 

Uses of ICDILocation in org.eclipse.cdt.debug.core.cdi
 

Subinterfaces of ICDILocation in org.eclipse.cdt.debug.core.cdi
 interface ICDIAddressLocation
          Represents a line location in the debuggable program.
 interface ICDIFileLocation
           
 interface ICDIFunctionLocation
          Represents a file:function location in the debuggable program.
 interface ICDILineLocation
          Represents a file:line location in the debuggable program.
 interface ICDILocator
          Locator contains information file:function:line:Address
 

Methods in org.eclipse.cdt.debug.core.cdi that return ICDILocation
 ICDILocation ICDITraceManager.createLocation(String file, String function, int line)
          Creates an ICDILocation object for given file name and line number or function.
 ICDILocation ICDITraceManager.createLocation(BigInteger address)
          Creates an ICDILocation object for given address.
 

Methods in org.eclipse.cdt.debug.core.cdi with parameters of type ICDILocation
 boolean ICDILocation.equals(ICDILocation location)
          Return true if both locations refer to the same place.
 ICDITracepoint ICDITraceManager.setTracepoint(ICDILocation location)
          Sets a tracepoint at the given location.
 ICDITraceSnapshot[] ICDITraceManager.getSnapshots(ICDILocation[] locations)
          Returns all trace snapshots associated with the given locations.
 

Uses of ICDILocation in org.eclipse.cdt.debug.core.cdi.model
 

Methods in org.eclipse.cdt.debug.core.cdi.model that return ICDILocation
 ICDILocation ICDITracepoint.getLocation()
          Returns the location of this tracepoint.
 

Methods in org.eclipse.cdt.debug.core.cdi.model with parameters of type ICDILocation
 void ICDIExecuteStep.stepUntil(ICDILocation location)
          Continues running until location is reached.
 void ICDITarget.runUntil(ICDILocation location)
          Deprecated.  
 void ICDITarget.jump(ICDILocation location)
          Deprecated.  
 void ICDIThread.runUntil(ICDILocation location)
          Deprecated.  
 void ICDIThread.jump(ICDILocation location)
          Deprecated.  
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.