Modifier and Type | Method and Description |
---|---|
void |
IPBreakpointManager.watchpointOutOfScope(TaskSet tasks,
IPDIWatchpoint pdiWatchpoint)
Notify that a watchpoint is out of scope
|
Modifier and Type | Method and Description |
---|---|
void |
IPDIBreakpointManagement.setWatchpoint(TaskSet tasks,
IPDIWatchpoint bpt)
Requests to set a watchpoint of specify process
|
Modifier and Type | Method and Description |
---|---|
IPDIWatchpoint |
IPDIWatchpointTriggerInfo.getWatchpoint()
Returns the triggered watchpoint
|
IPDIWatchpoint |
IPDIWatchpointScopeInfo.getWatchpoint()
Returns the out of scope watchpoint.
|
Modifier and Type | Method and Description |
---|---|
IPDIWatchpoint |
IPDIBreakpointManager.setWatchpoint(TaskSet tasks,
int type,
int watchType,
String expression,
IPDICondition condition,
boolean enabled)
Sets watchpoint
|
Modifier and Type | Method and Description |
---|---|
IPDIWatchpoint |
IPDIModelFactory.newWatchpoint(IPDISession session,
TaskSet tasks,
int type,
String expression,
int wType,
IPDICondition condition,
boolean enabled)
Create a watchpoint
|
Modifier and Type | Method and Description |
---|---|
IPDISetWatchpointRequest |
IPDIRequestFactory.getSetWatchpointRequest(TaskSet tasks,
IPDIWatchpoint bpt,
boolean allowUpdate)
Create a request to set a watchpoint (expression breakpoint)
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.