Package | Description |
---|---|
org.eclipse.cdt.debug.core.cdi |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.