Eclipse CDT
7.0

org.eclipse.cdt.debug.core.cdi.model
Interface ICDIAddressToSource.IMappedSourceLocation

All Superinterfaces:
java.lang.Comparable
Enclosing interface:
ICDIAddressToSource

public static interface ICDIAddressToSource.IMappedSourceLocation
extends java.lang.Comparable

Represents a source location returned by ICDIAddressToSource.getSourceForAddress.


Method Summary
 IAddress getAddress()
          Returns the address of the source location.
 IPath getExecutable()
          Return the path to the executable the address is in.
 java.lang.String getFunctionName()
          Returns the name of the function the address is in.
 int getLineNumber()
          Returns the line number corresponding to the address.
 IPath getSourceFile()
          Returns the location of the source file.
 java.lang.String getUnmangledFunctionName()
          Returns the unmangled name of the function the address is in.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getAddress

IAddress getAddress()
Returns the address of the source location. This should be the same address passed to ICDIAddressToSource.getSourceForAddress.

Returns:
address of the source location.

getSourceFile

IPath getSourceFile()
Returns the location of the source file.

Returns:
the location of the source file.

getLineNumber

int getLineNumber()
Returns the line number corresponding to the address.

Returns:
the line number corresponding to the address.

getFunctionName

java.lang.String getFunctionName()
Returns the name of the function the address is in.

Returns:
the name of the function the address is in.

getUnmangledFunctionName

java.lang.String getUnmangledFunctionName()
Returns the unmangled name of the function the address is in.

Returns:
the unmangled name of the function the address is in.

getExecutable

IPath getExecutable()
Return the path to the executable the address is in.

Returns:
the path to the executable the address is in.

Eclipse CDT
7.0

Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.