|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICDIWatchpoint2
Represents a watchpoint.
Field Summary |
---|
Fields inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIWatchpoint |
---|
READ, WRITE |
Fields inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpoint |
---|
HARDWARE, REGULAR, TEMPORARY |
Method Summary | |
---|---|
java.lang.String |
getMemorySpace()
Returns the memory space associated with this watchpoint's start address, or null if there is no memory space. |
java.math.BigInteger |
getRange()
Returns the range for this watchpoint in addressable units. |
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIWatchpoint |
---|
getWatchExpression, isReadType, isWriteType |
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIBreakpoint |
---|
getCondition, isEnabled, isHardware, isTemporary, setCondition, setEnabled |
Methods inherited from interface org.eclipse.cdt.debug.core.cdi.model.ICDIObject |
---|
getTarget |
Method Detail |
---|
java.lang.String getMemorySpace() throws CDIException
CDIException
- if this method fails. Reasons include:java.math.BigInteger getRange() throws CDIException
CDIException
- if this method fails. Reasons include:
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |