public interface IPDIBreakpoint extends IPDISessionObject
Modifier and Type | Field and Description |
---|---|
static int |
HARDWARE
Hardware type
|
static int |
REGULAR
Regular type
|
static int |
TEMPORARY
Temporary type
|
Modifier and Type | Method and Description |
---|---|
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.
|
getSession
static final int REGULAR
static final int TEMPORARY
static final int HARDWARE
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 enabledPDIException
- on failurevoid setCondition(IPDICondition condition) throws PDIException
condition
- the condition to setPDIException
- on failureCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.