|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPDIBreakpoint
Provides a basic functionality for the location breakpoints, watchpoints and catchpoints.
| Field Summary | |
|---|---|
static int |
HARDWARE
Hardware type |
static int |
REGULAR
Regular type |
static int |
TEMPORARY
Temporary type |
| Method Summary | |
|---|---|
int |
getBreakpointID()
Returns breakpoint id of this breakpoint |
IPDICondition |
getCondition()
Returns the condition of this breakpoint or null if no condition in this breakpoint |
int |
getInternalID()
Returns internal breakpoint id |
TaskSet |
getPendingTasks()
This is the set of pending tasks for the current operation. |
boolean |
isDeleted()
Breakpoint has been marked for deletion. |
boolean |
isEnabled()
Determines whether this breakpoint is enabled |
boolean |
isHardware()
Determines whether this breakpoint is hardware-assisted |
boolean |
isTemporary()
Determines whether this breakpoint is temporary |
void |
setBreakpointID(int bpid)
Sets a breakpoint id for this breakpoint |
void |
setCondition(IPDICondition condition)
Sets the condition of this breakpoint. |
void |
setDeleted()
Marks the breakpoint for deletion. |
void |
setEnabled(boolean enabled)
Sets the breakpoint state to be enabled or disabled. |
| 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 REGULAR
static final int TEMPORARY
static final int HARDWARE
| Method Detail |
|---|
int getBreakpointID()
IPDICondition getCondition()
throws PDIException
PDIException - on failureint getInternalID()
TaskSet getPendingTasks()
boolean isDeleted()
boolean isEnabled()
throws PDIException
PDIException - on failureboolean isHardware()
boolean isTemporary()
void setBreakpointID(int bpid)
bpid - breakpoint idvoid setDeleted()
void setEnabled(boolean enabled)
throws PDIException
enabled - whether this breakpoint should be enabled
PDIException - on failure
void setCondition(IPDICondition condition)
throws PDIException
condition - the condition to set
PDIException - on failure
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||