|
Eclipse CDT 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||