|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public int getNumber()
public void select() throws CDIException
CDIException
- on failure. Reasons include:public ICDIObject[] getData() throws CDIException
CDIException
- on failure. Reasons include:public ICDITracepoint[] getTracepoints()
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |