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(String file,
String function)
Create a function location
|
Modifier and Type | Method and Description |
---|---|
IPDIFunctionLocation |
IPDIBreakpointManager.createFunctionLocation(String file,
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.