|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ICDILocation | |
---|---|
org.eclipse.cdt.debug.core.cdi | |
org.eclipse.cdt.debug.core.cdi.model |
Uses of ICDILocation in org.eclipse.cdt.debug.core.cdi |
---|
Subinterfaces of ICDILocation in org.eclipse.cdt.debug.core.cdi | |
---|---|
interface |
ICDIAddressLocation
Represents a line location in the debuggable program. |
interface |
ICDIFileLocation
|
interface |
ICDIFunctionLocation
Represents a file:function location in the debuggable program. |
interface |
ICDILineLocation
Represents a file:line location in the debuggable program. |
interface |
ICDILocator
Locator contains information file:function:line:Address |
Methods in org.eclipse.cdt.debug.core.cdi that return ICDILocation | |
---|---|
ICDILocation |
ICDITraceManager.createLocation(BigInteger address)
Creates an ICDILocation object for given address. |
ICDILocation |
ICDITraceManager.createLocation(String file,
String function,
int line)
Creates an ICDILocation object for given file name and line number or function. |
Methods in org.eclipse.cdt.debug.core.cdi with parameters of type ICDILocation | |
---|---|
boolean |
ICDILocation.equals(ICDILocation location)
Return true if both locations refer to the same place. |
ICDITraceSnapshot[] |
ICDITraceManager.getSnapshots(ICDILocation[] locations)
Returns all trace snapshots associated with the given locations. |
ICDITracepoint |
ICDITraceManager.setTracepoint(ICDILocation location)
Sets a tracepoint at the given location. |
Uses of ICDILocation in org.eclipse.cdt.debug.core.cdi.model |
---|
Methods in org.eclipse.cdt.debug.core.cdi.model that return ICDILocation | |
---|---|
ICDILocation |
ICDITracepoint.getLocation()
Returns the location of this tracepoint. |
Methods in org.eclipse.cdt.debug.core.cdi.model with parameters of type ICDILocation | |
---|---|
void |
ICDIThread.jump(ICDILocation location)
Deprecated. |
void |
ICDITarget.jump(ICDILocation location)
Deprecated. |
void |
ICDIThread.runUntil(ICDILocation location)
Deprecated. |
void |
ICDITarget.runUntil(ICDILocation location)
Deprecated. |
void |
ICDIExecuteStep.stepUntil(ICDILocation location)
Continues running until location is reached. |
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |