|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICDITracepoint
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 |
---|
ICDILocation getLocation() throws CDIException
CDIException
- if this method fails. Reasons include:boolean isEnabled() throws CDIException
CDIException
- if this method fails. Reasons include:void setEnabled(boolean enabled) throws CDIException
enabled
- - whether this tracepoint should be enabled
CDIException
- if this method fails. Reasons include:int getPassCount() throws CDIException
CDIException
- if this method fails. Reasons include:void setPassCount(int passCount) throws CDIException
the
- passcount to set
CDIException
- if this method fails. Reasons include:void addActions(ICDITracepoint.IAction[] actions) throws CDIException
actions
- to add
CDIException
- if this method fails. Reasons include:void removeActions(ICDITracepoint.IAction[] actions) throws CDIException
actions
- to remove
CDIException
- if this method fails. Reasons include:void clearActions() throws CDIException
CDIException
- if this method fails. Reasons include: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 |