|
Eclipse CDT Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines a point in the program execution when the specified data to be collected.
| Nested Class Summary | |
static interface |
ICDITracepoint.IAction
Represents an action to be taken when the tracepoint is hit. |
| Method Summary | |
void |
addActions(ICDITracepoint.IAction[] actions)
Adds the given actions to the action list of thie tracepoint. |
void |
clearActions()
Clears the action list of thie tracepoint. |
ICDITracepoint.IAction[] |
getActions()
Returns the actions assigned to this tracepoint. |
ICDILocation |
getLocation()
Returns the location of this tracepoint. |
int |
getPassCount()
Returns the passcount of this tracepoint. |
boolean |
isEnabled()
Returns whether this tracepoint is enabled. |
void |
removeActions(ICDITracepoint.IAction[] actions)
Removes the given actions from the action list of thie tracepoint. |
void |
setEnabled(boolean enabled)
Sets the enabled state of this tracepoint. |
void |
setPassCount(int passCount)
Sets the passcount of this tracepoint. |
| Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject |
getTarget |
| Method Detail |
public ICDILocation getLocation()
throws CDIException
CDIException - if this method fails. Reasons include:
public boolean isEnabled()
throws CDIException
CDIException - if this method fails. Reasons include:
public void setEnabled(boolean enabled)
throws CDIException
enabled - - whether this tracepoint should be enabled
CDIException - if this method fails. Reasons include:
public int getPassCount()
throws CDIException
CDIException - if this method fails. Reasons include:
public void setPassCount(int passCount)
throws CDIException
CDIException - if this method fails. Reasons include:
public void addActions(ICDITracepoint.IAction[] actions)
throws CDIException
actions - to add
CDIException - if this method fails. Reasons include:
public void removeActions(ICDITracepoint.IAction[] actions)
throws CDIException
actions - to remove
CDIException - if this method fails. Reasons include:
public void clearActions()
throws CDIException
CDIException - if this method fails. Reasons include:public ICDITracepoint.IAction[] getActions()
|
Eclipse CDT Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||