| Package | Description |
|---|---|
| org.eclipse.ptp.debug.core.pdi | |
| org.eclipse.ptp.debug.core.pdi.manager |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPDILocator
Represents the information of file, function, line, address
|
| Modifier and Type | Method and Description |
|---|---|
static IPDIFunctionLocation |
PDILocationFactory.newFunctionLocation(java.lang.String file,
java.lang.String function)
Create a function location
|
| Modifier and Type | Method and Description |
|---|---|
IPDIFunctionLocation |
IPDIBreakpointManager.createFunctionLocation(java.lang.String file,
java.lang.String function)
Create function location
|
| Modifier and Type | Method and Description |
|---|---|
IPDIFunctionBreakpoint |
IPDIBreakpointManager.setFunctionBreakpoint(TaskSet tasks,
int type,
IPDIFunctionLocation location,
IPDICondition condition,
boolean deferred,
boolean enabled)
Sets function breakpoint
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.