|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
---|---|
String |
getMemorySpace()
Returns the memory space associated with this watchpoint's start address, or null if there is no memory space. |
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 |
public String getMemorySpace() throws CDIException
CDIException
- if this method fails. Reasons include:public BigInteger getRange() throws CDIException
CDIException
- if this method fails. Reasons include:
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |