Package | Description |
---|---|
org.eclipse.ptp.debug.core.pdi | |
org.eclipse.ptp.debug.core.pdi.model |
Modifier and Type | Interface and Description |
---|---|
interface |
IPDIAddressLocation
Represents the address location in the debuggable program
|
interface |
IPDIFileLocation
Represents file location
|
interface |
IPDIFunctionLocation
Represents function location in the debuggable program
|
interface |
IPDILineLocation
Represents line location in the debuggable program
|
interface |
IPDILocator
Represents the information of file, function, line, address
|
Modifier and Type | Method and Description |
---|---|
boolean |
IPDILocation.equals(IPDILocation locaiton)
Determines whether the both locations is in the same place
|
void |
IPDIExecuteManagement.resume(TaskSet tasks,
IPDILocation location)
Resume execution at location.
|
void |
IPDIExecuteManagement.stepUntil(TaskSet tasks,
IPDILocation location)
Continues running until location is reached.
|
Modifier and Type | Method and Description |
---|---|
IPDILocation |
IPDITracepoint.getLocation()
Returns the location of this tracepoint.
|
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
|
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
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.