Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.debug.core.cdi.model.ICDITracepoint

Packages that use ICDITracepoint
org.eclipse.cdt.debug.core.cdi   
 

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

Methods in org.eclipse.cdt.debug.core.cdi that return ICDITracepoint
 ICDITracepoint[] ICDITraceSnapshot.getTracepoints()
          Returns the array of tracepoints associated with this snapshot.
 ICDITracepoint[] ICDITraceManager.getTracepoints()
          Returns a collection of all tracepoints set for this session.
 ICDITracepoint ICDITraceManager.setTracepoint(ICDILocation location)
          Sets a tracepoint at the given location.
 

Methods in org.eclipse.cdt.debug.core.cdi with parameters of type ICDITracepoint
 void ICDITraceManager.deleteTracepoint(ICDITracepoint tracepoint)
          Deletes the given tracepoint.
 void ICDITraceManager.deleteTracepoints(ICDITracepoint[] tracepoints)
          Deletes the given array of tracepoints.
 ICDITraceSnapshot[] ICDITraceManager.getSnapshots(ICDITracepoint[] tracepoints)
          Returns all trace snapshots associated with the given tracepoints.
 


Eclipse CDT
Pre-release 3.0

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