Package | Description |
---|---|
org.eclipse.ptp.debug.core.pdi | |
org.eclipse.ptp.debug.core.pdi.event | |
org.eclipse.ptp.debug.core.pdi.model |
Modifier and Type | Method and Description |
---|---|
static IPDILocator |
PDILocationFactory.newLocator(String file,
String function,
int line,
BigInteger address)
Create a locator
|
Modifier and Type | Method and Description |
---|---|
int |
PDILocatorComparator.compare(IPDILocator x,
IPDILocator y) |
boolean |
IPDILocator.equals(IPDILocator locator)
Check if this locator matches the supplied locator
|
Modifier and Type | Method and Description |
---|---|
IPDILocator |
IPDISignalInfo.getLocator()
Returns the location of this signal
|
IPDILocator |
IPDILocationReachedInfo.getLocator()
Get locator
|
IPDILocator |
IPDIEndSteppingRangeInfo.getLocator()
Returns locator
|
Modifier and Type | Method and Description |
---|---|
IPDIEndSteppingRangeInfo |
IPDIEventFactory.newEndSteppingRangeInfo(IPDISession session,
TaskSet tasks,
IPDILocator locator)
Create end stepping range info
|
IPDILocationReachedInfo |
IPDIEventFactory.newLocationReachedInfo(IPDISession session,
TaskSet tasks,
IPDILocator locator)
Create location reached info
|
IPDISignalInfo |
IPDIEventFactory.newSignalInfo(IPDISession session,
TaskSet tasks,
String name,
String desc,
IPDISignal signal,
IPDILocator locator)
Create signal info
|
Modifier and Type | Method and Description |
---|---|
IPDILocator |
IPDIStackFrameDescriptor.getLocator()
Get locator
|
IPDILocator |
IPDIStackFrame.getLocator()
Returns the location of the instruction pointer in this stack frame.
|
IPDILocator |
IPDILocationBreakpoint.getLocator()
Returns the location of the breakpoint
|
Modifier and Type | Method and Description |
---|---|
IPDIStackFrame |
IPDIModelFactory.newStackFrame(IPDISession session,
IPDIThread pthread,
int i,
IPDILocator locator)
Create a stack frame from a locator
|
IPDIStackFrameDescriptor |
IPDIModelFactory.newStackFrameDescriptor(int level,
IPDILocator loc)
Create a stack frame descriptor
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.