|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICDITraceSnapshot
Represents a trace snapshot in the debug session.
| Method Summary | |
|---|---|
ICDIObject[] |
getData()
Returns the data collected at this snapshot. |
int |
getNumber()
Returns the number of this snapshot. |
ICDITracepoint[] |
getTracepoints()
Returns the array of tracepoints associated with this snapshot. |
void |
select()
Selects this snapshot. |
| Methods inherited from interface org.eclipse.cdt.debug.core.cdi.ICDISessionObject |
|---|
getSession |
| Method Detail |
|---|
int getNumber()
void select()
throws CDIException
CDIException - on failure. Reasons include:
ICDIObject[] getData()
throws CDIException
CDIException - on failure. Reasons include:ICDITracepoint[] getTracepoints()
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||