Eclipse CDT
7.0

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


public interface ICDIAddressToSource

Allows the CDI back-end to translate an address to a source location. Usually implemented in the same context as ICDITarget. THIS API IS EXPERIMENTAL AND MAY CHANGE IN THE FUTURE.


Nested Class Summary
static interface ICDIAddressToSource.IMappedSourceLocation
          Represents a source location returned by ICDIAddressToSource.getSourceForAddress.
 
Method Summary
 ICDIAddressToSource.IMappedSourceLocation getSourceForAddress(IAddress address)
          Returns a symbol that maps to an address at runtime in a targeted process
 

Method Detail

getSourceForAddress

ICDIAddressToSource.IMappedSourceLocation getSourceForAddress(IAddress address)
                                                              throws CDIException
Returns a symbol that maps to an address at runtime in a targeted process

Returns:
the symbol (if any) that maps to an address
Throws:
CDIException

Eclipse CDT
7.0

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