Package | Description |
---|---|
org.eclipse.ptp.debug.core.pdi | |
org.eclipse.ptp.debug.core.pdi.manager | |
org.eclipse.ptp.debug.core.pdi.model |
Modifier and Type | Method and Description |
---|---|
boolean |
IPDICondition.equals(IPDICondition condition)
Determines whether both conditions are the same
|
Modifier and Type | Method and Description |
---|---|
IPDICondition |
IPDIBreakpointManager.createCondition(int ignoreCount,
String expression,
String[] tids)
Creates condition
|
Modifier and Type | Method and Description |
---|---|
IPDIAddressBreakpoint |
IPDIBreakpointManager.setAddressBreakpoint(TaskSet tasks,
int type,
IPDIAddressLocation location,
IPDICondition condition,
boolean deferred,
boolean enabled)
Sets address breakpoint
|
void |
IPDIBreakpointManager.setCondition(TaskSet tasks,
IPDIBreakpoint breakpoint,
IPDICondition newCondition)
Sets condition
|
IPDIFunctionBreakpoint |
IPDIBreakpointManager.setFunctionBreakpoint(TaskSet tasks,
int type,
IPDIFunctionLocation location,
IPDICondition condition,
boolean deferred,
boolean enabled)
Sets function breakpoint
|
IPDILineBreakpoint |
IPDIBreakpointManager.setLineBreakpoint(TaskSet tasks,
int type,
IPDILineLocation location,
IPDICondition condition,
boolean deferred,
boolean enabled)
Sets line breakpoint
|
IPDIWatchpoint |
IPDIBreakpointManager.setWatchpoint(TaskSet tasks,
int type,
int watchType,
String expression,
IPDICondition condition,
boolean enabled)
Sets watchpoint
|
Modifier and Type | Method and Description |
---|---|
IPDICondition |
IPDIBreakpoint.getCondition()
Returns the condition of this breakpoint or null if no condition in this
breakpoint
|
IPDICondition |
IPDIModelFactory.newCondition(int ignore,
String exp,
String[] ids)
Create a condition
|
Modifier and Type | Method and Description |
---|---|
IPDIAddressBreakpoint |
IPDIModelFactory.newAddressBreakpoint(IPDISession session,
TaskSet tasks,
int type,
IPDILocation location,
IPDICondition condition,
boolean enabled)
Create an address breakpoint
|
IPDIExceptionpoint |
IPDIModelFactory.newExceptionpoint(IPDISession session,
TaskSet tasks,
String clazz,
boolean stopOnThrow,
boolean stopOnCatch,
IPDICondition condition,
boolean enabled,
IPDIFunctionBreakpoint[] funcBpts)
Create an exception point
|
IPDIFunctionBreakpoint |
IPDIModelFactory.newFunctionBreakpoint(IPDISession session,
TaskSet tasks,
int type,
IPDILocation location,
IPDICondition condition,
boolean enabled)
Create a function breakpoint
|
IPDILineBreakpoint |
IPDIModelFactory.newLineBreakpoint(IPDISession session,
TaskSet tasks,
int type,
IPDILocation location,
IPDICondition condition,
boolean enabled)
Create a line breakpoint
|
IPDIWatchpoint |
IPDIModelFactory.newWatchpoint(IPDISession session,
TaskSet tasks,
int type,
String expression,
int wType,
IPDICondition condition,
boolean enabled)
Create a watchpoint
|
void |
IPDIBreakpoint.setCondition(IPDICondition condition)
Sets the condition of this breakpoint.
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.