|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDIWatchpoint
Represents a watchpoint
| Field Summary | |
|---|---|
static int |
READ
Read value |
static int |
WRITE
Write value |
| Fields inherited from interface org.eclipse.ptp.debug.core.pdi.model.IPDIBreakpoint |
|---|
HARDWARE, REGULAR, TEMPORARY |
| Method Summary | |
|---|---|
java.lang.String |
getWatchExpression()
Returns the expression of this watchpoint |
boolean |
isReadType()
Determines whether this watchpoint is a read watchpoint |
boolean |
isWriteType()
Determines whether this watchpoint is a write watchpoint |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.model.IPDIBreakpoint |
|---|
getBreakpointID, getCondition, getInternalID, getPendingTasks, isDeleted, isEnabled, isHardware, isTemporary, setBreakpointID, setCondition, setDeleted, setEnabled |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject |
|---|
getSession |
| Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet |
|---|
getTasks |
| Field Detail |
|---|
static final int WRITE
static final int READ
| Method Detail |
|---|
boolean isWriteType()
boolean isReadType()
java.lang.String getWatchExpression()
throws PDIException
PDIException - on failure
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||