Package | Description |
---|---|
org.eclipse.cdt.debug.core.cdi | |
org.eclipse.cdt.debug.core.cdi.model |
Modifier and Type | Interface and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
ICDILocation |
ICDITraceManager.createLocation(java.math.BigInteger address)
Creates an ICDILocation object for given address.
|
ICDILocation |
ICDITraceManager.createLocation(java.lang.String file,
java.lang.String function,
int line)
Creates an ICDILocation object for given file name and line number or function.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ICDILocation |
ICDITracepoint.getLocation()
Returns the location of this tracepoint.
|
Modifier and Type | Method and Description |
---|---|
void |
ICDITarget.jump(ICDILocation location)
Deprecated.
|
void |
ICDIThread.jump(ICDILocation location)
Deprecated.
|
void |
ICDIExecuteMoveInstructionPointer.moveInstructionPointer(ICDILocation location)
Moves the instruction pointer to the specified location without changing the run state
The result is undefined if it moves outside of the stackframe.
|
void |
ICDIExecuteResume.resume(ICDILocation location)
Resume execution at location.
|
void |
ICDITarget.runUntil(ICDILocation location)
Deprecated.
|
void |
ICDIThread.runUntil(ICDILocation location)
Deprecated.
|
void |
ICDIExecuteStep.stepUntil(ICDILocation location)
Continues running until location is reached.
|
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.