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 IPDILineLocation |
PDILocationFactory.newLineLocation(String file,
int line)
Create a line location
|
Modifier and Type | Method and Description |
---|---|
IPDILineLocation |
IPDIBreakpointManager.createLineLocation(String file,
int line)
Creates line location
|
Modifier and Type | Method and Description |
---|---|
IPDILineBreakpoint |
IPDIBreakpointManager.setLineBreakpoint(TaskSet tasks,
int type,
IPDILineLocation location,
IPDICondition condition,
boolean deferred,
boolean enabled)
Sets line breakpoint
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.