|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDITracepoint
Defines a point in the program execution when the specified data to be collected.
| Nested Class Summary | |
|---|---|
static interface |
IPDITracepoint.IAction
Represents an action to be taken when the tracepoint is hit. |
| Method Summary | |
|---|---|
void |
addActions(IPDITracepoint.IAction[] actions)
Adds the given actions to the action list of this tracepoint. |
void |
clearActions()
Clears the action list of this tracepoint. |
IPDITracepoint.IAction[] |
getActions()
Returns the actions assigned to this tracepoint. |
IPDILocation |
getLocation()
Returns the location of this tracepoint. |
int |
getPassCount()
Returns the pass count of this tracepoint. |
boolean |
isEnabled()
Returns whether this tracepoint is enabled. |
void |
removeActions(IPDITracepoint.IAction[] actions)
Removes the given actions from the action list of this tracepoint. |
void |
setEnabled(boolean enabled)
Sets the enabled state of this tracepoint. |
void |
setPassCount(int passCount)
Sets the pass count of this tracepoint. |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject |
|---|
getSession |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet |
|---|
getTasks |
| Method Detail |
|---|
IPDILocation getLocation()
throws PDIException
PDIException - on failure
boolean isEnabled()
throws PDIException
PDIException - on failure
void setEnabled(boolean enabled)
throws PDIException
enabled - - whether this tracepoint should be enabled
PDIException - on failure
int getPassCount()
throws PDIException
PDIException - on failure
void setPassCount(int passCount)
throws PDIException
the - pass count to set
PDIException - on failure
void addActions(IPDITracepoint.IAction[] actions)
throws PDIException
actions - to add
PDIException - on failure
void removeActions(IPDITracepoint.IAction[] actions)
throws PDIException
actions - to remove
PDIException - on failure
void clearActions()
throws PDIException
PDIException - on failureIPDITracepoint.IAction[] getActions()
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||